diff --git a/lib/TrackingStatus.lib.php b/lib/TrackingStatus.lib.php index dae2326..15036bf 100644 --- a/lib/TrackingStatus.lib.php +++ b/lib/TrackingStatus.lib.php @@ -187,6 +187,7 @@ class TrackingStatus { case "MF": // "Processed through Facility" (int'l) case "DG": // "Out for Delivery" (int'l) case "TL": // "moving within the USPS network" filler message + case "AH": // int'l something or other return TrackingStatus::TRACKING_STATUS_TRANSIT; case "CI": // stuck in customs case "ME": // "Held in Customs" (int'l, isn't necessarily bad) diff --git a/nbproject/project.properties b/nbproject/project.properties index 112ce7b..cc0417d 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -1,5 +1,5 @@ include.path=${php.global.include.path} -php.version=PHP_74 +php.version=PHP_82 source.encoding=UTF-8 src.dir=. tags.asp=false