CMSAuthorizeNetProviderValidateCustomData Method |
Validates credit card paymentData submitted by user.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public override string ValidateCustomData(
IDictionary<string, Object> paymentData
)
Parameters
- paymentData
- Type: System.Collections.GenericIDictionaryString, Object
Data to validate
Return Value
Type:
StringError messages if
paymentData are not valid.
See Also