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 6464 </zip >
6565 <zip countryCode =" BR" >
6666 <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 >
6868 <code id =" pattern_2" active =" true" example =" 12345-678" >^[0-9]{5}\-[0-9]{3}$</code >
6969 </codes >
7070 </zip >
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ public function getPostcodesDataProvider()
104104 ['countryId ' => 'BY ' , 'postcode ' => '123456 ' ],
105105 ['countryId ' => 'BE ' , 'postcode ' => '1234 ' ],
106106 ['countryId ' => 'BA ' , 'postcode ' => '12345 ' ],
107- ['countryId ' => 'BR ' , 'postcode ' => '12345 ' ],
107+ ['countryId ' => 'BR ' , 'postcode ' => '12345678 ' ],
108108 ['countryId ' => 'BR ' , 'postcode ' => '12345-678 ' ],
109109 ['countryId ' => 'BN ' , 'postcode ' => 'PS1234 ' ],
110110 ['countryId ' => 'BG ' , 'postcode ' => '1234 ' ],
You can’t perform that action at this time.
0 commit comments