Add USPS event code B0

This commit is contained in:
Skylar Ittner 2023-07-20 23:07:58 -06:00
parent b3c76d7ec0
commit 0a65eacaa1

View File

@ -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;
}
}
}