Add I0 event code

This commit is contained in:
Skylar Ittner 2023-01-14 20:27:18 -07:00
parent e4fed62e45
commit daaa2d0d80

View File

@ -194,6 +194,7 @@ class TrackingStatus {
case "86": case "86":
case "87": case "87":
case "LD": // letter estimated to be delivered today case "LD": // letter estimated to be delivered today
case "I0": // International something or other
return TrackingStatus::TRACKING_STATUS_DELIVERED; return TrackingStatus::TRACKING_STATUS_DELIVERED;
case "04": case "04":
case "05": case "05":