LLMS_Payment_Gateway::get_complete_transaction_redirect_url()
Method: Calculates the url to redirect to on transaction completion
Source: includes/abstracts/abstract.llms.payment.gateway.php:327
Method: Calculates the url to redirect to on transaction completion
Source: includes/abstracts/abstract.llms.payment.gateway.php:327
Filter Hook: Filters the redirect on order completion.
Source: includes/abstracts/abstract.llms.payment.gateway.php:360
Filter Hook: LifterLMS Payment Gateways Abstract
Source: includes/abstracts/abstract.llms.payment.gateway.php:156
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:677
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:701
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: 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