edd_send_to_gateway( string $gateway, array $payment_data )
Sends all the payment data to the specified gateway
Description Description
Parameters Parameters
- $gateway
-
(Required) Name of the gateway
- $payment_data
-
(Required) All the payment data to be sent to the gateway
Return Return
(void)
Source Source
File: includes/gateways/functions.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |