surprisehighway / craft-avatax

Calculate and add sales tax to an order's base tax using Avalara's AvaTax service with Craft Commerce 5.
MIT License
7 stars 11 forks source link

Reduce calls to Sales Tax Service. #7

Closed imagehat closed 5 years ago

imagehat commented 5 years ago

This was brought up with the Craft 2/Commerce 1 version. I was going to make this a configuration option to require both a shipping address and a shipping method, but in Commerce 2 if there are any shipping methods set up the order model will always default to the first available shipping method. So this is not necessary anymore.