You are here

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

Implements hook_commerce_checkout_page_info_alter().

File

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

Code

function commerce_amex_commerce_checkout_page_info_alter(&$checkout_pages) {
  $checkout_pages['payment']['help'] = NULL;
}