LLMS_Payment_Gateway::is_test_mode_enabled()
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: 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: Called when refunding via a Gateway This function must be defined by gateways which support refunds This function is called by LLMS_Transaction->process_refund()
Source: includes/abstracts/abstract.llms.payment.gateway.php:716
Method: Determine if a feature is supported by the gateway Looks at the $this->supports and ensures the submitted feature exists and is true
Source: includes/abstracts/abstract.llms.payment.gateway.php:725
Method: Constructor
Source: includes/class.llms.payment.gateways.php:44
Method: Register core gateways
Source: includes/class.llms.payment.gateways.php:76
Method: Get the ID of the default payment gateway This will always be the FIRST gateway from the list of all enabled gateways
Source: includes/class.llms.payment.gateways.php:107
Method: Get only enabled payment gateways
Source: includes/class.llms.payment.gateways.php:88
Method: Retrieve a payment gateway object by the payment gateway ID
Source: includes/class.llms.payment.gateways.php:124
Method: Get all registered payment gateways
Source: includes/class.llms.payment.gateways.php:143