You are here

function commerce_avatax_flush_caches in Drupal Commerce Connector for AvaTax 7.5

Implements hook_flush_caches().

1 call to commerce_avatax_flush_caches()
commerce_avatax_general_settings_form_submit in includes/commerce_avatax.admin.inc
Call the field refresh function.

File

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

Code

function commerce_avatax_flush_caches() {
  module_load_install('commerce_avatax');
  commerce_avatax_install_helper();
}