LLMS_Payment_Gateway::get_test_mode_description()
Method: Get the description of test mode displayed on the admin panel
Source: includes/abstracts/abstract.llms.payment.gateway.php:529
Method: Get the description of test mode displayed on the admin panel
Source: includes/abstracts/abstract.llms.payment.gateway.php:529
Method: Get value of the test mode enabled setting
Source: includes/abstracts/abstract.llms.payment.gateway.php:539
Method: Get the title of test mode displayed on the admin panel
Source: includes/abstracts/abstract.llms.payment.gateway.php:549
Method: Get gateway title setting
Source: includes/abstracts/abstract.llms.payment.gateway.php:559
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:572
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:591
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