Skip to content

Commit e459479

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 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

0 commit comments

Comments
 (0)