-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathregistration.php
More file actions
24 lines (24 loc) · 943 Bytes
/
registration.php
File metadata and controls
24 lines (24 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
* Cybage CodExtracharge
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* It is available on the World Wide Web at:
* http://opensource.org/licenses/osl-3.0.php
* If you are unable to access it on the World Wide Web, please send an email
* To: Support_ecom@cybage.com. We will send you a copy of the source file.
*
* @category Apply_Extra_Charge_On_COD_Payment_Method
* @package Cybage_CodExtracharge
* @copyright 1995-2019 Cybage Software Pvt. Ltd., India
* http://www.cybage.com/pages/centers-of-excellence/ecommerce/ecommerce.aspx
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @author Cybage Software Pvt. Ltd. <Support_ecom@cybage.com>
*/
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'Cybage_CodExtracharge',
__DIR__
);