<?xml version="1.0"?>
<!--
/**
 * Plumrocket Inc.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the End-user License Agreement
 * that is available through the world-wide-web at this URL:
 * http://wiki.plumrocket.net/wiki/EULA
 * If you are unable to obtain it through the world-wide-web, please
 * send an email to support@plumrocket.com so we can send you a copy immediately.
 *
 * @package     Plumrocket_Estimateddelivery
 * @copyright   Copyright (c) 2020 Plumrocket Inc. (http://www.plumrocket.com)
 * @license     http://wiki.plumrocket.net/wiki/EULA  End-user License Agreement
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Catalog:etc/catalog_attributes.xsd">
    <group name="quote_item">
        <attribute name="estimated_shipping_text"/>
        <attribute name="estimated_shipping_date_to"/>
        <attribute name="estimated_shipping_date_from"/>
        <attribute name="estimated_shipping_days_to"/>
        <attribute name="estimated_shipping_days_from"/>
        <attribute name="estimated_shipping_enable"/>
        <attribute name="estimated_delivery_text"/>
        <attribute name="estimated_delivery_date_to"/>
        <attribute name="estimated_delivery_date_from"/>
        <attribute name="estimated_delivery_days_to"/>
        <attribute name="estimated_delivery_days_from"/>
        <attribute name="estimated_delivery_enable"/>
    </group>
</config>
