di.xml 524 B

12345678910111213
  1. <?xml version="1.0"?>
  2. <!--
  3. @copyright Vertex. All rights reserved. https://www.vertexinc.com/
  4. @author Mediotype https://www.mediotype.com/
  5. -->
  6. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  7. xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  8. <type name="Vertex\Tax\Model\ErrorMessageDisplayState">
  9. <arguments>
  10. <argument name="enabled" xsi:type="boolean">true</argument>
  11. </arguments>
  12. </type>
  13. </config>