Skip to content

Commit 021207a

Browse files
author
Kostiantyn Poida
committed
MAGETWO-31168: Investigate increase of checkout steps load time
- found degradation
1 parent 058998c commit 021207a

File tree

1 file changed

+0
-2
lines changed
  • app/code/Magento/Sales/Model/Service

1 file changed

+0
-2
lines changed

app/code/Magento/Sales/Model/Service/Quote.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ protected function prepareCustomerData(\Magento\Sales\Model\Quote $quote)
184184
$this->customerBuilder->populate($customer)->create(),
185185
$quote->getPasswordHash()
186186
);
187-
} else {
188-
$this->customerRepository->save($customer);
189187
}
190188

191189
if (!$quote->getBillingAddress()->getId() && $customer->getDefaultBilling()) {

0 commit comments

Comments
 (0)