function hook_commerce_payment_transaction_insert in Commerce Core 7
Allows you to act when a transaction is created.
Parameters
$transaction: The transaction being created.
1 function implements hook_commerce_payment_transaction_insert()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- commerce_payment_commerce_payment_transaction_insert in modules/
payment/ commerce_payment.module - Implements hook_commerce_payment_transaction_insert().
File
- modules/
payment/ commerce_payment.api.php, line 484 - Hooks provided by the Payment module.
Code
function hook_commerce_payment_transaction_insert($transaction) {
// No example.
}