constant AUTHNET_TXN_MODE_LIVE in Commerce Authorize.Net 7
3 uses of AUTHNET_TXN_MODE_LIVE
- commerce_authnet_aim_server_url in ./
commerce_authnet.module - Returns the URL to the Authorize.Net AIM server determined by transaction mode.
- commerce_authnet_cim_request in ./
commerce_authnet.module - Submits a CIM XML API request to Authorize.Net.
- commerce_authnet_cim_server_url in ./
commerce_authnet.module - Returns the URL to the Authorize.Net CIM server determined by transaction mode.
File
- ./
commerce_authnet.module, line 9 - Implements Authorize.Net payment services for use in Drupal Commerce.
Code
define('AUTHNET_TXN_MODE_LIVE', 'live');