Skip to content

Commit 2d2fa6c

Browse files
committed
ACP2E-778: REST API: Product names in cart always use default store view values
1 parent 43b6a5c commit 2d2fa6c

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/Quote/etc/webapi_soap

1 file changed

+3
-0
lines changed

app/code/Magento/Quote/etc/webapi_soap/di.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<plugin name="accessControl" type="Magento\Quote\Model\QuoteRepository\Plugin\AccessChangeQuoteControl" />
1414
<plugin name="authorization" type="Magento\Quote\Model\QuoteRepository\Plugin\Authorization" />
1515
</type>
16+
<type name="Magento\Quote\Api\GuestCartItemRepositoryInterface">
17+
<plugin name="updateCartIdFromRequest" type="Magento\Quote\Plugin\UpdateCartId" />
18+
</type>
1619
<type name="Magento\Quote\Model\Quote">
1720
<plugin name="updateQuoteStoreId" type="Magento\Quote\Model\Quote\Plugin\UpdateQuoteStoreId" />
1821
</type>

0 commit comments

Comments
 (0)