-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistration.php
30 lines (30 loc) · 1.29 KB
/
registration.php
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
<?php
/**
* Flexible Price Rounding
*
* NOTICE OF LICENSE
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
*
* @author Karliuka Vitalii <[email protected]>
* @author Daniel Kradolfer <[email protected]>
*
* @package SmileSolutions_FlexiblePriceRounding (former Faonni_Price)
* @copyright Copyright (c) 2019 Daniel Kradolfer, smile solutions gmbh <[email protected]>
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*
* -----------------------------------------------------------------------------------------
* based on:
* =========
* Package: Faonni_Price 2.0.13 (https://github.com/karliuka/m2.Price)
* Copyright (c) 2016 Karliuka Vitalii ([email protected])
* License: http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* -----------------------------------------------------------------------------------------
*/
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE,
'SmileSolutions_FlexiblePriceRounding',
__DIR__
);