<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/crontab.xsd">
    <group id="default">
        <job name="Dinhvan_abandonedcart_send" instance="Dinhvan\AbandonedCart\Cron\SendReminder" method="execute">
            <schedule>0 12 * * *</schedule>
        </job>
    </group>
</config>
