LLMS_Payment_Gateway::handle_recurring_transaction( obj $order )
Called by scheduled actions to charge an order for a scheduled recurring transaction This function must be defined by gateways which support recurring transactions
Description Description
Parameters Parameters
- $order
-
(Required) Instance LLMS_Order for the order being processed
Return Return
(mixed)
Source Source
File: includes/abstracts/abstract.llms.payment.gateway.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |