LLMS_Payment_Gateway::is_enabled()
Method: Determine if the gateway is enabled according to admin settings checkbox
Source: includes/abstracts/abstract.llms.payment.gateway.php:683
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
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:765
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:775
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