pyimb
pyimb copied to clipboard
Fixed bug caused by large ZIP codes
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.