11 lines
385 B
XML
Executable File
11 lines
385 B
XML
Executable File
<?xml version="1.0"?>
|
|
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
|
|
<group id="default">
|
|
|
|
<job name="btcpay_update_invoices" instance="Storefront\BTCPay\Cron\UpdateInvoices" method="execute">
|
|
<schedule>*/5 * * * *</schedule>
|
|
</job>
|
|
|
|
</group>
|
|
</config>
|