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 6a6e732 commit 2a7a62eCopy full SHA for 2a7a62e
app/code/Magento/Quote/etc/di.xml
@@ -19,6 +19,7 @@
19
</arguments>
20
</type>
21
<preference for="Magento\Quote\Api\Data\CartItemInterface" type="Magento\Quote\Model\Quote\Item" />
22
+ <preference for="Magento\Quote\Api\Data\CartInterface" type="Magento\Quote\Model\Quote" />
23
<preference for="Magento\Quote\Api\CartItemRepositoryInterface" type="Magento\Quote\Model\Quote\Item\Repository" />
24
<preference for="Magento\Quote\Api\CartRepositoryInterface" type="Magento\Quote\Model\QuoteRepository" />
25
<preference for="Magento\Quote\Api\Data\CartSearchResultsInterface" type="Magento\Framework\Api\SearchResults" />
0 commit comments