File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Directory/etc
dev/tests/integration/testsuite/Magento/Directory/Model/Country/Postcode Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 207
207
<zip countryCode =" JP" >
208
208
<codes >
209
209
<code id =" pattern_1" active =" true" example =" 123-4567" >^[0-9]{3}-[0-9]{4}$</code >
210
- <code id =" pattern_2" active =" true" example =" 123 " >^[0-9]{3 }$</code >
210
+ <code id =" pattern_2" active =" true" example =" 1234567 " >^[0-9]{7 }$</code >
211
211
</codes >
212
212
</zip >
213
213
<zip countryCode =" JE" >
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ public function getPostcodesDataProvider()
133
133
['countryId ' => 'IL ' , 'postcode ' => '12345 ' ],
134
134
['countryId ' => 'IT ' , 'postcode ' => '12345 ' ],
135
135
['countryId ' => 'JP ' , 'postcode ' => '123-4567 ' ],
136
- ['countryId ' => 'JP ' , 'postcode ' => '123 ' ],
136
+ ['countryId ' => 'JP ' , 'postcode ' => '1234567 ' ],
137
137
['countryId ' => 'JE ' , 'postcode ' => 'TY8 9PL ' ],
138
138
['countryId ' => 'KZ ' , 'postcode ' => '123456 ' ],
139
139
['countryId ' => 'KE ' , 'postcode ' => '12345 ' ],
You can’t perform that action at this time.
0 commit comments