Add "AT" USPS status code

This commit is contained in:
Skylar Ittner 2022-04-15 20:04:49 -06:00
parent 0b3eec53e5
commit 347eabf1d1

View File

@ -176,6 +176,7 @@ class TrackingStatus {
case "WX":
case "AP":
case "CI": // stuck in customs
case "AT": // departed a transfer airport (int'l)
return TrackingStatus::TRACKING_STATUS_TRANSIT;
case "01":
case "13":