Skip to content

Commit 533a05b

Browse files
committed
AC-9313::Database record tampering
1 parent 4f6e4e3 commit 533a05b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Customer/Model/ResourceModel/CustomerRepository.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ public function save(CustomerInterface $customer, $passwordHash = null)
220220
/** @var CustomerModel $customerModel */
221221
$customerModel = $this->customerFactory->create(['data' => $customerData]);
222222
$this->populateWithOrigData($customerModel, $prevCustomerDataArr);
223-
224223
//Model's actual ID field maybe different than "id" so "id" field from $customerData may be ignored.
225224
$customerModel->setId($customer->getId());
226225
$storeId = $customerModel->getStoreId();

0 commit comments

Comments
 (0)