config.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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:module:Magento_Store:etc/config.xsd">
  13. <default>
  14. <payment>
  15. <klarna_kp>
  16. <model>Klarna\Kp\Model\Payment\Kp</model>
  17. <payment_action>authorize</payment_action>
  18. <group>klarna</group>
  19. <active>0</active>
  20. <data_sharing>1</data_sharing>
  21. <allowspecific>0</allowspecific>
  22. <order_status>processing</order_status>
  23. <!-- Begin variables for virtual type -->
  24. <can_order>0</can_order>
  25. <can_authorize>1</can_authorize>
  26. <can_capture>1</can_capture>
  27. <can_fetch_transaction_information>1</can_fetch_transaction_information>
  28. <can_capture_partial>1</can_capture_partial>
  29. <can_capture_once>0</can_capture_once>
  30. <can_refund>1</can_refund>
  31. <can_refund_partial_per_invoice>1</can_refund_partial_per_invoice>
  32. <can_void>1</can_void>
  33. <can_cancel>1</can_cancel>
  34. <can_use_internal>0</can_use_internal>
  35. <can_use_checkout>1</can_use_checkout>
  36. <can_edit>0</can_edit>
  37. <is_gateway>0</is_gateway>
  38. <is_offline>0</is_offline>
  39. <can_initialize>0</can_initialize>
  40. <can_review_payment>0</can_review_payment>
  41. <can_use_for_multishipping>0</can_use_for_multishipping>
  42. <!-- End variables for virtual type -->
  43. </klarna_kp>
  44. </payment>
  45. </default>
  46. </config>