Tribe__Tickets__Commerce__PayPal__Gateway::set_raw_transaction_data( array $data )

Sets the raw transaction data.


Parameters

$data

(array) (Required)


Top ↑

Source

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

	public function set_raw_transaction_data( array $data ) {
		$this->raw_transaction_data = $data;
	}

Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.