<?xml version="1.0"?>
<!--
/**
 * This file is part of the Klarna KpGraphQl module
 *
 * (c) 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>
    <type name="Magento\QuoteGraphQl\Model\Cart\Payment\AdditionalDataProviderPool">
        <plugin
            sortOrder="10"
            name="klarnaKpGraphQlAdditionalDataProviderPool"
            type="Klarna\KpGraphQl\Plugin\Model\Cart\Payment\AdditionalDataProviderPoolPlugin"/>
    </type>
    <type name="Magento\QuoteGraphQl\Model\Resolver\AvailablePaymentMethods">
        <plugin
            sortOrder="10"
            name="klarnaKpGraphQlAvailablePaymentMethods"
            type="Klarna\KpGraphQl\Plugin\Model\Resolver\AvailablePaymentMethodsPlugin"/>
    </type>
</config>
