Click or drag to resize
CMSAuthorizeNetProviderProcessPaymentGatewayDecodedResponse Method
Process payment gateway decoded response and updates payment result.

Namespace: CMS.EcommerceProvider
Assembly: CMS.EcommerceProvider (in CMS.EcommerceProvider.dll) Version: 9.0.0
Syntax
C#
public virtual void ProcessPaymentGatewayDecodedResponse(
	string[] response
)

Parameters

response
Type: SystemString
Decoded response
See Also