constant AUTHNET_TXN_MODE_DEVELOPER in Commerce Authorize.Net 7
4 uses of AUTHNET_TXN_MODE_DEVELOPER
- commerce_authnet_acceptjs_form_elements in includes/
commerce_authnet.acceptjs.inc - Return the form elements for Accept.js.
- commerce_authnet_acceptjs_submit_form_submit in includes/
commerce_authnet.acceptjs.inc - Payment method callback: checkout form submission.
- 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 11 - Implements Authorize.Net payment services for use in Drupal Commerce.
Code
define('AUTHNET_TXN_MODE_DEVELOPER', 'developer');