Skip to content

Commit

Permalink
#30408: solved multishipping cart item subtotal update issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay-wagento committed Oct 10, 2020
1 parent 68770fc commit 043bf81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/Magento/Multishipping/etc/frontend/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
</type>
<type name="Magento\Checkout\Controller\Cart">
<plugin name="multishipping_clear_addresses" type="Magento\Multishipping\Model\Cart\Controller\CartPlugin" sortOrder="50" />
<plugin name="multishipping_disabler" type="Magento\Multishipping\Plugin\DisableMultishippingMode" sortOrder="50" />
</type>
<type name="Magento\Quote\Model\Quote">
<plugin name="multishipping_reset_shipping_assigment" type="Magento\Multishipping\Plugin\ResetShippingAssigment"/>
Expand Down

0 comments on commit 043bf81

Please sign in to comment.