1234567891011 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- @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:Cache/etc/cache.xsd">
- <type name="vertex" translate="label,description" instance="Vertex\Tax\Model\Cache\Type">
- <label><![CDATA[Vertex]]></label>
- <description><![CDATA[Vertex tax calculation data]]></description>
- </type>
- </config>
|