constant AUTHNET_TXN_MODE_LIVE_TEST in Commerce Authorize.Net 7
5 uses of AUTHNET_TXN_MODE_LIVE_TEST
- commerce_authnet_acceptjs_default_settings in includes/
commerce_authnet.acceptjs.inc - Returns the default settings for the Authorize.Net AIM payment method.
- commerce_authnet_aim_default_settings in ./
commerce_authnet.module - Returns the default settings for the Authorize.Net AIM payment method.
- commerce_authnet_aim_request in ./
commerce_authnet.module - Submits an AIM API request to Authorize.Net.
- 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_server_url in ./
commerce_authnet.module - Returns the URL to the Authorize.Net CIM server determined by transaction mode.
File
- ./
commerce_authnet.module, line 10 - Implements Authorize.Net payment services for use in Drupal Commerce.
Code
define('AUTHNET_TXN_MODE_LIVE_TEST', 'live_test');