You are here

function commerce_avatax_exemptions_checkout_form_ajax_callback in Drupal Commerce Connector for AvaTax 7.4

Ajax callback for loading exemptions pane.

1 string reference to 'commerce_avatax_exemptions_checkout_form_ajax_callback'
commerce_avatax_exemptions_form_alter in modules/commerce_avatax_exemptions/commerce_avatax_exemptions.module
Implements hook_form_alter().

File

modules/commerce_avatax_exemptions/commerce_avatax_exemptions.module, line 63
Commerce AvaTax Exemptions.

Code

function commerce_avatax_exemptions_checkout_form_ajax_callback($form, &$form_state) {
  return $form;
}