<?xml version="1.0" ?>

<container xmlns="http://symfony.com/schema/dic/services"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

    <services>
        <service id="Swag\PayPal\Installment\Banner\InstallmentBannerSubscriber">
            <argument type="service" id="Swag\PayPal\Setting\Service\SettingsValidationService"/>
            <argument type="service" id="Swag\PayPal\Util\PaymentMethodUtil"/>
            <argument type="service" id="Swag\PayPal\Installment\Banner\Service\BannerDataService"/>
            <argument type="service" id="Swag\PayPal\Checkout\Cart\Service\ExcludedProductValidator"/>
            <argument type="service" id="monolog.logger.paypal"/>
            <argument type="service" id="Swag\PayPal\Util\Lifecycle\Method\PayLaterMethodData"/>
            <tag name="kernel.event_subscriber"/>
        </service>

        <service id="Swag\PayPal\Installment\Banner\Service\BannerDataService">
            <argument type="service" id="Swag\PayPal\Util\LocaleCodeProvider"/>
            <argument type="service" id="Shopware\Core\System\SystemConfig\SystemConfigService"/>
            <argument type="service" id="Swag\PayPal\Setting\Service\CredentialsUtil"/>
            <argument type="service" id="Swag\PayPal\Util\PaymentMethodUtil"/>
            <argument type="service" id="language.repository"/>
        </service>
    </services>
</container>
