Click or drag to resize
CMSPayPalProviderValidatePayment Method
Validates given payment before the gateway request is performed.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
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