LLMS_Payment_Gateway::get_transaction_url( string $transaction_id, string $api_mode = 'live' )
Gateways can override this to return a URL to a transaction permalink on the gateway’s website If this is not defined, it will just return the supplied ID
Description Description
Parameters Parameters
- $transaction_id
-
(Required) Gateway's transaction ID
- $api_mode
-
(Optional) Link to either the live or test site for the gateway, where applicable
Default value: 'live'
Return Return
(string)
Source Source
File: includes/abstracts/abstract.llms.payment.gateway.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |