Skip to content

Commit

Permalink
Use the Town/City locality type for New Zealand.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanz committed Nov 17, 2023
1 parent 861de87 commit de88e59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AddressFormat/AddressFormatRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,7 @@ protected function getDefinitions(): array
'required_fields' => [
'addressLine1', 'locality', 'postalCode',
],
'locality_type' => 'town_city',
'postal_code_pattern' => '\d{4}',
],
'OM' => [
Expand Down

0 comments on commit de88e59

Please sign in to comment.