Skip to content

Commit

Permalink
Fix NZL geolocation
Browse files Browse the repository at this point in the history
  • Loading branch information
sheilagomes committed Oct 6, 2023
1 parent 5685437 commit b1071b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Fixed

- New Zealand geolocation to include neighborhood.

### Fixed

- Ecuador postal code settings to be more granular and show the cities list during check-out.

## [3.34.6] - 2023-08-24
Expand Down
5 changes: 4 additions & 1 deletion react/country/NZL.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ const rules: PostalCodeRules = {
},
},
summary: [
[{ name: 'complement' }, { delimiter: ' ', name: 'street' }],
[{ name: 'complement' },
{ delimiter: ' ', name: 'street' },
{ delimiter: ' ', name: 'neighborhood' },
],
[
{ name: 'city' },
{ delimiter: ', ', name: 'state' },
Expand Down

0 comments on commit b1071b1

Please sign in to comment.