<?php
namespace ContainerPh8Llvp;
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 getPayPalAcdcServiceService extends Eccube_KernelDevDebugContainer
{
/**
* Gets the private 'Plugin\PayPalCheckout42\Service\PayPalAcdcService' shared autowired service.
*
* @return \Plugin\PayPalCheckout42\Service\PayPalAcdcService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/app/Plugin/PayPalCheckout42/Service/PayPalAcdcService.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/PayPalCheckout42/Service/PayPalAcdcRequestService.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/PayPalCheckout42/Util/StringUtil.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/PayPalCheckout42/Service/LoginService.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/PayPalCheckout42/Service/LoggerService.php';
return $container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalAcdcService'] = new \Plugin\PayPalCheckout42\Service\PayPalAcdcService(($container->services['.container.private.session'] ?? $container->get_Container_Private_SessionService()), new \Plugin\PayPalCheckout42\Service\PayPalAcdcRequestService(), ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoginService'] ?? ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoginService'] = new \Plugin\PayPalCheckout42\Service\LoginService($container))), ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoggerService'] ?? ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoggerService'] = new \Plugin\PayPalCheckout42\Service\LoggerService())), ($container->privates['Plugin\\PayPalCheckout42\\Repository\\ConfigRepository'] ?? $container->load('getConfigRepositoryService')), new \Plugin\PayPalCheckout42\Util\StringUtil());
}
}