You are here

function payment_test_payment_pre_finish in Payment 7

Implements hook_payment_pre_finish().

File

tests/payment_test/payment_test.module, line 80
Hook implementations and shared functions.

Code

function payment_test_payment_pre_finish(Payment $payment) {
  $payment->payment_test_payment_pre_finish = TRUE;
}