Skip to content

Commit

Permalink
Merge pull request #600 from vtex/loc/15609
Browse files Browse the repository at this point in the history
Fix malta geolocation rule
  • Loading branch information
GeorgeLimaDev authored Jul 23, 2024
2 parents 5c03fb0 + e20a658 commit 1cbb573
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed
- Malta geolocation rules.

## [3.36.5] - 2024-07-02

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion react/country/MLT.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const rules: PostalCodeRules = {
postalCode: {
valueIn: 'long_name',
types: ['postal_code'],
required: false,
required: true,
},

number: {
Expand Down

0 comments on commit 1cbb573

Please sign in to comment.