<?xml version="1.0"?>
<!--
  ~ Copyright © 2020 CyberSource. All rights reserved.
  ~ See accompanying LICENSE.txt for applicable terms of use and license.
  -->

<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="cron_wechatpay_pending_payment_processor" instance="CyberSourceWeChatPayPendingPaymentProcessor" method="execute">
            <schedule>*/10 * * * *</schedule>
        </job>
    </group>
</config>
