CMSPayPalProviderRunPaymentExecution Method |
Runs payment execution for paymentId and payerId.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected virtual Payment RunPaymentExecution(
string paymentId,
string payerId
)
Parameters
- paymentId
- Type: SystemString
- payerId
- Type: SystemString
Return Value
Type:
PaymentExecuted payment.
See Also