Click or drag to resize
CMSCreditPaymentProviderProcessPayment Method
Process payment.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public PaymentResultInfo ProcessPayment(
	IDictionary<string, Object> paymentData
)

Parameters

paymentData
Type: System.Collections.GenericIDictionaryString, Object

Return Value

Type: PaymentResultInfo

Implements

IDirectPaymentGatewayProviderProcessPayment(IDictionaryString, Object)
See Also