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
I got this tracking number in an amazon order, which starts with "94": 9400111201080805483016
It is a valid tracking number, but is not picked up by USPS91.
I monkey-patched the problem away by creating a USPS94 (replacing instances of 91 with 94) class and adding it to TrackingNumber::TYPES, but this might be a more general issue. I couldn't find anything in USPS documentation to support this change, but they do seem to be issuing different tracking numbers than are supported by this gem.
Thanks for making this gem!
Lucas
The text was updated successfully, but these errors were encountered:
I wish I could find something on usps.com to corroborate the latter. I'll write a patch accept USPS numbers starting with 70, 71, and 94 and send you a pull request today or tomorrow.
I got this tracking number in an amazon order, which starts with "94": 9400111201080805483016
It is a valid tracking number, but is not picked up by USPS91.
I monkey-patched the problem away by creating a USPS94 (replacing instances of 91 with 94) class and adding it to TrackingNumber::TYPES, but this might be a more general issue. I couldn't find anything in USPS documentation to support this change, but they do seem to be issuing different tracking numbers than are supported by this gem.
Thanks for making this gem!
The text was updated successfully, but these errors were encountered: