Skip to content

Commit 61182f5

Browse files
Merge remote-tracking branch '32158/remove-unused-tablerates-plugin' into comm_jul
2 parents 29c593c + 088a630 commit 61182f5

File tree

5 files changed

+0
-189
lines changed

5 files changed

+0
-189
lines changed

app/code/Magento/Dhl/Model/Plugin/Checkout/Block/Cart/Shipping.php

Lines changed: 0 additions & 54 deletions
This file was deleted.

app/code/Magento/Dhl/etc/di.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
9-
<type name="Magento\Checkout\Block\Cart\LayoutProcessor">
10-
<plugin name="checkout_cart_shipping_dhl" type="Magento\Dhl\Model\Plugin\Checkout\Block\Cart\Shipping"/>
11-
</type>
129
<type name="Magento\Config\Model\Config\TypePool">
1310
<arguments>
1411
<argument name="sensitive" xsi:type="array">

app/code/Magento/OfflineShipping/Model/Plugin/Checkout/Block/Cart/Shipping.php

Lines changed: 0 additions & 42 deletions
This file was deleted.

app/code/Magento/OfflineShipping/Test/Unit/Model/Plugin/Checkout/Block/Cart/ShippingTest.php

Lines changed: 0 additions & 87 deletions
This file was deleted.

app/code/Magento/OfflineShipping/etc/di.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
9-
<type name="Magento\Checkout\Block\Cart\LayoutProcessor">
10-
<plugin name="checkout_cart_shipping_plugin" type="Magento\OfflineShipping\Model\Plugin\Checkout\Block\Cart\Shipping"/>
11-
</type>
129
<preference for="Magento\Quote\Model\Quote\Address\FreeShippingInterface" type="Magento\OfflineShipping\Model\Quote\Address\FreeShipping" />
1310
</config>

0 commit comments

Comments
 (0)