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.
2 parents ee77f48 + da13b7a commit d666dccCopy full SHA for d666dcc
dev/tests/integration/testsuite/Magento/Sales/_files/quote.php
@@ -56,7 +56,7 @@
56
$quote->collectTotals();
57
58
$quoteRepository = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
59
- ->create(\Magento\Quote\Api\CartRepositoryInterface::class);
+ ->get(\Magento\Quote\Api\CartRepositoryInterface::class);
60
$quoteRepository->save($quote);
61
62
/** @var \Magento\Quote\Model\QuoteIdMask $quoteIdMask */
0 commit comments