Click or drag to resize
CMSPaymentGatewayProviderValidateCustomData Method
Validates payment gateway custom data of the current shopping cart step - payment gateway form data validation is performed by default.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public virtual string ValidateCustomData(
	IDictionary<string, Object> paymentData
)

Parameters

paymentData
Type: System.Collections.GenericIDictionaryString, Object

Return Value

Type: String
See Also