Method: Handle a Pending Order Called by LLMS_Controller_Orders->create_pending_order() on checkout form submission All data will be validated before it’s passed to this function
Source: includes/abstracts/abstract.llms.payment.gateway.php:608
Method: Called by scheduled actions to charge an order for a scheduled recurring transaction This function must be defined by gateways which support recurring transactions
Source: includes/abstracts/abstract.llms.payment.gateway.php:618
Method: Determine if the gateway is the default gateway This will be the FIRST gateway in the gateways that are enabled
Source: includes/abstracts/abstract.llms.payment.gateway.php:627
Method: Determine if the gateway is enabled according to admin settings checkbox
Source: includes/abstracts/abstract.llms.payment.gateway.php:637
Method: Determine if test mode is enabled Returns false if gateway doesn’t support test mode
Source: includes/abstracts/abstract.llms.payment.gateway.php:648
Method: Log messages if logging is enabled
Source: includes/abstracts/abstract.llms.payment.gateway.php:659
Method: Get the value of the logging setting
Source: includes/abstracts/abstract.llms.payment.gateway.php:483
Method: Gateways can override this to return a URL to a source permalink on the gateway’s website If this is not defined, it will just return the supplied ID
Source: includes/abstracts/abstract.llms.payment.gateway.php:496
Method: Gateways can override this to return a URL to a subscription permalink on the gateway’s website If this is not defined, it will just return the supplied ID
Source: includes/abstracts/abstract.llms.payment.gateway.php:509
Method: Get an array of features the gateway supports
Source: includes/abstracts/abstract.llms.payment.gateway.php:519