Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/klarna/module-kp-graph-ql/etc/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/klarna/module-kp-graph-ql/etc/di.xml

<?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 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <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>
    <type name="Klarna\Core\Model\Api\Rest\Service">
        <plugin
            sortOrder="10"
            name="klarnaKpGraphQlService"
            type="Klarna\KpGraphQl\Plugin\Model\Api\Rest\ServicePlugin"
        />
    </type>
    <type name="Klarna\Core\Helper\VersionInfo">
        <plugin
            sortOrder="10"
            name="klarnaKpGraphQlVersionInfo"
            type="Klarna\KpGraphQl\Plugin\Helper\VersionInfoPlugin"
        />
    </type>
</config>