File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
app/code/Magento/CustomerImportExport/Model/Import Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -414,7 +414,6 @@ protected function _prepareDataForUpdate(array $rowData)
414414 } else {
415415 $ createdAt = (new \DateTime ())->setTimestamp (strtotime ($ rowData ['created_at ' ]));
416416 }
417-
418417 $ emailInLowercase = strtolower (trim ($ rowData [self ::COLUMN_EMAIL ]));
419418 $ newCustomer = false ;
420419 $ entityId = $ this ->_getCustomerId ($ emailInLowercase , $ rowData [self ::COLUMN_WEBSITE ]);
@@ -449,7 +448,6 @@ protected function _prepareDataForUpdate(array $rowData)
449448 $ value = (new \DateTime ())->setTimestamp (strtotime ($ value ));
450449 $ value = $ value ->format (\Magento \Framework \Stdlib \DateTime::DATETIME_PHP_FORMAT );
451450 }
452-
453451 if (!$ this ->_attributes [$ attributeCode ]['is_static ' ]) {
454452 /** @var $attribute \Magento\Customer\Model\Attribute */
455453 $ attribute = $ this ->_customerModel ->getAttribute ($ attributeCode );
You can’t perform that action at this time.
0 commit comments