You are here

function commerce_avatax_theme in Drupal Commerce Connector for AvaTax 7.4

Same name and namespace in other branches
  1. 8 commerce_avatax.module \commerce_avatax_theme()
  2. 7.5 commerce_avatax.module \commerce_avatax_theme()

Implements hook_theme().

File

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

Code

function commerce_avatax_theme() {
  return array(
    'commerce_avatax_address' => array(
      'variables' => array(
        'address' => array(),
      ),
    ),
  );
}