CMSPayPalProviderAuthorizePaymentInternal Method |
Authorizes a payment.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax 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