You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which at first appears to be correct if we only use the postcode in the TaxJar calculator
But, if you add the full address, we get the actual tax rate
Note that the 45249 postcode is used for both Warren county and Hamilton county, so if we don't use the full address to fetch the rate we will get the wrong one.
It's possible that this extends beyond just Ohio, and will affect any postcode that is used for more than one county.
The text was updated successfully, but these errors were encountered:
If a shop's tax nexus is Ohio
And we use this address for testing
7827 REDSKY DR Cincinnati, OH 45249
The plugin will fetch a 6.75% tax rate
Which at first appears to be correct if we only use the postcode in the TaxJar calculator
But, if you add the full address, we get the actual tax rate
Note that the 45249 postcode is used for both Warren county and Hamilton county, so if we don't use the full address to fetch the rate we will get the wrong one.
It's possible that this extends beyond just Ohio, and will affect any postcode that is used for more than one county.
The text was updated successfully, but these errors were encountered: