We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58dd8e2 commit d0ceba3Copy full SHA for d0ceba3
app/code/Magento/Quote/Model/Quote.php
@@ -2378,8 +2378,9 @@ protected function _afterLoad()
2378
{
2379
// collect totals and save me, if required
2380
if (1 == $this->getTriggerRecollect()) {
2381
- $this->collectTotals()->save();
2382
- $this->setTriggerRecollect(0);
+ $this->collectTotals()
+ ->setTriggerRecollect(0)
2383
+ ->save();
2384
}
2385
return parent::_afterLoad();
2386
0 commit comments