We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81ad0b4 commit 0488cedCopy full SHA for 0488ced
app/code/Magento/OfflineShipping/Model/Plugin/Checkout/Block/Cart/Shipping.php
app/code/Magento/OfflineShipping/Test/Unit/Model/Plugin/Checkout/Block/Cart/ShippingTest.php
app/code/Magento/OfflineShipping/etc/di.xml
@@ -6,8 +6,5 @@
6
*/
7
-->
8
<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>
12
<preference for="Magento\Quote\Model\Quote\Address\FreeShippingInterface" type="Magento\OfflineShipping\Model\Quote\Address\FreeShipping" />
13
</config>
0 commit comments