Skip to content

Commit d71a4e8

Browse files
author
Spandana Chittimala
committed
Merge branch 'MC-18918' of https://github.com/magento-tango/magento2ce into PR-16-08-2019
2 parents 4e470c1 + 74c100d commit d71a4e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Checkout/Model/Session.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,11 @@ public function loadCustomerQuote()
370370
$this->quoteRepository->save(
371371
$customerQuote->merge($this->getQuote())->collectTotals()
372372
);
373+
$newQuote = $this->quoteRepository->get($customerQuote->getId());
374+
$this->quoteRepository->save(
375+
$newQuote->collectTotals()
376+
);
377+
$customerQuote = $newQuote;
373378
}
374379

375380
$this->setQuoteId($customerQuote->getId());

0 commit comments

Comments
 (0)