LLMS_Controller_Orders::recurring_charge( int $order_id )

Trigger a recurring payment


Description Description

Called by action scheduler.


Parameters Parameters

$order_id

(Required) WP Post ID of the order.


Top ↑

Return Return

(bool) false if the recurring charge cannot be processed, true when the charge is successfully handed off to the gateway.


Top ↑

Source Source

File: includes/controllers/class.llms.controller.orders.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.36.1 Made sure to process only proper LLMS_Orders of existing users.
3.32.0 Record order notes and trigger actions during errors.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.