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 a0d62ec commit eac4a7cCopy full SHA for eac4a7c
app/code/Magento/CustomerImportExport/Model/Import/Customer.php
@@ -305,8 +305,6 @@ protected function _prepareDataForUpdate(array $rowData)
305
{
306
/** @var $passwordAttribute \Magento\Customer\Model\Attribute */
307
$passwordAttribute = $this->_customerModel->getAttribute('password_hash');
308
- $passwordAttributeId = $passwordAttribute->getId();
309
- $passwordStorageTable = $passwordAttribute->getBackend()->getTable();
310
311
$entitiesToCreate = [];
312
$entitiesToUpdate = [];
0 commit comments