You are here

function hook_commerce_payment_transaction_delete in Commerce Core 7

Allows you to act when a transaction is being deleted.

Parameters

$transaction: The transaction being deleted.

File

modules/payment/commerce_payment.api.php, line 494
Hooks provided by the Payment module.

Code

function hook_commerce_payment_transaction_delete($transaction) {

  // No example.
}