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

Fix bug in getAddressSignature() #24

Closed benface closed 3 years ago

benface commented 3 years ago

$state was missing from the signature, which meant that changing the state of an address that had been validated and validating it again would incorrectly use the cached result.