We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e719669 + 4ddb336 commit 7fc1fd5Copy full SHA for 7fc1fd5
app/code/Magento/Directory/Model/Country/Postcode/Config/Reader.php
@@ -12,7 +12,10 @@ class Reader extends \Magento\Framework\Config\Reader\Filesystem
12
*
13
* @var array
14
*/
15
- protected $_idAttributes = ['/config/zip' => 'countryCode'];
+ protected $_idAttributes = [
16
+ '/config/zip' => 'countryCode',
17
+ '/config/zip/codes/code' => 'id',
18
+ ];
19
20
/**
21
* Construct the FileSystem Reader Class
0 commit comments