do_action( 'llms_order_recurring_charge_gateway_payments_disabled', int $order_id , LLMS_Payment_Gateway $gateway , LLMS_Controller_Orders $controller )
Fired when a LifterLMS order’s recurring charge errors because the selected gateway doesn’t support recurring payments.
Parameters Parameters
- $order_id
-
(int) WP Post ID of the order.
- $gateway
-
(LLMS_Payment_Gateway) LLMS_Payment_Gateway extending class instance.
- $controller
-
(LLMS_Controller_Orders) This controller's instance.