Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/vertexinc/module-address-validation/etc/frontend/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/vertexinc/module-address-validation/etc/frontend/di.xml

<?xml version="1.0"?>
<!--
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="Magento\Checkout\Model\CompositeConfigProvider">
        <arguments>
            <argument name="configProviders" xsi:type="array">
                <item name="vertex_address_validation_config_provider" xsi:type="object">
                    Vertex\AddressValidation\Model\Checkout\ConfigProvider
                </item>
            </argument>
        </arguments>
    </type>

    <type name="Magento\Customer\Block\Address\Edit">
        <plugin name="vertex_address_validation_message" type="Vertex\AddressValidation\Plugin\AddressMessagePlugin" />
    </type>

    <type name="Vertex\AddressValidation\Plugin\AddressMessagePlugin">
        <arguments>
            <argument name="prependMatch" xsi:type="string"><![CDATA[<div class="actions-toolbar">]]></argument>
        </arguments>
    </type>
</config>