| 12345678910111213141516171819202122 |
- <?xml version="1.0"?>
- <!--
- /**
- * This file is part of the Klarna Core module
- *
- * (c) Klarna Bank AB (publ)
- *
- * For the full copyright and license information, please view the NOTICE
- * and LICENSE files that were distributed with this source code.
- */
- -->
- <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
- <module name="Klarna_Core" setup_version="5.1.0">
- <sequence>
- <module name="Magento_Sales"/>
- <module name="Magento_Checkout"/>
- <module name="Magento_Payment" />
- <module name="Magento_Directory" />
- <module name="Magento_Paypal"/>
- </sequence>
- </module>
- </config>
|