constant AMEX_TXN_PATH in Commerce American Express Payment Gateway (Amex) 7
12 uses of AMEX_TXN_PATH
- commerce_amex_3d_secure_callback in ./
commerce_amex.module - Process callback response from merchant server
- commerce_amex_3d_secure_check in ./
commerce_amex.module - Check if the card is registered for 3D Secure and redirect if required
- commerce_amex_capture_transaction in ./
commerce_amex.module - Capture an autorised payment.
- commerce_amex_cardonfile_charge in ./
commerce_amex.module - Card on file callback: background charge payment
- commerce_amex_cardonfile_delete in ./
commerce_amex.module - Card on file callback: deletes the associated customer payment profile.
File
- ./
commerce_amex.module, line 18 - Implements American Express payment gateway for use in Drupal Commerce.
Code
define('AMEX_TXN_PATH', '/api/rest/version/12/merchant/');