-
Notifications
You must be signed in to change notification settings - Fork 3
/
module.xml
25 lines (25 loc) · 847 Bytes
/
module.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
<?xml version="1.0"?>
<!--
/**
* BuyBox Gift Card payment module for Magento
*
*
* LICENSE: This source file is subject to the version 3.0 of the Open
* Software License (OSL-3.0) that is available through the world-wide-web
* at the following URI: http://opensource.org/licenses/OSL-3.0.
*
* @author Studiolab <[email protected]>
* @license http://opensource.org/licenses/OSL-3.0
* @link https://www.buybox.net/
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="BuyBox_Payment" setup_version="2.4.3">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Payment"/>
<module name="Magento_Checkout"/>
</sequence>
</module>
</config>