CMSPayPalProviderValidatePayment Method |
Validates given payment before the gateway request is performed.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected virtual void ValidatePayment(
Payment payment
)
Parameters
- payment
- Type: Payment
Remarks
Method ensures that payment object fulfills all validations performed on gateway side.
See Also