Add TL event code (moving in usps network filler)

This commit is contained in:
Skylar Ittner 2023-01-14 21:05:46 -07:00
parent f91a3bab31
commit 5d0958b5d0

View File

@ -186,6 +186,7 @@ class TrackingStatus {
case "MF": // "Processed through Facility" (int'l)
case "DG": // "Out for Delivery" (int'l)
case "ME": // "Held in Customs" (int'l, isn't necessarily bad)
case "TL": // "moving within the USPS network" filler message
return TrackingStatus::TRACKING_STATUS_TRANSIT;
case "01":
case "13":