<?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 getPayPalOrderServiceService extends Eccube_KernelDevDebugContainer
{
/**
* Gets the private 'Plugin\PayPalCheckout42\Service\PayPalOrderService' shared autowired service.
*
* @return \Plugin\PayPalCheckout42\Service\PayPalOrderService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/app/Plugin/PayPalCheckout42/Service/PayPalOrderService.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/PayPalCheckout42/Service/LoggerService.php';
$a = ($container->privates['Eccube\\Service\\CartService'] ?? $container->getCartServiceService());
if (isset($container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalOrderService'])) {
return $container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalOrderService'];
}
$b = ($container->privates['Eccube\\Service\\OrderHelper'] ?? $container->load('getOrderHelperService'));
if (isset($container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalOrderService'])) {
return $container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalOrderService'];
}
return $container->privates['Plugin\\PayPalCheckout42\\Service\\PayPalOrderService'] = new \Plugin\PayPalCheckout42\Service\PayPalOrderService(($container->services['.container.private.session'] ?? $container->get_Container_Private_SessionService()), ($container->privates['Eccube\\Repository\\Master\\PrefRepository'] ?? $container->load('getPrefRepositoryService')), ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoggerService'] ?? ($container->privates['Plugin\\PayPalCheckout42\\Service\\LoggerService'] = new \Plugin\PayPalCheckout42\Service\LoggerService())), ($container->services['Eccube\\Common\\EccubeConfig'] ?? ($container->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($container))), $a, $b, ($container->services['router'] ?? $container->getRouterService()), ($container->privates['Eccube\\Repository\\PaymentRepository'] ?? $container->load('getPaymentRepositoryService')), ($container->privates['Plugin\\PayPalCheckout42\\Repository\\ConfigRepository'] ?? $container->load('getConfigRepositoryService')));
}
}