<?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 getPayPalServiceService extends Eccube_KernelDevDebugContainer
{
/**
* Gets the private 'Plugin\PayPalCheckout42\Service\PayPalService' shared autowired service.
*
* @return \Plugin\PayPalCheckout42\Service\PayPalService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/app/Plugin/PayPalCheckout42/Service/PayPalService.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/PayPalCheckout42/Service/PayPalRequestService.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/PayPalCheckout42/Service/LoggerService.php';
$a = ($container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalOrderService'] ?? $container->load('getPayPalOrderServiceService'));
if (isset($container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalService'])) {
return $container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalService'];
}
return $container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalService'] = new \Plugin\PayPalCheckout42\Service\PayPalService(($container->services['Eccube\\Common\\EccubeConfig'] ?? ($container->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($container))), $a, new \Plugin\PayPalCheckout42\Service\PayPalRequestService(), ($container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalAcdcService'] ?? $container->load('getPayPalAcdcServiceService')), ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoggerService'] ?? ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoggerService'] = new \Plugin\PayPalCheckout42\Service\LoggerService())), ($container->privates['Plugin\\PayPalCheckout42\\Repository\\TransactionRepository'] ?? $container->load('getTransactionRepositoryService')), ($container->privates['Plugin\\PayPalCheckout42\\Repository\\SubscribingCustomerRepository'] ?? $container->load('getSubscribingCustomerRepositoryService')), ($container->privates['Plugin\\PayPalCheckout42\\Repository\\ConfigRepository'] ?? $container->load('getConfigRepositoryService')));
}
}