Skip to content

Commit e271d4a

Browse files
authored
fix(location): update valid ZIP ranges for FL and VA (#3167)
1 parent 4056ab0 commit e271d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/locales/en_US/location/postcode_by_state.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
CT: '0{{number.int({"min": 6001,"max": 6389})}}',
99
DC: '{{number.int({"min": 20001,"max": 20039})}}',
1010
DE: '{{number.int({"min": 19701,"max": 19980})}}',
11-
FL: '{{number.int({"min": 32004,"max": 34997})}}',
11+
FL: '{{helpers.arrayElement(["320","321","322","323","324","325","326","327","328","329","330","331","332","333","334","335","336","337","338","339","341","342","344","346","347","349"])}}{{string.numeric({"length": 2})}}',
1212
GA: '{{number.int({"min": 30001,"max": 31999})}}',
1313
HI: '{{number.int({"min": 96701,"max": 96898})}}',
1414
IA: '{{number.int({"min": 50001,"max": 52809})}}',
@@ -45,7 +45,7 @@ export default {
4545
TN: '{{number.int({"min": 37010,"max": 38589})}}',
4646
TX: '{{number.int({"min": 75503,"max": 79999})}}',
4747
UT: '{{number.int({"min": 84001,"max": 84784})}}',
48-
VA: '{{number.int({"min": 20040,"max": 20041})}}',
48+
VA: '{{number.int({"min": 22201,"max": 24599})}}',
4949
VT: '0{{number.int({"min": 5001,"max": 5495})}}',
5050
WA: '{{number.int({"min": 98001,"max": 99403})}}',
5151
WI: '{{number.int({"min": 53001,"max": 54990})}}',

0 commit comments

Comments
 (0)