Tribe__Tickets__Commerce__PayPal__Gateway::get_transaction_url( string $transaction )
Returns the PayPal URL to a transaction details.
Contents
Parameters
- $transaction
-
(string) (Required) The transaction alpha-numeric identifier
Return
(string)
Source
File: src/Tribe/Commerce/PayPal/Gateway.php
public function get_transaction_url( $transaction ) {
return $this->get_base_url( "activity/payment/{$transaction}" );
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |