Tribe__Tickets__Commerce__PayPal__Gateway::get_raw_transaction_data()

Returns the raw transaction data.


Return

(array)


Top ↑

Source

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

	public function get_raw_transaction_data() {
		return $this->raw_transaction_data;
	}

Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.