You are here

function commerce_avatax_license_key in Drupal Commerce Connector for AvaTax 7.5

Returns the site-wide AvaTax license key.

1 call to commerce_avatax_license_key()
commerce_avatax_object in ./commerce_avatax.module
Returns a statically cached instance of an Avatax object.

File

./commerce_avatax.module, line 176
AvaTax service integration from Avalara, Inc.

Code

function commerce_avatax_license_key() {
  return variable_get(COMMERCE_AVATAX_VAR_PREFIX . commerce_avatax_api_mode() . '_' . COMMERCE_AVATAX_LICENSE_KEY, '');
}