Click or drag to resize
CMSAuthorizeNetProviderTryProcessError Method
Check whether response from gateway is ErrorResponse or TransactionResponse containing errors. Create error message and description.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual bool TryProcessError(
	ResponseResult response
)

Parameters

response
Type: CMS.Ecommerce.AuthorizeNetDataContractsResponseResult
Deserialized response from gateway

Return Value

Type: Boolean
False if request doesn't contain any errors, otherwise true.
Remarks
Any occurred error is logged to event log and stored in AuthorizeNetPaymentResult.
See Also