<?php
namespace ContainerC9ULHTc;
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 getPaymentHelperCreditService extends Eccube_KernelDevDebugContainer
{
/**
* Gets the private 'Plugin\GmoPaymentGateway42\Service\PaymentHelperCredit' shared autowired service.
*
* @return \Plugin\GmoPaymentGateway42\Service\PaymentHelperCredit
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/app/Plugin/GmoPaymentGateway42/Service/PaymentHelper.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/GmoPaymentGateway42/Service/PaymentHelperCredit.php';
$a = ($container->privates['mailer.mailer'] ?? $container->load('getMailer_MailerService'));
if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'])) {
return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'];
}
$b = ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService());
if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'])) {
return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'];
}
$c = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'])) {
return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'];
}
$d = ($container->services['Eccube\\Service\\PluginService'] ?? $container->load('getPluginServiceService'));
if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'])) {
return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'];
}
$e = ($container->privates['Eccube\\Repository\\CustomerRepository'] ?? $container->getCustomerRepositoryService());
if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'])) {
return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'];
}
$f = ($container->privates['Customize\\Service\\MailService'] ?? $container->load('getMailServiceService'));
if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'])) {
return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'];
}
$g = ($container->privates['eccube.purchase.flow.shopping'] ?? $container->load('getEccube_Purchase_Flow_ShoppingService'));
if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'])) {
return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'];
}
$h = ($container->privates['Plugin\\GmoPaymentGateway42\\Repository\\GmoMemberRepository'] ?? $container->load('getGmoMemberRepositoryService'));
if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'])) {
return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'];
}
$i = ($container->privates['Plugin\\GmoPaymentGateway42\\Service\\FraudDetector'] ?? $container->load('getFraudDetectorService'));
if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'])) {
return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'];
}
return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'] = new \Plugin\GmoPaymentGateway42\Service\PaymentHelperCredit($container, $a, $b, ($container->services['Eccube\\Common\\EccubeConfig'] ?? ($container->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($container))), $c, $d, ($container->privates['Eccube\\Repository\\OrderRepository'] ?? $container->getOrderRepositoryService()), ($container->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $container->load('getOrderStatusRepositoryService')), ($container->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $container->getBaseInfoRepositoryService()), $e, ($container->privates['Eccube\\Repository\\PaymentRepository'] ?? $container->load('getPaymentRepositoryService')), $f, $g, ($container->privates['Plugin\\GmoPaymentGateway42\\Repository\\GmoConfigRepository'] ?? $container->load('getGmoConfigRepositoryService')), ($container->privates['Plugin\\GmoPaymentGateway42\\Repository\\GmoOrderPaymentRepository'] ?? $container->load('getGmoOrderPaymentRepositoryService')), ($container->privates['Plugin\\GmoPaymentGateway42\\Repository\\GmoPaymentMethodRepository'] ?? $container->load('getGmoPaymentMethodRepositoryService')), $h, ($container->privates['Plugin\\GmoPaymentGateway42\\Util\\ErrorUtil'] ?? $container->load('getErrorUtilService')), $i);
}
}