Skip to content

Commit

Permalink
Merge pull request #629 from vtex/fix-SLV-summary
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 84648a8 + 674d82c commit 5f89c6d
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.

## [3.38.1] - 2024-12-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion react/country/SLV.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ const rules: PostalCodeRules = {
summary: [
[{ name: 'street' }],
[{ name: 'complement' }],
[{ name: 'neighborhood' }, { delimiter: ' - ', name: 'state' }],
[{ name: 'neighborhood' }, { delimiter: ' - ', name: 'city' }, { delimiter: ' - ', name: 'state' }],
],
}

Expand Down

0 comments on commit 5f89c6d

Please sign in to comment.