Enter a type and click search.




Results for Klarna\Kp\Model\Api\Rest\Service\Payments

File: vendor/klarna/module-kp/etc/di.xml

<type name="Klarna\Kp\Model\Api\Rest\Service\Payments">
    <arguments>
        <argument name="log" xsi:type="object">
            Klarna\Core\Logger\Logger
        </argument>
        <argument name="configHelper" xsi:type="object">
            KpConfigHelper
        </argument>
        <argument name="klarnaConfig" xsi:type="object">
            Klarna\Core\Helper\KlarnaConfig\Proxy
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Klarna\Kp\Model\Api\Rest\Service\Payments object that the following arguments should be used in the foo object's constructor.

File: vendor/klarna/module-kp/etc/di.xml

<preference for="Klarna\Kp\Api\CreditApiInterface"
            type="Klarna\Kp\Model\Api\Rest\Service\Payments"></preference>

This is a preference configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This preference configuration tells the Object Manager when a user wants a Klarna\Kp\Api\CreditApiInterface object that it should return a Klarna\Kp\Model\Api\Rest\Service\Payments object.