Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/vertexinc/module-address-validation/etc/adminhtml/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/vertexinc/module-address-validation/etc/adminhtml/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="Vertex\AddressValidation\Block\Adminhtml\CleanseAddressButton">
        <arguments>
            <argument name="data" xsi:type="array">
                <item name="template" xsi:type="string">Vertex_AddressValidation::order-validate.phtml</item>
            </argument>
        </arguments>
    </type>
    <type name="Magento\Sales\Block\Adminhtml\Order\Create\Form\Address">
        <plugin name="vertex_addressvalidation_admin_order_form"
                type="Vertex\AddressValidation\Plugin\Adminhtml\AddBlockToOrderCreateForm"
                sortOrder="100"/>
    </type>
</config>