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.
1 parent 10db0d1 commit f1a749bCopy full SHA for f1a749b
app/code/Magento/CustomerImportExport/Model/ResourceModel/Import/Customer/Storage.php
@@ -110,8 +110,7 @@ private function loadCustomersData(array $customerIdentifiers): void
110
$customers = $collection->getConnection()->fetchAll($chunkSelect);
111
foreach ($customers as $customer) {
112
$this->addCustomerByArray($customer);
113
- if (
114
- $this->configShare->isGlobalScope() &&
+ if ($this->configShare->isGlobalScope() &&
115
is_array(current($customerIdentifiers)) &&
116
count(current($customerIdentifiers)) > 0 &&
117
isset(current($customerIdentifiers)['website_id']) &&
0 commit comments