Skip to content

Commit

Permalink
magento-engcom/import-export-improvements#43: fix app/code/Magento/Cu…
Browse files Browse the repository at this point in the history
…stomerImportExport/Model/Import/CustomerComposite.php

 - make sure that the data format used when importing data matches the expected format
  • Loading branch information
dmanners committed Jan 18, 2018
1 parent e653591 commit c07b97b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ public function validateRow(array $rowData, $rowNumber)
if (!$this->_addressEntity->getCustomerStorage()->getCustomerId($this->_currentEmail, $websiteId)) {
$this->_addressEntity->getCustomerStorage()->addCustomerByArray(
[
'id' => $this->_nextCustomerId,
'entity_id' => $this->_nextCustomerId,
'email' => $this->_currentEmail,
'website_id' => $websiteId,
]
Expand Down

0 comments on commit c07b97b

Please sign in to comment.