Add USPS event code B3
This commit is contained in:
parent
da0d96624a
commit
9d275502d5
@ -189,6 +189,7 @@ class TrackingStatus {
|
|||||||
case "DG": // "Out for Delivery" (int'l)
|
case "DG": // "Out for Delivery" (int'l)
|
||||||
case "TL": // "moving within the USPS network" filler message
|
case "TL": // "moving within the USPS network" filler message
|
||||||
case "AH": // int'l something or other
|
case "AH": // int'l something or other
|
||||||
|
case "B3": // Released from U.S. customs
|
||||||
return TrackingStatus::TRACKING_STATUS_TRANSIT;
|
return TrackingStatus::TRACKING_STATUS_TRANSIT;
|
||||||
case "CI": // stuck in customs
|
case "CI": // stuck in customs
|
||||||
case "ME": // "Held in Customs" (int'l, isn't necessarily bad)
|
case "ME": // "Held in Customs" (int'l, isn't necessarily bad)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user