You are here

function commerce_avatax_checkout_validate in Drupal Commerce Connector for AvaTax 7.4

Same name and namespace in other branches
  1. 7.5 commerce_avatax.module \commerce_avatax_checkout_validate()

Checkout form validation callback.

1 string reference to 'commerce_avatax_checkout_validate'
commerce_avatax_form_alter in ./commerce_avatax.module
Implements hook_form_alter().

File

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

Code

function commerce_avatax_checkout_validate($form, &$form_state) {

  // Rebuild form on Ajax calls.
  $form_state['rebuild'] = TRUE;
}