Click or drag to resize
PaymentOptionValidatorValidatePaymentOption Method
Validates that payment option is: not null, assigned to the same site as the shopping cart or payment option is a global object, applicable to the shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual void ValidatePaymentOption()
See Also