<?php
namespace Container0s35PEL;
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 getSaveRegularOrderAtShoppingCompleteService extends Eccube_KernelDevDebugContainer
{
/**
* Gets the private 'Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\SaveRegularOrderAtShoppingComplete' shared autowired service.
*
* @return \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\SaveRegularOrderAtShoppingComplete
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/app/Plugin/EccubePaymentLite42/EventListener/EventSubscriber/Front/Shopping/SaveRegularOrderAtShoppingComplete.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/EccubePaymentLite42/Service/IsRegularPaymentService.php';
$a = ($container->privates['Plugin\\EccubePaymentLite42\\Service\\SaveRegularOrderService'] ?? $container->load('getSaveRegularOrderServiceService'));
if (isset($container->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SaveRegularOrderAtShoppingComplete'])) {
return $container->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SaveRegularOrderAtShoppingComplete'];
}
return $container->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SaveRegularOrderAtShoppingComplete'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\SaveRegularOrderAtShoppingComplete($a, ($container->privates['Plugin\\EccubePaymentLite42\\Service\\IsRegularPaymentService'] ?? ($container->privates['Plugin\\EccubePaymentLite42\\Service\\IsRegularPaymentService'] = new \Plugin\EccubePaymentLite42\Service\IsRegularPaymentService())));
}
}