Tribe__Tickets__Commerce__PayPal__Gateway::get_raw_transaction_data()
Returns the raw transaction data.
Return
(array)
Source
File: src/Tribe/Commerce/PayPal/Gateway.php
public function get_raw_transaction_data() {
return $this->raw_transaction_data;
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |