function payment_test_payment_pre_execute in Payment 7
Implements hook_payment_pre_execute().
File
- tests/
payment_test/ payment_test.module, line 73 - Hook implementations and shared functions.
Code
function payment_test_payment_pre_execute(Payment $payment) {
$payment->payment_test_payment_pre_execute = TRUE;
}