You are here

function commerce_amex_cardonfile_update in Commerce American Express Payment Gateway (Amex) 7

1 string reference to 'commerce_amex_cardonfile_update'
commerce_amex_commerce_payment_method_info in ./commerce_amex.module
Implements hook_commerce_payment_method_info().

File

./commerce_amex.module, line 1241
Implements American Express payment gateway for use in Drupal Commerce.

Code

function commerce_amex_cardonfile_update($card) {
  return TRUE;
}