Click or drag to resize
CMSPayPalProviderProcessPaymentInternal Method
Process the direct payment.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
protected virtual void ProcessPaymentInternal(
	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