LLMS_Payment_Gateway::handle_recurring_transaction( LLMS_Order $order )

Called by scheduled actions to charge an order for a scheduled recurring transaction


Description Description

This function must be defined by gateways which support recurring transactions.


Top ↑

Parameters Parameters

$order

(LLMS_Order) (Required) The order being processed.


Top ↑

Return Return

(mixed)


Top ↑

Source Source

File: includes/abstracts/abstract.llms.payment.gateway.php

	public function handle_recurring_transaction( $order ) {}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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