Skip to content
Snippets Groups Projects
Commit 1314e873 authored by Maxim Medinskiy's avatar Maxim Medinskiy
Browse files

MAGETWO-43869: The "Header contains invalid attribute(s)..." message appears...

MAGETWO-43869: The "Header contains invalid attribute(s)..." message appears wher user tries to import customers
parent 6ab3673e
Branches
No related merge requests found
......@@ -492,7 +492,7 @@ class CustomerComposite extends \Magento\ImportExport\Model\Import\AbstractEntit
$this->validColumnNames,
$this->_customerAttributes,
$this->_addressAttributes,
$this->_customerEntity->customerFields
$this->_customerEntity->getValidColumnNames()
);
return $this->validColumnNames;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment