Click or drag to resize
CMSPayPalProviderAuthorizePaymentInternal Method
Authorizes a payment.

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

Parameters

paymentData
Type: System.Collections.GenericIDictionaryString, Object
Remarks
Method stores the gateway response data into PayPalPaymentResult. Any occurred error is logged to event log.
See Also