var/cache/dev/ContainerC9ULHTc/getPaymentHelperCreditService.php line 38

Open in your IDE?
  1. <?php
  2. namespace ContainerC9ULHTc;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getPaymentHelperCreditService extends Eccube_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Plugin\GmoPaymentGateway42\Service\PaymentHelperCredit' shared autowired service.
  12.      *
  13.      * @return \Plugin\GmoPaymentGateway42\Service\PaymentHelperCredit
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/app/Plugin/GmoPaymentGateway42/Service/PaymentHelper.php';
  18.         include_once \dirname(__DIR__4).'/app/Plugin/GmoPaymentGateway42/Service/PaymentHelperCredit.php';
  19.         $a = ($container->privates['mailer.mailer'] ?? $container->load('getMailer_MailerService'));
  20.         if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'])) {
  21.             return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'];
  22.         }
  23.         $b = ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService());
  24.         if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'])) {
  25.             return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'];
  26.         }
  27.         $c = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
  28.         if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'])) {
  29.             return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'];
  30.         }
  31.         $d = ($container->services['Eccube\\Service\\PluginService'] ?? $container->load('getPluginServiceService'));
  32.         if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'])) {
  33.             return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'];
  34.         }
  35.         $e = ($container->privates['Eccube\\Repository\\CustomerRepository'] ?? $container->getCustomerRepositoryService());
  36.         if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'])) {
  37.             return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'];
  38.         }
  39.         $f = ($container->privates['Customize\\Service\\MailService'] ?? $container->load('getMailServiceService'));
  40.         if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'])) {
  41.             return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'];
  42.         }
  43.         $g = ($container->privates['eccube.purchase.flow.shopping'] ?? $container->load('getEccube_Purchase_Flow_ShoppingService'));
  44.         if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'])) {
  45.             return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'];
  46.         }
  47.         $h = ($container->privates['Plugin\\GmoPaymentGateway42\\Repository\\GmoMemberRepository'] ?? $container->load('getGmoMemberRepositoryService'));
  48.         if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'])) {
  49.             return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'];
  50.         }
  51.         $i = ($container->privates['Plugin\\GmoPaymentGateway42\\Service\\FraudDetector'] ?? $container->load('getFraudDetectorService'));
  52.         if (isset($container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'])) {
  53.             return $container->privates['Plugin\\GmoPaymentGateway42\\Service\\PaymentHelperCredit'];
  54.         }
  55.         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);
  56.     }
  57. }