Tribe__Tickets__Commerce__PayPal__Gateway::get_transaction_url( string $transaction )

Returns the PayPal URL to a transaction details.


Parameters

$transaction

(string) (Required) The transaction alpha-numeric identifier


Top ↑

Return

(string)


Top ↑

Source

File: src/Tribe/Commerce/PayPal/Gateway.php

	public function get_transaction_url( $transaction ) {
		return $this->get_base_url( "activity/payment/{$transaction}" );
	}

Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.