Fill out tracking location from a city lookup sometimes (just see comments)
This commit is contained in:
parent
0c12465352
commit
94f9e3dfd4
@ -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"
|
||||
];
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user