<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <!-- remove company from billing address -->
    <type name="Magento\Checkout\Block\Onepage">
        <arguments>
            <argument name="layoutProcessors" xsi:type="array">
                <item name="djo_processors" xsi:type="object">DJOGlobal\CheckoutExt\Block\Checkout\LayoutProcessor</item>
            </argument>
        </arguments>
    </type>

    <type name="Magento\Checkout\Block\Cart">
        <plugin name="DJOGlobal_CheckoutExt::ContinueShoppingUrl" type="DJOGlobal\CheckoutExt\Plugin\ContinueShoppingUrl"/>
    </type>

    <type name="Magento\Checkout\Helper\Cart">
        <plugin name="DJOGlobal_CheckoutExt::AddConfirmToDeleteFromCart" type="DJOGlobal\CheckoutExt\Plugin\AddConfirmToDeleteFromCart"/>
    </type>
</config>
