Add TL event code (moving in usps network filler)

master
Skylar Ittner 1 year ago
parent f91a3bab31
commit 5d0958b5d0

@ -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":

Loading…
Cancel
Save