integer-net/magento2-shippingpreselection

View on GitHub
src/etc/frontend/di.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
        <type name="Magento\Checkout\Model\Session">
            <plugin name="integernet_shippingpreselection_preselectshippingmethod"
                    type="IntegerNet\ShippingPreselection\Plugin\PreselectShippingMethod" sortOrder="20"/>
            <plugin name="integernet_shippingpreselection_resetshippingaddress"
                    type="IntegerNet\ShippingPreselection\Plugin\ResetShippingAddress" sortOrder="30"/>
        </type>
</config>