Add USPS event code B0
This commit is contained in:
parent
b3c76d7ec0
commit
0a65eacaa1
@ -181,6 +181,7 @@ class TrackingStatus {
|
|||||||
case "AP":
|
case "AP":
|
||||||
case "AT": // departed a transfer airport (int'l)
|
case "AT": // departed a transfer airport (int'l)
|
||||||
case "A0": // "Acceptance" from foreign country
|
case "A0": // "Acceptance" from foreign country
|
||||||
|
case "B0": // "Processed Through Facility" (int'l)
|
||||||
case "CO": // "Inbound Out of Customs"
|
case "CO": // "Inbound Out of Customs"
|
||||||
case "D0": // "Processed Through Facility" (int'l)
|
case "D0": // "Processed Through Facility" (int'l)
|
||||||
case "G0": // "Arrival at Post Office" (int'l)
|
case "G0": // "Arrival at Post Office" (int'l)
|
||||||
@ -347,5 +348,4 @@ class TrackingStatus {
|
|||||||
return TrackingStatus::TRACKING_STATUS_UNKNOWN;
|
return TrackingStatus::TRACKING_STATUS_UNKNOWN;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user