Fill out tracking location from a city lookup sometimes (just see comments)

This commit is contained in:
Skylar Ittner 2022-11-10 23:51:39 -07:00
parent 0c12465352
commit 94f9e3dfd4

View File

@ -8,7 +8,10 @@ class Tracking_USPS {
*/
public const STATELESS_CITIES = [
"LOS ANGELES" => "CA",
"NEW YORK" => "NY"
"SAN FRANCISCO" => "CA",
"NEW YORK" => "NY",
"CHICAGO" => "IL",
"MIAMI" => "FL"
];
/**