<?xml version="1.0"?>
<!--
/**
 * Copyright © 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:Event/etc/events.xsd">
    <event name="klarna_debug_data_collector">
        <observer name="add_config_data_to_the_debug_data_collector"
                  instance="Klarna\Base\Observer\DebugDataCollectorConfigObserver" shared="false"/>
        <observer name="add_tax_config_data_to_the_debug_data_collector"
                  instance="Klarna\Base\Observer\DebugDataCollectorTaxConfigObserver" shared="false"/>
    </event>
</config>
