Skip to content

Commit fbb3d51

Browse files
committed
MC-35755: [Magento Cloud] B2B - Negotiable Quotes REST response time is over 1 minute
1 parent 252dd90 commit fbb3d51

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)