Skip to content

Commit a669f4b

Browse files
committed
ACP2E-2737: Duplicate customers being created with same email address using import
1 parent 54e25b9 commit a669f4b

File tree

1 file changed

+0
-6
lines changed
  • app/code/Magento/CustomerImportExport/Model/Import

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,6 @@ class Address extends AbstractCustomer
253253
*/
254254
private $indexerProcessor;
255255

256-
/**
257-
* @var Share
258-
*/
259-
private $configShare;
260-
261256
/**
262257
* @param \Magento\Framework\Stdlib\StringUtils $string
263258
* @param \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig
@@ -360,7 +355,6 @@ public function __construct(
360355
$this->indexerProcessor = $indexerProcessor
361356
?: ObjectManager::getInstance()->get(Processor::class);
362357

363-
$this->configShare = $configShare ?? ObjectManager::getInstance()->get(Share::class);
364358
$this->_initAttributes();
365359
$this->_initCountryRegions();
366360
}

0 commit comments

Comments
 (0)