config.xml 774 B

123456789101112131415161718192021222324
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * This file is part of the Klarna Core 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:module:Magento_Store:etc/config.xsd">
  13. <default>
  14. <klarna>
  15. <api>
  16. <merchant_id></merchant_id>
  17. <shared_secret backend_model="Magento\Config\Model\Config\Backend\Encrypted"/>
  18. <api_version>na</api_version>
  19. <test_mode>1</test_mode>
  20. <debug>1</debug>
  21. </api>
  22. </klarna>
  23. </default>
  24. </config>