You are here

function payment_test_payment_view_alter in Payment 7

Implements hook_payment_view_alter().

File

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

Code

function payment_test_payment_view_alter(&$build) {
  $build['#payment_test_payment_view_alter'] = TRUE;
}