Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Costa Rica's countryData to fix a couple of issues.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seria mais descritivo especificar quais problemas foram corrigidos, ex.: "Fixed typo in district name San Lorenzo (San Ramón, Alajuela) and incorrect postal code for Aserrí district".


### Changed

- Deduplicated test fixtures: shared Google Geocoder payloads (factory exported from `postalCodeGoogleAddress.js`), address/geolocation mock bases, and `sharedMockRuleFields` for `useOneLevel` / `useThreeLevels` to satisfy Sonar CPD on new code.
Expand Down
4 changes: 2 additions & 2 deletions react/country/data/CRI.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"Piedades Sur": "20205",
"San Isidro": "20207",
"San Juan": "20203",
"San Lorenzo4": "20214",
"San Lorenzo": "20214",
"San Rafael": "20206",
"San Ramón": "20201",
"Santiago": "20202",
Expand Down Expand Up @@ -513,7 +513,7 @@
"San Josecito": "11002"
},
"Aserrí": {
"Aserrí": "10504",
"Aserrí": "10601",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incluir na descrição do PR uma referência ao CEP oficial (ex.: site dos Correios da Costa Rica) facilitaria auditorias futuras desse arquivo.

"Legua": "10605",
"Monterrey": "10606",
"Salitrillos": "10607",
Expand Down
Loading