Method: Gateways can override this to return a URL to a transaction 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:614
Method: Called when the Update Payment Method form is submitted from a single order view on the student dashboard
Source: includes/abstracts/abstract.llms.payment.gateway.php:634
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:651
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:662
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:672
Method: Determine if the gateway is enabled according to admin settings checkbox
Source: includes/abstracts/abstract.llms.payment.gateway.php:683
Method: Determine if test mode is enabled Returns false if gateway doesn’t support test mode
Source: includes/abstracts/abstract.llms.payment.gateway.php:695
Method: Log messages if logging is enabled
Source: includes/abstracts/abstract.llms.payment.gateway.php:706
Method: Get the value of an option from the database & fallback to default value if none found Optionally attempts to retrieve a secure key first, if secure key is provided.
Source: includes/abstracts/abstract.llms.payment.gateway.php:724
Method: Retrieve an option name specific to the gateway Used to retrieve options from the wp_options table where applicable
Source: includes/abstracts/abstract.llms.payment.gateway.php:749