LLMS_Controller_Orders::switch_payment_source()
Method: Handle form submission of the “Update Payment Method” form on the student dashboard when viewing a single order
Source: includes/controllers/class.llms.controller.orders.php:578
Method: Handle form submission of the “Update Payment Method” form on the student dashboard when viewing a single order
Source: includes/controllers/class.llms.controller.orders.php:578
Method: When a transaction fails, update the parent order’s status
Source: includes/controllers/class.llms.controller.orders.php:621
Method: When a transaction succeeds, update the parent order’s status
Source: includes/controllers/class.llms.controller.orders.php:670
Method: Validate a gateway can be used to process the current action / transaction
Source: includes/controllers/class.llms.controller.orders.php:738
Method: Called when the Update Payment Method form is submitted from a single order view on the student dashboard
Source: includes/class.llms.gateway.manual.php:135
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/class.llms.gateway.manual.php:221
Method: Redirect to https checkout page is force is enabled
Source: includes/class.llms.https.php:76
Method: Redirect back to http when not on checkout if force ssl is enabled and the site isn’t fully ssl’d
Source: includes/class.llms.https.php:98
Method: Retrieve a user’s notification subscription preferences for a given type & trigger
Source: includes/models/model.llms.student.php:786
Method: Date field setter for date fields that require things to be updated when their value changes This is mainly used to allow updating dates which are editable from the admin panel which should trigger additional actions when updated
Source: includes/models/model.llms.order.php:1587