You are here

function sagepay_token_cardonfile_update in Drupal Commerce SagePay Integration 7

Implements hook_cardonfile_update().

1 string reference to 'sagepay_token_cardonfile_update'
sagepay_token_commerce_payment_method_info_alter in modules/sagepay_token/sagepay_token.module
Implements hook_commerce_payment_method_info_alter().

File

modules/sagepay_token/sagepay_token.module, line 169

Code

function sagepay_token_cardonfile_update($form, $form_state, $payment_method, $card_data) {
  return TRUE;
}