Click or drag to resize
CMSPaymentGatewayProviderProcessPayment Method
Process payment - you need to override this method to process payment by your custom payment processor.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
public virtual void ProcessPayment()
See Also