File tree 2 files changed +2
-2
lines changed
app/code/Magento/Directory/etc
dev/tests/integration/testsuite/Magento/Directory/Model/Country/Postcode
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 64
64
</zip >
65
65
<zip countryCode =" BR" >
66
66
<codes >
67
- <code id =" pattern_1" active =" true" example =" 12345 " >^[0-9]{5 }$</code >
67
+ <code id =" pattern_1" active =" true" example =" 12345678 " >^[0-9]{8 }$</code >
68
68
<code id =" pattern_2" active =" true" example =" 12345-678" >^[0-9]{5}\-[0-9]{3}$</code >
69
69
</codes >
70
70
</zip >
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ public function getPostcodesDataProvider()
104
104
['countryId ' => 'BY ' , 'postcode ' => '123456 ' ],
105
105
['countryId ' => 'BE ' , 'postcode ' => '1234 ' ],
106
106
['countryId ' => 'BA ' , 'postcode ' => '12345 ' ],
107
- ['countryId ' => 'BR ' , 'postcode ' => '12345 ' ],
107
+ ['countryId ' => 'BR ' , 'postcode ' => '12345678 ' ],
108
108
['countryId ' => 'BR ' , 'postcode ' => '12345-678 ' ],
109
109
['countryId ' => 'BN ' , 'postcode ' => 'PS1234 ' ],
110
110
['countryId ' => 'BG ' , 'postcode ' => '1234 ' ],
You can’t perform that action at this time.
0 commit comments