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 6576e49 commit 2333883Copy full SHA for 2333883
app/code/Magento/CustomerImportExport/Model/Import/Customer.php
@@ -303,9 +303,6 @@ protected function _getNextEntityId()
303
*/
304
protected function _prepareDataForUpdate(array $rowData)
305
{
306
- /** @var $passwordAttribute \Magento\Customer\Model\Attribute */
307
- $passwordAttribute = $this->_customerModel->getAttribute('password_hash');
308
-
309
$entitiesToCreate = [];
310
$entitiesToUpdate = [];
311
$attributesToSave = [];
0 commit comments