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 43b6a5c commit 2d2fa6cCopy full SHA for 2d2fa6c
app/code/Magento/Quote/etc/webapi_soap/di.xml
@@ -13,6 +13,9 @@
13
<plugin name="accessControl" type="Magento\Quote\Model\QuoteRepository\Plugin\AccessChangeQuoteControl" />
14
<plugin name="authorization" type="Magento\Quote\Model\QuoteRepository\Plugin\Authorization" />
15
</type>
16
+ <type name="Magento\Quote\Api\GuestCartItemRepositoryInterface">
17
+ <plugin name="updateCartIdFromRequest" type="Magento\Quote\Plugin\UpdateCartId" />
18
+ </type>
19
<type name="Magento\Quote\Model\Quote">
20
<plugin name="updateQuoteStoreId" type="Magento\Quote\Model\Quote\Plugin\UpdateQuoteStoreId" />
21
0 commit comments