• LifterLMS
  • Knowledge Base
  • Academy
  • Blog
  • Podcast
  • Contributors

LifterLMS LifterLMS

Code Reference

  • Home
  • Code Reference
Skip to content
Filter by type:
Search
Browse: Home / Methods / Page 169

LLMS_Payment_Gateway_Manual::__construct()

Method: Constructor

Source: includes/class.llms.gateway.manual.php:31

Used by 0 functions | Uses 0 functions

LLMS_Payment_Gateway_Manual::before_view_order_table()

Method: Output payment instructions if the order is pending

Source: includes/class.llms.gateway.manual.php:59

Used by 0 functions | Uses 1 function

LLMS_Payment_Gateway_Manual::get_payment_instructions()

Method: Get fields displayed on the checkout form

Source: includes/class.llms.gateway.manual.php:82

Used by 1 function | Uses 1 function

LLMS_Payment_Gateway_Manual::get_settings_fields()

Method: Get admin setting fields

Source: includes/class.llms.gateway.manual.php:100

Used by 0 functions | Uses 0 functions

LLMS_Payment_Gateway_Manual::handle_payment_source_switch()

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:129

Used by 0 functions | Uses 0 functions

LLMS_Payment_Gateway_Manual::handle_pending_order()

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/class.llms.gateway.manual.php:159

Used by 0 functions | Uses 0 functions

LLMS_Payment_Gateway_Manual::handle_recurring_transaction()

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:212

Used by 0 functions | Uses 0 functions

LLMS_Payment_Gateway_Manual::is_enabled()

Method: Determine if the gateway is enabled according to admin settings checkbox

Source: includes/class.llms.gateway.manual.php:235

Used by 0 functions | Uses 0 functions

LLMS_Payment_Gateway::complete_transaction()

Method: This should be called by the gateway after verifying the transaction was completed successfully

Source: includes/abstracts/abstract.llms.payment.gateway.php:146

Used by 0 functions | Uses 6 functions

LLMS_Payment_Gateway::confirm_pending_order()

Method: Confirm a Payment Called by LLMS_Controller_Orders->confirm_pending_order() on confirm form submission Some validation is performed before passing to this function, as it’s not required gateways will likely doing further validations as are needed

Source: includes/abstracts/abstract.llms.payment.gateway.php:184

Used by 0 functions | Uses 0 functions
« Previous 1 … 168 169 170 … 258 Next »
© 2014 - 2019 LifterLMS · Privacy Policy · Terms and Conditions