function commerce_avatax_install in Drupal Commerce Connector for AvaTax 7.5
Same name and namespace in other branches
- 7.4 commerce_avatax.install \commerce_avatax_install()
Implements hook_install().
File
- ./
commerce_avatax.install, line 38 - Installation functions for Commerce Avatax module.
Code
function commerce_avatax_install() {
commerce_avatax_install_helper();
}