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
Return Return
(void)
Source Source
File: includes/abstracts/abstract.llms.payment.gateway.php
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. |