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: 13.0.131
Syntax protected virtual void ValidatePaymentOption()
See Also