Skip to content

Commit 0488ced

Browse files
committed
Removed unused plugin on protected method, in Magento_OfflineShipping
1 parent 81ad0b4 commit 0488ced

File tree

3 files changed

+0
-132
lines changed

3 files changed

+0
-132
lines changed

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)