Tribe__Tickets__Commerce__PayPal__Gateway::set_raw_transaction_data( array $data )
Sets the raw transaction data.
Contents
Parameters
- $data
-
(array) (Required)
Source
File: src/Tribe/Commerce/PayPal/Gateway.php
public function set_raw_transaction_data( array $data ) {
$this->raw_transaction_data = $data;
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |