Skip to content

Commit e9233b6

Browse files
committed
ACP2E-3382: Exported customer address cannot be imported
1 parent e459479 commit e9233b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/CustomerImportExport/Model/Import/CountryWithWebsites.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class CountryWithWebsites
3333
/**
3434
* @var array
3535
*/
36-
private $allowedCountries = [];
36+
private $allowedCountries;
3737

3838
/**
3939
* @var StoreManagerInterface
@@ -72,6 +72,7 @@ public function getCountiesPerWebsite(): array
7272
{
7373
if (!$this->allowedCountries) {
7474
$websiteIds = [];
75+
$allowedCountries = [];
7576

7677
foreach ($this->storeManager->getWebsites() as $website) {
7778
$countries = $this->allowedCountriesReader

0 commit comments

Comments
 (0)