di.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  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"
  13. xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  14. <type name="Magento\Checkout\Model\CompositeConfigProvider">
  15. <arguments>
  16. <argument name="configProviders" xsi:type="array">
  17. <item name="checkout_klarna_kp_config" xsi:type="object">Klarna\Kp\Model\KpConfigProvider</item>
  18. </argument>
  19. </arguments>
  20. </type>
  21. <type name="Magento\Checkout\Block\Checkout\LayoutProcessor">
  22. <plugin sortOrder="1" name="klarnaKpLayoutProcessor"
  23. type="Klarna\Kp\Plugin\Checkout\Block\Checkout\LayoutProcessorPlugin"/>
  24. <plugin sortOrder="10" name="ProcessPaymentVaultConfiguration" type="Magento\Vault\Plugin\PaymentVaultConfigurationProcess"/>
  25. </type>
  26. <type name="Klarna\Ordermanagement\Controller\Api\Notification">
  27. <plugin sortOrder="1" name="klarnaKpNotification" type="Klarna\Kp\Plugin\Controller\Api\NotificationPlugin"/>
  28. </type>
  29. <type name="Magento\Payment\Model\MethodList">
  30. <plugin sortOrder="1" name="klarnaKpMethodList" type="Klarna\Kp\Plugin\Model\MethodListPlugin"/>
  31. </type>
  32. <type name="Magento\Checkout\Block\Onepage">
  33. <plugin sortOrder="1" name="klarnaKpOnepageCheckout" type="Klarna\Kp\Plugin\Checkout\Block\OnepagePlugin"/>
  34. </type>
  35. </config>