function pay_transaction_delete_action in Pay 6
Same name and namespace in other branches
- 7 includes/pay.action.inc \pay_transaction_delete_action()
Implementation of a Drupal action. Deletes a transaction.
File
- includes/
pay.action.inc, line 61 - Functions that support the Drupal actions/triggers system for payment transactions and activities.
Code
function pay_transaction_delete_action(&$transaction, $context) {
pay_transaction_do_action($transaction, 'delete', FALSE);
}