You are here

constant COMMERCE_AVATAX_DEVELOPMENT_MODE in Drupal Commerce Connector for AvaTax 7.4

Same name and namespace in other branches
  1. 7.5 commerce_avatax.module \COMMERCE_AVATAX_DEVELOPMENT_MODE
5 uses of COMMERCE_AVATAX_DEVELOPMENT_MODE
commerce_avatax_get in ./commerce_avatax.module
Sends HTTP GET request to endpoint.
commerce_avatax_get_config in ./commerce_avatax.module
Returns AvaTax request configurations.
commerce_avatax_post in ./commerce_avatax.module
Sends HTTP POST request to endpoint.
commerce_avatax_ui_admin_settings in includes/commerce_avatax_ui.admin.inc
Admin settings menu callback.
commerce_avatax_validate_address in ./commerce_avatax.module
Validate the shipping address entered on checkout form.

File

./commerce_avatax.module, line 9
Calculate Sales Tax using AvaTax service from Avalara, Inc.

Code

define('COMMERCE_AVATAX_DEVELOPMENT_MODE', 'Development');