| 123456789101112131415161718 |
- <?xml version="1.0"?>
- <!--
- /**
- * This file is part of the Klarna Order Management 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:App/etc/routes.xsd">
- <router id="standard">
- <route id="klarna" frontName="klarna">
- <module name="Klarna_Ordermanagement"/>
- </route>
- </router>
- </config>
|