di.xml 705 B

1234567891011121314
  1. <?xml version="1.0"?>
  2. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  3. <type name="Magento\Sales\Block\Adminhtml\Order\View\Info">
  4. <plugin sortOrder="1" name="klarnaCoreValidationInfo"
  5. type="Klarna\Core\Plugin\Sales\Block\Adminhtml\Order\View\InfoPlugin"/>
  6. </type>
  7. <type name="Magento\Framework\Notification\MessageList">
  8. <arguments>
  9. <argument name="messages" xsi:type="array">
  10. <item name="klarna" xsi:type="string">Klarna\Core\Model\System\Message\Notifications</item>
  11. </argument>
  12. </arguments>
  13. </type>
  14. </config>