-
Notifications
You must be signed in to change notification settings - Fork 4
/
events.xml
30 lines (30 loc) · 1.04 KB
/
events.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<!--
/**
* Bdcrops
*
* NOTICE OF LICENSE
*
* This source file is subject to the Bdcrops.com license that is
* available through the world-wide-web at this URL:
* https://www.bdcrops.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 Bdcrops
* @package Bdcrops_GiftCard
* @copyright Copyright (c) Bdcrops (https://www.bdcrops.com/)
* @license https://www.bdcrops.com/LICENSE.txt
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
<event name="order_cancel_after">
<observer name="giftcard_order_cancel_refund" instance="Bdcrops\GiftCard\Observer\OrderCancel"/>
</event>
<event name="adminhtml_sales_order_create_process_data">
<observer name="giftcard_order_create_add" instance="Bdcrops\GiftCard\Observer\OrderCreateProcessData"/>
</event>
</config>