Click or drag to resize
CMSPayPalProviderRunPaymentExecution Method
Runs payment execution for paymentId and payerId.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
protected virtual Payment RunPaymentExecution(
	string paymentId,
	string payerId
)

Parameters

paymentId
Type: SystemString
payerId
Type: SystemString

Return Value

Type: Payment
Executed payment.
See Also