You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
I was doing some feature testing with Puerto Rican locations and found that at least one location returns a postCode of 920 rather than 00920 while several others with leading zeros return the full zip code. This was easy to handle for in our code but ideally it could be fixed in the db so that this exception doesn't surprise others.
location tested using forward search: 1332 Avenida Franklin Delano Roosevelt San Juan, Puerto Rico
Returned from api:
Verified zip code should be 00920:
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was doing some feature testing with Puerto Rican locations and found that at least one location returns a postCode of
920
rather than00920
while several others with leading zeros return the full zip code. This was easy to handle for in our code but ideally it could be fixed in the db so that this exception doesn't surprise others.location tested using forward search:
1332 Avenida Franklin Delano Roosevelt San Juan, Puerto Rico
Returned from api:
Verified zip code should be 00920:
The text was updated successfully, but these errors were encountered: