Add AH USPS event code
This commit is contained in:
parent
5147fa6156
commit
9c3c77de66
@ -187,6 +187,7 @@ class TrackingStatus {
|
|||||||
case "MF": // "Processed through Facility" (int'l)
|
case "MF": // "Processed through Facility" (int'l)
|
||||||
case "DG": // "Out for Delivery" (int'l)
|
case "DG": // "Out for Delivery" (int'l)
|
||||||
case "TL": // "moving within the USPS network" filler message
|
case "TL": // "moving within the USPS network" filler message
|
||||||
|
case "AH": // int'l something or other
|
||||||
return TrackingStatus::TRACKING_STATUS_TRANSIT;
|
return TrackingStatus::TRACKING_STATUS_TRANSIT;
|
||||||
case "CI": // stuck in customs
|
case "CI": // stuck in customs
|
||||||
case "ME": // "Held in Customs" (int'l, isn't necessarily bad)
|
case "ME": // "Held in Customs" (int'l, isn't necessarily bad)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
include.path=${php.global.include.path}
|
include.path=${php.global.include.path}
|
||||||
php.version=PHP_74
|
php.version=PHP_82
|
||||||
source.encoding=UTF-8
|
source.encoding=UTF-8
|
||||||
src.dir=.
|
src.dir=.
|
||||||
tags.asp=false
|
tags.asp=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user