LLMS_Payment_Gateway::complete_transaction( LLMS_Order $order, null $deprecated = null )

This should be called by the gateway after verifying the transaction was completed successfully


Description Description


Parameters Parameters

$order

(Required) Instance of an LLMS_Order object.

$deprecated

(Optional) Deprecated.

Default value: null


Top ↑

Return Return

(void)


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.37.18 Allow redirection to external domains by disabling "safe" redirects.
3.34.3 Use llms_redirect_and_exit() instead of wp_redirect() and exit().
3.30.0 Unknown.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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