<?php
namespace ContainerLxzcnKE;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getPayPalPaymentMethodListenerService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'Sylius\PayPalPlugin\Listener\PayPalPaymentMethodListener' shared service.
*
* @return \Sylius\PayPalPlugin\Listener\PayPalPaymentMethodListener
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Listener/PayPalPaymentMethodListener.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Onboarding/Initiator/OnboardingInitiatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/sylius/paypal-plugin/src/Onboarding/Initiator/OnboardingInitiator.php';
$a = ($container->services['sylius.shop.locale_stripping_router'] ?? $container->getSylius_Shop_LocaleStrippingRouterService());
return $container->privates['Sylius\\PayPalPlugin\\Listener\\PayPalPaymentMethodListener'] = new \Sylius\PayPalPlugin\Listener\PayPalPaymentMethodListener(new \Sylius\PayPalPlugin\Onboarding\Initiator\OnboardingInitiator($a, ($container->privates['security.helper'] ?? $container->load('getSecurity_HelperService')), 'https://prod.paypal.sylius.com'), $a, ($container->privates['session.flash_bag'] ?? $container->load('getSession_FlashBagService')), ($container->privates['Sylius\\PayPalPlugin\\Provider\\PayPalPaymentMethodProviderInterface'] ?? $container->load('getPayPalPaymentMethodProviderInterfaceService')));
}
}