constant BraintreeEvents::TRANSACTION_DATA in Commerce Braintree 8
Name of the event fired to add additional transaction data.
This event is triggered when a Charge transaction is going to be created. It allows subscribers to add additional transaction data and metadata about the transaction.
See also
https://developers.braintreepayments.com/reference/request/transaction/s...
\Drupal\commerce_braintree\Event\TransactionDataEvent
File
- src/
Event/ BraintreeEvents.php, line 22
Class
- BraintreeEvents
- Defines events for the Commerce Braintree module.
Namespace
Drupal\commerce_braintree\EventCode
const TRANSACTION_DATA = 'commerce_braintree.transaction_data';