Add USPS event code B3

master
Skylar Ittner 4 months ago
parent da0d96624a
commit 9d275502d5

@ -189,6 +189,7 @@ class TrackingStatus {
case "DG": // "Out for Delivery" (int'l)
case "TL": // "moving within the USPS network" filler message
case "AH": // int'l something or other
case "B3": // Released from U.S. customs
return TrackingStatus::TRACKING_STATUS_TRANSIT;
case "CI": // stuck in customs
case "ME": // "Held in Customs" (int'l, isn't necessarily bad)

Loading…
Cancel
Save