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.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected virtual void ValidatePaymentOption()
See Also