You are here

function commerce_cardonfile_testing_payment_cardonfile_update in Commerce Card on File 7.2

Card on File callback: update credit card.

1 string reference to 'commerce_cardonfile_testing_payment_cardonfile_update'
commerce_cardonfile_testing_commerce_payment_method_info in tests/commerce_cardonfile_testing/commerce_cardonfile_testing.module
Implements hook_commerce_payment_method_info().

File

tests/commerce_cardonfile_testing/commerce_cardonfile_testing.module, line 166
Provides a test payment method implementing the Card on File API.

Code

function commerce_cardonfile_testing_payment_cardonfile_update($form, $form_state, $payment_method, $card) {
  return TRUE;
}