CMSAuthorizeNetProviderProcessPaymentInternal Method |
Processes the payment in external gateway directly.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual void ProcessPaymentInternal(
IDictionary<string, Object> paymentData
)
Parameters
- paymentData
- Type: System.Collections.GenericIDictionaryString, Object
Additional payment data containing credit card data.
Remarks See Also