LLMS_Payment_Gateway_Manual
Manual Payment Gateway Class
Description Description
Source Source
File: includes/class.llms.gateway.manual.php
Changelog Changelog
Version | Description |
---|---|
3.30.3 | Explicitly define class properties. |
3.0.0 | Introduced. |
Methods Methods
- __construct — Constructor
- before_view_order_table — Output payment instructions if the order is pending
- get_payment_instructions — Get fields displayed on the checkout form
- get_settings_fields — Get admin setting fields
- handle_payment_source_switch — Called when the Update Payment Method form is submitted from a single order view on the student dashboard
- handle_pending_order — 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
- handle_recurring_transaction — Called by scheduled actions to charge an order for a scheduled recurring transaction This function must be defined by gateways which support recurring transactions
- is_enabled — Determine if the gateway is enabled according to admin settings checkbox