<?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_GiftCard
 * @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:framework:ObjectManager/etc/config.xsd">
    <type name="Magento\Framework\Url\SecurityInfo">
        <arguments>
            <argument name="secureUrlList" xsi:type="array">
                <item name="giftcard_dashboard" xsi:type="string">/mpgiftcard/</item>
            </argument>
        </arguments>
    </type>
    <type name="Magento\Checkout\Block\Cart\Coupon">
        <plugin name="mageplaza_giftcard_coupon_box" type="Mageplaza\GiftCard\Plugin\Block\CartCoupon"/>
    </type>
    <type name="Magento\Checkout\Block\Cart\Item\Renderer">
        <plugin name="mpgiftcard_change_item_image" type="Mageplaza\GiftCard\Plugin\Block\Checkout\Cart\Image" sortOrder="1"/>
    </type>
    <type name="Magento\Catalog\Block\Product\AbstractProduct">
        <plugin name="mpgiftcard_change_item_image" type="Mageplaza\GiftCard\Plugin\Block\Catalog\ProductImage" />
    </type>
</config>
