Add USPS event code B0

master
Skylar Ittner 10 months ago
parent b3c76d7ec0
commit 0a65eacaa1

@ -181,6 +181,7 @@ class TrackingStatus {
case "AP":
case "AT": // departed a transfer airport (int'l)
case "A0": // "Acceptance" from foreign country
case "B0": // "Processed Through Facility" (int'l)
case "CO": // "Inbound Out of Customs"
case "D0": // "Processed Through Facility" (int'l)
case "G0": // "Arrival at Post Office" (int'l)
@ -347,5 +348,4 @@ class TrackingStatus {
return TrackingStatus::TRACKING_STATUS_UNKNOWN;
}
}
}

Loading…
Cancel
Save