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 196
196
</zip >
197
197
<zip countryCode =" IL" >
198
198
<codes >
199
- <code id =" pattern_1" active =" true" example =" 12345 " >^[0-9]{5 }$</code >
199
+ <code id =" pattern_1" active =" true" example =" 6687865 " >^[0-9]{7 }$</code >
200
200
</codes >
201
201
</zip >
202
202
<zip countryCode =" IT" >
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ public function getPostcodesDataProvider()
130
130
['countryId ' => 'IS ' , 'postcode ' => '123 ' ],
131
131
['countryId ' => 'IN ' , 'postcode ' => '123456 ' ],
132
132
['countryId ' => 'ID ' , 'postcode ' => '12345 ' ],
133
- ['countryId ' => 'IL ' , 'postcode ' => '12345 ' ],
133
+ ['countryId ' => 'IL ' , 'postcode ' => '1234567 ' ],
134
134
['countryId ' => 'IT ' , 'postcode ' => '12345 ' ],
135
135
['countryId ' => 'JP ' , 'postcode ' => '123-4567 ' ],
136
136
['countryId ' => 'JP ' , 'postcode ' => '1234567 ' ],
You can’t perform that action at this time.
0 commit comments