<?xml version="1.0"?>
<!--
/**
 * Magetop Store
 *
 * @category  Magetop Extensions
 * @package   Magetop_Quotesystem
 * @author    Magetop Developer
 * @copyright Copyright (c) Magetop (https://www.magetop.com)
 * @license   https://www.magetop.com/license.html
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
    <event name="layout_generate_blocks_after">
        <observer name="remove_block_for_quote_system" instance="Magetop\Quotesystem\Observer\RemoveBlockForDiscount" />
    </event>
    <event name="controller_action_predispatch_customer_account_create">
        <observer name="magetop_quote_redirect_setcookie" instance="Magetop\Quotesystem\Observer\SetRefererUrl" />
    </event>
</config>
