Skip to content

Commit

Permalink
Give cache a new label
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinElst authored and peterjaap committed Mar 16, 2023
1 parent a07e7fe commit 540a6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/cache.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Cache/etc/cache.xsd">
<type name="vat_check" translate="label,description" instance="Dutchento\Vatfallback\Model\Cache\VatCheck">
<label>vat_check</label>
<description>Cache recent vat-check results to not overload APIs</description>
<label>Vat-check</label>
<description>Cache recent vat-fallback-check results to not overload APIs (VIES, Vatlayer)</description>
</type>
</config>

0 comments on commit 540a6c3

Please sign in to comment.