pyimb icon indicating copy to clipboard operation
pyimb copied to clipboard

Fixed bug caused by large ZIP codes

Open troyhoffman opened this issue 8 years ago • 0 comments

A ZIP code such as 999984444 turns into 1000084445 during encoding. With the old logic, this would have 1000100001 (1000000000 + 100000 + 1) subtracted from it, resulting in a delivery point zipcode of -15556, which is not right.

troyhoffman avatar Jun 03 '16 19:06 troyhoffman