Posted on 25/07/2016 19:27:38
Hi,
Debuging the Avalara Tax Provider we noticed it always throws an exception here (line 113 to 116)
if (taxLine.BoundaryLevel != BoundaryLevel.Address)
{
throw new Exception(Translate.Translate("Address information is not complete for the accurate tax calculation"));
}
But it's only sometimes when it renders an error. With this address in particular the BoundaryLevel was Zip9. We were trying to submit with a 5 digit zip code. It puzzles me that this exception is triggered whether I submit a 5 digit zip code or a 9 digit zip code, but only when the I submit the 9 do I get the error tag. I wonder if I am looking at the right piece of code, but seems to be the only one that renders this specific error message
I can send the address by email to help figure it out.
Best Regards,
Nuno Aguiar