<?xml version="1.0"?><!--
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_DeleteOrders
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
 -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <delete_orders>
            <module>
                <type>1</type>
            </module>
            <general>
                <enabled>1</enabled>
            </general>
            <schedule>
                <frequency>0</frequency>
                <order_status>0</order_status>
                <store_views>0</store_views>
                <country>2</country>
            </schedule>
            <email>
                <enabled>0</enabled>
                <sender>general</sender>
                <template>delete_orders_email_template</template>
            </email>
        </delete_orders>
    </default>
</config>
