Skip to content

Commit

Permalink
Merge pull request #630 from vtex/fix-SLV-summary-4.x
Browse files Browse the repository at this point in the history
Updated El Salvador (SLV) address summary to reflect the new address structure.
  • Loading branch information
jeffersontuc authored Dec 18, 2024
2 parents b92cbf2 + deb6eca commit d7fc2b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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

- El Salvador (SLV) address summary to reflect the new address structure.

## [4.26.1] - 2024-12-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion react/country/SLV.js
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,6 @@ export default {
summary: [
[{ name: 'street' }],
[{ name: 'complement' }],
[{ name: 'neighborhood' }, { delimiter: ' - ', name: 'state' }],
[{ name: 'neighborhood' }, { delimiter: ' - ', name: 'city' }, { delimiter: ' - ', name: 'state' }],
],
}

0 comments on commit d7fc2b2

Please sign in to comment.