File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/code/Magento/Quote/etc Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 16
16
<preference for =" Magento\Quote\Api\Data\AddressInterface" type =" Magento\Quote\Model\Quote\Address" />
17
17
<preference for =" Magento\Quote\Api\Data\CartItemInterface" type =" Magento\Quote\Model\Quote\Item" />
18
18
<preference for =" Magento\Quote\Api\Data\CartInterface" type =" Magento\Quote\Model\Quote" />
19
+ <preference for =" Magento\Quote\Api\AddCartItemInterface" type =" Magento\Quote\Model\Quote\Item\AddCartItem" />
20
+ <preference for =" Magento\Quote\Api\UpdateCartItemInterface" type =" Magento\Quote\Model\Quote\Item\UpdateCartItem" />
19
21
<preference for =" Magento\Quote\Api\CartItemRepositoryInterface" type =" Magento\Quote\Model\Quote\Item\Repository" />
20
22
<preference for =" Magento\Quote\Api\CartRepositoryInterface" type =" Magento\Quote\Model\QuoteRepository" />
21
23
<preference for =" Magento\Quote\Api\Data\CartSearchResultsInterface" type =" Magento\Quote\Model\CartSearchResults" />
You can’t perform that action at this time.
0 commit comments