Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/app/code/Feedlay/Customchange/etc/
Upload File :
Current File : /home/dev2.destoffenstraat.com/app/code/Feedlay/Customchange/etc/di.xml

<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/ObjectManager/etc/config.xsd">
    <preference for="Infortis\Base\Helper\Labels" type="Feedlay\Customchange\Helper\Labels" />
    <!--<preference for="Fooman\PdfCustomiser\Block\Order" type="Feedlay\Customchange\Block\FoomanPdfCustomiserOrder" />-->
    <type name="Magento\Framework\DB\Sequence\SequenceInterface">
        <arguments>
            <argument name="pattern" xsi:type="string">%s%'.05d%s</argument>
        </arguments>
    </type>
    <type name="Magento\Checkout\Block\Checkout\DirectoryDataProcessor">
        <plugin name="my_custom_checkout" type="Feedlay\Customchange\Plugin\Magento\Checkout\Block\Checkout\DirectoryDataProcessor"/>
    </type>
    <!--<type name="Fooman\PdfCustomiser\Block\Order">
        <plugin name="my_custom_checkout_change_ordercomments" type="Feedlay\Customchange\Plugin\Fooman\PdfCustomiser\Block\Order"/>
    </type>-->
    <type name="Fooman\PdfCustomiser\Block\Invoice">
        <plugin name="my_custom_checkout_change_invoicecomments" type="Feedlay\Customchange\Plugin\Fooman\PdfCustomiser\Block\Invoice"/>
    </type>                  
</config>