Skip to content

Commit 54f8132

Browse files
committed
code refactoring
1 parent 1e11f7f commit 54f8132

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/Multishipping/etc/frontend

1 file changed

+3
-1
lines changed

app/code/Magento/Multishipping/etc/frontend/di.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@
4444
</type>
4545
<type name="Magento\Checkout\Controller\Cart">
4646
<plugin name="multishipping_clear_addresses" type="Magento\Multishipping\Model\Cart\Controller\CartPlugin" sortOrder="50" />
47-
<plugin name="multishipping_disabler" type="Magento\Multishipping\Plugin\DisableMultishippingMode" sortOrder="50" />
4847
</type>
4948
<type name="Magento\Quote\Model\Quote">
5049
<plugin name="multishipping_reset_shipping_assigment" type="Magento\Multishipping\Plugin\ResetShippingAssigment"/>
5150
</type>
51+
<type name="Magento\Checkout\Controller\Cart\UpdateItemQty">
52+
<plugin name="multishipping_disabler" type="Magento\Multishipping\Plugin\DisableMultishippingMode" sortOrder="10" />
53+
</type>
5254
</config>

0 commit comments

Comments
 (0)