module.xml 791 B

1234567891011121314151617181920212223
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * This file is part of the Klarna KP module
  5. *
  6. * (c) Klarna Bank AB (publ)
  7. *
  8. * For the full copyright and license information, please view the NOTICE
  9. * and LICENSE files that were distributed with this source code.
  10. */
  11. -->
  12. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
  13. <module name="Klarna_Kp" setup_version="6.1.0">
  14. <sequence>
  15. <module name="Magento_Sales"/>
  16. <module name="Magento_Checkout"/>
  17. <module name="Magento_Payment" />
  18. <module name="Magento_Directory" />
  19. <module name="Klarna_Core" />
  20. <module name="Klarna_Ordermanagement" />
  21. </sequence>
  22. </module>
  23. </config>