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)
414
414
} else {
415
415
$ createdAt = (new \DateTime ())->setTimestamp (strtotime ($ rowData ['created_at ' ]));
416
416
}
417
-
418
417
$ emailInLowercase = strtolower (trim ($ rowData [self ::COLUMN_EMAIL ]));
419
418
$ newCustomer = false ;
420
419
$ entityId = $ this ->_getCustomerId ($ emailInLowercase , $ rowData [self ::COLUMN_WEBSITE ]);
@@ -449,7 +448,6 @@ protected function _prepareDataForUpdate(array $rowData)
449
448
$ value = (new \DateTime ())->setTimestamp (strtotime ($ value ));
450
449
$ value = $ value ->format (\Magento \Framework \Stdlib \DateTime::DATETIME_PHP_FORMAT );
451
450
}
452
-
453
451
if (!$ this ->_attributes [$ attributeCode ]['is_static ' ]) {
454
452
/** @var $attribute \Magento\Customer\Model\Attribute */
455
453
$ attribute = $ this ->_customerModel ->getAttribute ($ attributeCode );
You can’t perform that action at this time.
0 commit comments