Skip to content

Commit 4930f12

Browse files
committed
Merge remote-tracking branch 'origin/MC-35755' into 2.4-develop-pr46
2 parents 12f6435 + ae197d6 commit 4930f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Model/QuoteRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ public function get($cartId, array $sharedStoreIds = [])
134134
{
135135
if (!isset($this->quotesById[$cartId])) {
136136
$quote = $this->loadQuote('loadByIdWithoutStore', 'cartId', $cartId, $sharedStoreIds);
137-
$this->getLoadHandler()->load($quote);
138137
$this->quotesById[$cartId] = $quote;
138+
$this->getLoadHandler()->load($quote);
139139
}
140140
return $this->quotesById[$cartId];
141141
}

0 commit comments

Comments
 (0)