var/cache/dev/ContainerXorLgGn/Eccube_KernelDevDebugContainer.php line 2538

Open in your IDE?
  1. <?php
  2. namespace ContainerXorLgGn;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Eccube_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.state_machine.order' => 'get_Container_Private_StateMachine_OrderService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'Detection\\MobileDetect' => 'getMobileDetectService',
  42.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  43.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  44.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  45.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  46.             'cache.app' => 'getCache_AppService',
  47.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  48.             'cache.system' => 'getCache_SystemService',
  49.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  50.             'data_collector.dump' => 'getDataCollector_DumpService',
  51.             'doctrine' => 'getDoctrineService',
  52.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  53.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  54.             'event_dispatcher' => 'getEventDispatcherService',
  55.             'http_kernel' => 'getHttpKernelService',
  56.             'request_stack' => 'getRequestStackService',
  57.             'router' => 'getRouterService',
  58.             'translator' => 'getTranslatorService',
  59.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  60.             'cache_clearer' => 'getCacheClearerService',
  61.             'filesystem' => 'getFilesystemService',
  62.             'state_machine.order' => 'getStateMachine_OrderService',
  63.             'serializer' => 'getSerializerService',
  64.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  65.             'form.factory' => 'getForm_FactoryService',
  66.             'form.type.file' => 'getForm_Type_FileService',
  67.             'profiler' => 'getProfilerService',
  68.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  69.             'security.token_storage' => 'getSecurity_TokenStorageService',
  70.             'twig' => 'getTwigService',
  71.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  72.             'session' => 'getSessionService',
  73.             'validator' => 'getValidatorService',
  74.         ];
  75.         $this->fileMap = [
  76.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  77.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  78.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  79.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  80.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  81.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  82.             'Customize\\Controller\\Admin\\Apparel\\ApparelController' => 'getApparelControllerService',
  83.             'Customize\\Controller\\Admin\\Backup\\BackupController' => 'getBackupControllerService',
  84.             'Customize\\Controller\\Admin\\Content\\CustomizeNewsController' => 'getCustomizeNewsControllerService',
  85.             'Customize\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  86.             'Customize\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  87.             'Customize\\Controller\\Admin\\Customer\\PromotionController' => 'getPromotionControllerService',
  88.             'Customize\\Controller\\Admin\\DeliveryPeriod\\DeliveryPeriodController' => 'getDeliveryPeriodControllerService',
  89.             'Customize\\Controller\\Admin\\Order\\CustomEditController' => 'getCustomEditControllerService',
  90.             'Customize\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  91.             'Customize\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  92.             'Customize\\Controller\\Admin\\Product\\CustomizeCategoryController' => 'getCustomizeCategoryControllerService',
  93.             'Customize\\Controller\\Admin\\Product\\CustomizeProductController' => 'getCustomizeProductControllerService',
  94.             'Customize\\Controller\\Admin\\Product\\ProductPriorityController' => 'getProductPriorityControllerService',
  95.             'Customize\\Controller\\Admin\\Product\\RecommendController' => 'getRecommendControllerService',
  96.             'Customize\\Controller\\Admin\\Product\\RecommendSizeController' => 'getRecommendSizeControllerService',
  97.             'Customize\\Controller\\Admin\\Product\\RecommendXController' => 'getRecommendXControllerService',
  98.             'Customize\\Controller\\Admin\\Product\\RecommendYController' => 'getRecommendYControllerService',
  99.             'Customize\\Controller\\Admin\\Reserve\\ReserveController' => 'getReserveControllerService',
  100.             'Customize\\Controller\\Admin\\School\\SchoolController' => 'getSchoolControllerService',
  101.             'Customize\\Controller\\Admin\\School\\ShopGuideController' => 'getShopGuideControllerService',
  102.             'Customize\\Controller\\Admin\\SetProduct\\SetProductController' => 'getSetProductControllerService',
  103.             'Customize\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  104.             'Customize\\Controller\\Admin\\StoreHouse\\StoreHouseController' => 'getStoreHouseControllerService',
  105.             'Customize\\Controller\\Block\\CategoryDefController' => 'getCategoryDefControllerService',
  106.             'Customize\\Controller\\CartController' => 'getCartControllerService',
  107.             'Customize\\Controller\\ContactController' => 'getContactControllerService',
  108.             'Customize\\Controller\\EntryController' => 'getEntryControllerService',
  109.             'Customize\\Controller\\FittingReservationController' => 'getFittingReservationControllerService',
  110.             'Customize\\Controller\\HelpController' => 'getHelpControllerService',
  111.             'Customize\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  112.             'Customize\\Controller\\Mypage\\DeliveryController' => 'getDeliveryControllerService',
  113.             'Customize\\Controller\\Mypage\\MyPageController' => 'getMyPageControllerService',
  114.             'Customize\\Controller\\Mypage\\MypageReserveController' => 'getMypageReserveControllerService',
  115.             'Customize\\Controller\\ProductController' => 'getProductControllerService',
  116.             'Customize\\Controller\\ReserveController' => 'getReserveController2Service',
  117.             'Customize\\Controller\\ShoppingController' => 'getShoppingControllerService',
  118.             'Customize\\Controller\\TopController' => 'getTopControllerService',
  119.             'Customize\\Controller\\UserDataController' => 'getUserDataControllerService',
  120.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  121.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  122.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  123.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  124.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  125.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  126.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  127.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  128.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  129.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  130.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  131.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  132.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  133.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  134.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerController2Service',
  135.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  136.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditController2Service',
  137.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  138.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  139.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  140.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderController2Service',
  141.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingController2Service',
  142.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  143.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  144.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  145.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  146.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  147.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductController2Service',
  148.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  149.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  150.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  151.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryController2Service',
  152.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  153.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  154.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentController2Service',
  155.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  156.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  157.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  158.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  159.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  160.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  161.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  162.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  163.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  164.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  165.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  166.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  167.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  168.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  169.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  170.             'Eccube\\Controller\\Block\\CartController' => 'getCartController2Service',
  171.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  172.             'Eccube\\Controller\\CartController' => 'getCartController3Service',
  173.             'Eccube\\Controller\\ContactController' => 'getContactController2Service',
  174.             'Eccube\\Controller\\EntryController' => 'getEntryController2Service',
  175.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  176.             'Eccube\\Controller\\HelpController' => 'getHelpController2Service',
  177.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  178.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  179.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeController2Service',
  180.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController3Service',
  181.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageController2Service',
  182.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  183.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  184.             'Eccube\\Controller\\ProductController' => 'getProductController3Service',
  185.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  186.             'Eccube\\Controller\\ShoppingController' => 'getShoppingController2Service',
  187.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  188.             'Eccube\\Controller\\TopController' => 'getTopController2Service',
  189.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  190.             'Eccube\\Controller\\UserDataController' => 'getUserDataController2Service',
  191.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  192.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  193.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  194.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  195.             'Plugin\\ClaimPdf42\\Controller\\Admin\\Order\\ClaimPdf_Controller' => 'getClaimPdfControllerService',
  196.             'Plugin\\ContactManagement42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  197.             'Plugin\\ContactManagement42\\Controller\\Admin\\ContactController' => 'getContactController3Service',
  198.             'Plugin\\ContactManagement42\\Controller\\Admin\\ContactEditController' => 'getContactEditControllerService',
  199.             'Plugin\\ContactManagement42\\Controller\\Admin\\ContactReplyEditController' => 'getContactReplyEditControllerService',
  200.             'Plugin\\ContactManagement42\\Controller\\Admin\\SearchCustomerController' => 'getSearchCustomerControllerService',
  201.             'Plugin\\DataMigration42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  202.             'Plugin\\ExpressLink42\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  203.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportController' => 'getCsvImportController3Service',
  204.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerB2' => 'getCsvImportControllerB2Service',
  205.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerDepo' => 'getCsvImportControllerDepoService',
  206.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhiden2' => 'getCsvImportControllerEhiden2Service',
  207.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhiden3' => 'getCsvImportControllerEhiden3Service',
  208.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhidenPro' => 'getCsvImportControllerEhidenProService',
  209.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerKM2' => 'getCsvImportControllerKM2Service',
  210.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerYupriR' => 'getCsvImportControllerYupriRService',
  211.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportExpressLinkController' => 'getCsvImportExpressLinkControllerService',
  212.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderController' => 'getOrderController3Service',
  213.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerB2' => 'getOrderControllerB2Service',
  214.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerDepo' => 'getOrderControllerDepoService',
  215.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhiden2' => 'getOrderControllerEhiden2Service',
  216.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhiden3' => 'getOrderControllerEhiden3Service',
  217.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhidenMail' => 'getOrderControllerEhidenMailService',
  218.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhidenPro' => 'getOrderControllerEhidenProService',
  219.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerKM2' => 'getOrderControllerKM2Service',
  220.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerYupriR' => 'getOrderControllerYupriRService',
  221.             'Plugin\\MailMagazine42\\Controller\\MailMagazineController' => 'getMailMagazineControllerService',
  222.             'Plugin\\MailMagazine42\\Controller\\MailMagazineHistoryController' => 'getMailMagazineHistoryControllerService',
  223.             'Plugin\\MailMagazine42\\Controller\\MailMagazineTemplateController' => 'getMailMagazineTemplateControllerService',
  224.             'Plugin\\RefineCheckItem42\\Controller\\RefineCheckItemController' => 'getRefineCheckItemControllerService',
  225.             'Plugin\\SalesReport42\\Controller\\SalesReportController' => 'getSalesReportControllerService',
  226.             'Plugin\\SlnPayment42\\Controller\\Admin\\ConfigController' => 'getConfigController4Service',
  227.             'Plugin\\SlnPayment42\\Controller\\Admin\\OrderController' => 'getOrderController4Service',
  228.             'Plugin\\SlnPayment42\\Controller\\MypageController' => 'getMypageController3Service',
  229.             'Plugin\\SlnPayment42\\Controller\\PaymentController' => 'getPaymentController3Service',
  230.             'Plugin\\SlnPayment42\\Service\\Method\\CreditCard' => 'getCreditCardService',
  231.             'Plugin\\SlnPayment42\\Service\\Method\\CvsMethod' => 'getCvsMethodService',
  232.             'Plugin\\SlnPayment42\\Service\\Method\\RegisteredCreditCard' => 'getRegisteredCreditCardService',
  233.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  234.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  235.             'cache.app_clearer' => 'getCache_AppClearerService',
  236.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  237.             'cache.system_clearer' => 'getCache_SystemClearerService',
  238.             'cache_warmer' => 'getCacheWarmerService',
  239.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  240.             'console.command_loader' => 'getConsole_CommandLoaderService',
  241.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  242.             'eccube.logger' => 'getEccube_LoggerService',
  243.             'error_controller' => 'getErrorControllerService',
  244.             'knp_paginator' => 'getKnpPaginatorService',
  245.             'monolog.logger.GmoPaymentGateway42' => 'getMonolog_Logger_GmoPaymentGateway42Service',
  246.             'monolog.logger.YamatoPayment42' => 'getMonolog_Logger_YamatoPayment42Service',
  247.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  248.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  249.             'monolog.logger.paygent_payment' => 'getMonolog_Logger_PaygentPaymentService',
  250.             'routing.loader' => 'getRouting_LoaderService',
  251.             'services_resetter' => 'getServicesResetterService',
  252.             'vt4g_plugin.purchase.flow.shopping.purchase.rollback' => 'getVt4gPlugin_Purchase_Flow_Shopping_Purchase_RollbackService',
  253.             'vt4g_plugin.service.admin.csv_registration' => 'getVt4gPlugin_Service_Admin_CsvRegistrationService',
  254.             'vt4g_plugin.service.admin.customer_csv_export_extension' => 'getVt4gPlugin_Service_Admin_CustomerCsvExportExtensionService',
  255.             'vt4g_plugin.service.admin.customer_edit_extension' => 'getVt4gPlugin_Service_Admin_CustomerEditExtensionService',
  256.             'vt4g_plugin.service.admin.customer_index_extension' => 'getVt4gPlugin_Service_Admin_CustomerIndexExtensionService',
  257.             'vt4g_plugin.service.admin.order_edit_extension' => 'getVt4gPlugin_Service_Admin_OrderEditExtensionService',
  258.             'vt4g_plugin.service.admin.order_index_extension' => 'getVt4gPlugin_Service_Admin_OrderIndexExtensionService',
  259.             'vt4g_plugin.service.admin.plugin.config' => 'getVt4gPlugin_Service_Admin_Plugin_ConfigService',
  260.             'vt4g_plugin.service.admin.product.subsc_extension' => 'getVt4gPlugin_Service_Admin_Product_SubscExtensionService',
  261.             'vt4g_plugin.service.admin.setting.shop.mail' => 'getVt4gPlugin_Service_Admin_Setting_Shop_MailService',
  262.             'vt4g_plugin.service.admin.setting_shop_payment' => 'getVt4gPlugin_Service_Admin_SettingShopPaymentService',
  263.             'vt4g_plugin.service.admin.setting_shop_payment_add_regist_btn' => 'getVt4gPlugin_Service_Admin_SettingShopPaymentAddRegistBtnService',
  264.             'vt4g_plugin.service.cart.index_extension' => 'getVt4gPlugin_Service_Cart_IndexExtensionService',
  265.             'vt4g_plugin.service.front.mypage.withdraw_extension' => 'getVt4gPlugin_Service_Front_Mypage_WithdrawExtensionService',
  266.             'vt4g_plugin.service.front.mypage_extension' => 'getVt4gPlugin_Service_Front_MypageExtensionService',
  267.             'vt4g_plugin.service.mail_message' => 'getVt4gPlugin_Service_MailMessageService',
  268.             'vt4g_plugin.service.method.common' => 'getVt4gPlugin_Service_Method_CommonService',
  269.             'vt4g_plugin.service.payment_alipay' => 'getVt4gPlugin_Service_PaymentAlipayService',
  270.             'vt4g_plugin.service.payment_atm' => 'getVt4gPlugin_Service_PaymentAtmService',
  271.             'vt4g_plugin.service.payment_bank' => 'getVt4gPlugin_Service_PaymentBankService',
  272.             'vt4g_plugin.service.payment_base' => 'getVt4gPlugin_Service_PaymentBaseService',
  273.             'vt4g_plugin.service.payment_credit' => 'getVt4gPlugin_Service_PaymentCreditService',
  274.             'vt4g_plugin.service.payment_cvs' => 'getVt4gPlugin_Service_PaymentCvsService',
  275.             'vt4g_plugin.service.payment_linepay' => 'getVt4gPlugin_Service_PaymentLinepayService',
  276.             'vt4g_plugin.service.payment_paypal' => 'getVt4gPlugin_Service_PaymentPaypalService',
  277.             'vt4g_plugin.service.payment_paypay' => 'getVt4gPlugin_Service_PaymentPaypayService',
  278.             'vt4g_plugin.service.payment_rakuten' => 'getVt4gPlugin_Service_PaymentRakutenService',
  279.             'vt4g_plugin.service.payment_rakuten_v2' => 'getVt4gPlugin_Service_PaymentRakutenV2Service',
  280.             'vt4g_plugin.service.payment_recruit' => 'getVt4gPlugin_Service_PaymentRecruitService',
  281.             'vt4g_plugin.service.payment_recv' => 'getVt4gPlugin_Service_PaymentRecvService',
  282.             'vt4g_plugin.service.payment_upop' => 'getVt4gPlugin_Service_PaymentUpopService',
  283.             'vt4g_plugin.service.shopping.confirm' => 'getVt4gPlugin_Service_Shopping_ConfirmService',
  284.             'vt4g_plugin.service.shopping_index_extension' => 'getVt4gPlugin_Service_ShoppingIndexExtensionService',
  285.             'vt4g_plugin.service.util' => 'getVt4gPlugin_Service_UtilService',
  286.             'vt4g_plugin.service.vt4g_account_id' => 'getVt4gPlugin_Service_Vt4gAccountIdService',
  287.             'vt4g_plugin.service.vt4g_mdk' => 'getVt4gPlugin_Service_Vt4gMdkService',
  288.             'vt4g_plugin.service.vt4g_retrade' => 'getVt4gPlugin_Service_Vt4gRetradeService',
  289.             'vt4g_plugin.service.vt4g_rollback' => 'getVt4gPlugin_Service_Vt4gRollbackService',
  290.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  291.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  292.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  293.         ];
  294.         $this->aliases = [
  295.             'database_connection' => 'doctrine.dbal.default_connection',
  296.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  297.         ];
  298.         $this->privates['service_container'] = function () {
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  305.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  309.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  310.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  311.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  312.             include_once \dirname(__DIR__4).'/app/Customize/Repository/Admin/SearchCustomerCustomizer.php';
  313.             include_once \dirname(__DIR__4).'/app/Customize/Repository/Admin/SearchOrderCustomizer.php';
  314.             include_once \dirname(__DIR__4).'/app/Customize/Repository/Admin/SearchProductCustomizer.php';
  315.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/WhereCustomizer.php';
  316.             include_once \dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity/AdminCustomerQueryCustomizer.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  318.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  319.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  320.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  321.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  322.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  323.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  324.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  328.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  329.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  330.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  331.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  337.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  338.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  339.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  340.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  341.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  342.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  343.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CustomerRepository.php';
  344.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  345.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  346.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  347.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  348.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  349.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  350.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  351.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  352.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  353.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  354.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  355.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  356.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  357.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  359.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  360.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  361.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  362.             include_once \dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Event.php';
  363.             include_once \dirname(__DIR__4).'/app/Customize/Repository/ProductSchoolRepository.php';
  364.             include_once \dirname(__DIR__4).'/app/Customize/Repository/ProductStoreRepository.php';
  365.             include_once \dirname(__DIR__4).'/app/Customize/Repository/SetProductSchoolRepository.php';
  366.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  367.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  368.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  371.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  372.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  374.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  375.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  403.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  409.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  446.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  514.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  526.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  527.             include_once \dirname(__DIR__4).'/app/Customize/Doctrine/DBAL/MultiDbConnectionWrapper.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  529.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  539.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  544.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  545.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  546.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  547.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  550.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  553.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  554.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  555.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  557.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  558.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  559.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  560.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  562.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  563.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  566.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  567.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  568.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  569.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  570.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  572.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  585.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  589.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  590.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  604.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  630.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  631.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  632.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  638.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  640.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  641.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  642.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  643.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  644.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  645.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  646.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  647.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  648.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  656.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  679.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  680.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  681.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  682.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  683.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  684.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  685.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  686.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  687.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/CartExtension.php';
  688.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/EccubeExtension.php';
  689.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  690.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  691.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  692.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  693.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  694.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  696.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  697.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  698.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  699.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  701.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  703.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  710.         };
  711.     }
  712.     public function compile(): void
  713.     {
  714.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  715.     }
  716.     public function isCompiled(): bool
  717.     {
  718.         return true;
  719.     }
  720.     public function getRemovedIds(): array
  721.     {
  722.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  723.     }
  724.     protected function load($file$lazyLoad true)
  725.     {
  726.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  727.             return $class::do($this$lazyLoad);
  728.         }
  729.         if ('.' === $file[-4]) {
  730.             $class substr($class0, -4);
  731.         } else {
  732.             $file .= '.php';
  733.         }
  734.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  735.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  736.     }
  737.     protected function createProxy($class\Closure $factory)
  738.     {
  739.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  740.         return $factory();
  741.     }
  742.     /**
  743.      * Gets the public '.container.private.profiler' shared service.
  744.      *
  745.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  746.      */
  747.     protected function get_Container_Private_ProfilerService()
  748.     {
  749.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  750.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  751.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  752.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  753.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  754.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  755.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  756.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  757.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  758.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  759.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  760.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  761.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  762.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  763.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  764.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  765.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  766.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  767.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  768.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  769.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  770.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  771.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  772.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  773.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  774.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  775.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  776.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  777.         if ($this->has('kernel')) {
  778.             $e->setKernel($b);
  779.         }
  780.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  781.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  782.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  783.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  784.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  785.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  786.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  787.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  788.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  789.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  790.         $instance->add($d);
  791.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  792.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  793.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  794.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  795.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  796.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  797.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  798.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  799.         $instance->add($e);
  800.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  801.         return $instance;
  802.     }
  803.     /**
  804.      * Gets the public '.container.private.security.authorization_checker' shared service.
  805.      *
  806.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  807.      */
  808.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  809.     {
  810.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  811.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  812.             return $this->services['.container.private.security.authorization_checker'];
  813.         }
  814.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  815.     }
  816.     /**
  817.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  818.      *
  819.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  820.      */
  821.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  822.     {
  823.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  824.     }
  825.     /**
  826.      * Gets the public '.container.private.security.token_storage' shared service.
  827.      *
  828.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  829.      */
  830.     protected function get_Container_Private_Security_TokenStorageService()
  831.     {
  832.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  833.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  834.         ], [
  835.             'request_stack' => '?',
  836.         ]));
  837.     }
  838.     /**
  839.      * Gets the public '.container.private.session' shared service.
  840.      *
  841.      * @return \Symfony\Component\HttpFoundation\Session\Session
  842.      */
  843.     protected function get_Container_Private_SessionService()
  844.     {
  845.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  846.         if (isset($this->services['.container.private.session'])) {
  847.             return $this->services['.container.private.session'];
  848.         }
  849.         return $this->services['.container.private.session'] = $a->createSession();
  850.     }
  851.     /**
  852.      * Gets the public '.container.private.state_machine.order' shared service.
  853.      *
  854.      * @return \Symfony\Component\Workflow\StateMachine
  855.      */
  856.     protected function get_Container_Private_StateMachine_OrderService()
  857.     {
  858.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  859.         if (isset($this->services['.container.private.state_machine.order'])) {
  860.             return $this->services['.container.private.state_machine.order'];
  861.         }
  862.         return $this->services['.container.private.state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '3'=> '4'=> '5'=> '6'=> '7'=> '8'=> '9'=> '10'=> '100'10 => '101'11 => '102'12 => '103'13 => '104'14 => '105'15 => '106'], [=> ($this->privates['.state_machine.order.transition.0'] ?? ($this->privates['.state_machine.order.transition.0'] = new \Symfony\Component\Workflow\Transition('pay''1''6'))), => ($this->privates['.state_machine.order.transition.1'] ?? ($this->privates['.state_machine.order.transition.1'] = new \Symfony\Component\Workflow\Transition('pay''10''6'))), => ($this->privates['.state_machine.order.transition.2'] ?? ($this->privates['.state_machine.order.transition.2'] = new \Symfony\Component\Workflow\Transition('pay''100''6'))), => ($this->privates['.state_machine.order.transition.3'] ?? ($this->privates['.state_machine.order.transition.3'] = new \Symfony\Component\Workflow\Transition('pay''101''6'))), => ($this->privates['.state_machine.order.transition.4'] ?? ($this->privates['.state_machine.order.transition.4'] = new \Symfony\Component\Workflow\Transition('pay''102''6'))), => ($this->privates['.state_machine.order.transition.5'] ?? ($this->privates['.state_machine.order.transition.5'] = new \Symfony\Component\Workflow\Transition('pay''103''6'))), => ($this->privates['.state_machine.order.transition.6'] ?? ($this->privates['.state_machine.order.transition.6'] = new \Symfony\Component\Workflow\Transition('pay''104''6'))), => ($this->privates['.state_machine.order.transition.7'] ?? ($this->privates['.state_machine.order.transition.7'] = new \Symfony\Component\Workflow\Transition('pay''105''6'))), => ($this->privates['.state_machine.order.transition.8'] ?? ($this->privates['.state_machine.order.transition.8'] = new \Symfony\Component\Workflow\Transition('pay''106''6'))), => ($this->privates['.state_machine.order.transition.9'] ?? ($this->privates['.state_machine.order.transition.9'] = new \Symfony\Component\Workflow\Transition('packing''1''4'))), 10 => ($this->privates['.state_machine.order.transition.10'] ?? ($this->privates['.state_machine.order.transition.10'] = new \Symfony\Component\Workflow\Transition('packing''6''4'))), 11 => ($this->privates['.state_machine.order.transition.11'] ?? ($this->privates['.state_machine.order.transition.11'] = new \Symfony\Component\Workflow\Transition('packing''10''4'))), 12 => ($this->privates['.state_machine.order.transition.12'] ?? ($this->privates['.state_machine.order.transition.12'] = new \Symfony\Component\Workflow\Transition('packing''100''4'))), 13 => ($this->privates['.state_machine.order.transition.13'] ?? ($this->privates['.state_machine.order.transition.13'] = new \Symfony\Component\Workflow\Transition('packing''101''4'))), 14 => ($this->privates['.state_machine.order.transition.14'] ?? ($this->privates['.state_machine.order.transition.14'] = new \Symfony\Component\Workflow\Transition('packing''102''4'))), 15 => ($this->privates['.state_machine.order.transition.15'] ?? ($this->privates['.state_machine.order.transition.15'] = new \Symfony\Component\Workflow\Transition('packing''103''4'))), 16 => ($this->privates['.state_machine.order.transition.16'] ?? ($this->privates['.state_machine.order.transition.16'] = new \Symfony\Component\Workflow\Transition('packing''104''4'))), 17 => ($this->privates['.state_machine.order.transition.17'] ?? ($this->privates['.state_machine.order.transition.17'] = new \Symfony\Component\Workflow\Transition('packing''105''4'))), 18 => ($this->privates['.state_machine.order.transition.18'] ?? ($this->privates['.state_machine.order.transition.18'] = new \Symfony\Component\Workflow\Transition('packing''106''4'))), 19 => ($this->privates['.state_machine.order.transition.19'] ?? ($this->privates['.state_machine.order.transition.19'] = new \Symfony\Component\Workflow\Transition('cancel''1''3'))), 20 => ($this->privates['.state_machine.order.transition.20'] ?? ($this->privates['.state_machine.order.transition.20'] = new \Symfony\Component\Workflow\Transition('cancel''4''3'))), 21 => ($this->privates['.state_machine.order.transition.21'] ?? ($this->privates['.state_machine.order.transition.21'] = new \Symfony\Component\Workflow\Transition('cancel''6''3'))), 22 => ($this->privates['.state_machine.order.transition.22'] ?? ($this->privates['.state_machine.order.transition.22'] = new \Symfony\Component\Workflow\Transition('cancel''10''3'))), 23 => ($this->privates['.state_machine.order.transition.23'] ?? ($this->privates['.state_machine.order.transition.23'] = new \Symfony\Component\Workflow\Transition('cancel''100''3'))), 24 => ($this->privates['.state_machine.order.transition.24'] ?? ($this->privates['.state_machine.order.transition.24'] = new \Symfony\Component\Workflow\Transition('cancel''101''3'))), 25 => ($this->privates['.state_machine.order.transition.25'] ?? ($this->privates['.state_machine.order.transition.25'] = new \Symfony\Component\Workflow\Transition('cancel''102''3'))), 26 => ($this->privates['.state_machine.order.transition.26'] ?? ($this->privates['.state_machine.order.transition.26'] = new \Symfony\Component\Workflow\Transition('cancel''103''3'))), 27 => ($this->privates['.state_machine.order.transition.27'] ?? ($this->privates['.state_machine.order.transition.27'] = new \Symfony\Component\Workflow\Transition('cancel''104''3'))), 28 => ($this->privates['.state_machine.order.transition.28'] ?? ($this->privates['.state_machine.order.transition.28'] = new \Symfony\Component\Workflow\Transition('cancel''105''3'))), 29 => ($this->privates['.state_machine.order.transition.29'] ?? ($this->privates['.state_machine.order.transition.29'] = new \Symfony\Component\Workflow\Transition('cancel''106''3'))), 30 => ($this->privates['.state_machine.order.transition.30'] ?? ($this->privates['.state_machine.order.transition.30'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''3''4'))), 31 => ($this->privates['.state_machine.order.transition.31'] ?? ($this->privates['.state_machine.order.transition.31'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''10''4'))), 32 => ($this->privates['.state_machine.order.transition.32'] ?? ($this->privates['.state_machine.order.transition.32'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''100''4'))), 33 => ($this->privates['.state_machine.order.transition.33'] ?? ($this->privates['.state_machine.order.transition.33'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''101''4'))), 34 => ($this->privates['.state_machine.order.transition.34'] ?? ($this->privates['.state_machine.order.transition.34'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''102''4'))), 35 => ($this->privates['.state_machine.order.transition.35'] ?? ($this->privates['.state_machine.order.transition.35'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''103''4'))), 36 => ($this->privates['.state_machine.order.transition.36'] ?? ($this->privates['.state_machine.order.transition.36'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''104''4'))), 37 => ($this->privates['.state_machine.order.transition.37'] ?? ($this->privates['.state_machine.order.transition.37'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''105''4'))), 38 => ($this->privates['.state_machine.order.transition.38'] ?? ($this->privates['.state_machine.order.transition.38'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''106''4'))), 39 => ($this->privates['.state_machine.order.transition.39'] ?? ($this->privates['.state_machine.order.transition.39'] = new \Symfony\Component\Workflow\Transition('ship''1''5'))), 40 => ($this->privates['.state_machine.order.transition.40'] ?? ($this->privates['.state_machine.order.transition.40'] = new \Symfony\Component\Workflow\Transition('ship''6''5'))), 41 => ($this->privates['.state_machine.order.transition.41'] ?? ($this->privates['.state_machine.order.transition.41'] = new \Symfony\Component\Workflow\Transition('ship''4''5'))), 42 => ($this->privates['.state_machine.order.transition.42'] ?? ($this->privates['.state_machine.order.transition.42'] = new \Symfony\Component\Workflow\Transition('ship''100''5'))), 43 => ($this->privates['.state_machine.order.transition.43'] ?? ($this->privates['.state_machine.order.transition.43'] = new \Symfony\Component\Workflow\Transition('ship''101''5'))), 44 => ($this->privates['.state_machine.order.transition.44'] ?? ($this->privates['.state_machine.order.transition.44'] = new \Symfony\Component\Workflow\Transition('ship''102''5'))), 45 => ($this->privates['.state_machine.order.transition.45'] ?? ($this->privates['.state_machine.order.transition.45'] = new \Symfony\Component\Workflow\Transition('ship''103''5'))), 46 => ($this->privates['.state_machine.order.transition.46'] ?? ($this->privates['.state_machine.order.transition.46'] = new \Symfony\Component\Workflow\Transition('ship''104''5'))), 47 => ($this->privates['.state_machine.order.transition.47'] ?? ($this->privates['.state_machine.order.transition.47'] = new \Symfony\Component\Workflow\Transition('ship''105''5'))), 48 => ($this->privates['.state_machine.order.transition.48'] ?? ($this->privates['.state_machine.order.transition.48'] = new \Symfony\Component\Workflow\Transition('ship''106''5'))), 49 => ($this->privates['.state_machine.order.transition.49'] ?? ($this->privates['.state_machine.order.transition.49'] = new \Symfony\Component\Workflow\Transition('return''5''9'))), 50 => ($this->privates['.state_machine.order.transition.50'] ?? ($this->privates['.state_machine.order.transition.50'] = new \Symfony\Component\Workflow\Transition('return''10''9'))), 51 => ($this->privates['.state_machine.order.transition.51'] ?? ($this->privates['.state_machine.order.transition.51'] = new \Symfony\Component\Workflow\Transition('return''100''9'))), 52 => ($this->privates['.state_machine.order.transition.52'] ?? ($this->privates['.state_machine.order.transition.52'] = new \Symfony\Component\Workflow\Transition('return''101''9'))), 53 => ($this->privates['.state_machine.order.transition.53'] ?? ($this->privates['.state_machine.order.transition.53'] = new \Symfony\Component\Workflow\Transition('return''102''9'))), 54 => ($this->privates['.state_machine.order.transition.54'] ?? ($this->privates['.state_machine.order.transition.54'] = new \Symfony\Component\Workflow\Transition('return''103''9'))), 55 => ($this->privates['.state_machine.order.transition.55'] ?? ($this->privates['.state_machine.order.transition.55'] = new \Symfony\Component\Workflow\Transition('return''104''9'))), 56 => ($this->privates['.state_machine.order.transition.56'] ?? ($this->privates['.state_machine.order.transition.56'] = new \Symfony\Component\Workflow\Transition('return''105''9'))), 57 => ($this->privates['.state_machine.order.transition.57'] ?? ($this->privates['.state_machine.order.transition.57'] = new \Symfony\Component\Workflow\Transition('return''106''9'))), 58 => ($this->privates['.state_machine.order.transition.58'] ?? ($this->privates['.state_machine.order.transition.58'] = new \Symfony\Component\Workflow\Transition('cancel_return''9''5'))), 59 => ($this->privates['.state_machine.order.transition.59'] ?? ($this->privates['.state_machine.order.transition.59'] = new \Symfony\Component\Workflow\Transition('cancel_return''10''5'))), 60 => ($this->privates['.state_machine.order.transition.60'] ?? ($this->privates['.state_machine.order.transition.60'] = new \Symfony\Component\Workflow\Transition('cancel_return''100''5'))), 61 => ($this->privates['.state_machine.order.transition.61'] ?? ($this->privates['.state_machine.order.transition.61'] = new \Symfony\Component\Workflow\Transition('cancel_return''101''5'))), 62 => ($this->privates['.state_machine.order.transition.62'] ?? ($this->privates['.state_machine.order.transition.62'] = new \Symfony\Component\Workflow\Transition('cancel_return''102''5'))), 63 => ($this->privates['.state_machine.order.transition.63'] ?? ($this->privates['.state_machine.order.transition.63'] = new \Symfony\Component\Workflow\Transition('cancel_return''103''5'))), 64 => ($this->privates['.state_machine.order.transition.64'] ?? ($this->privates['.state_machine.order.transition.64'] = new \Symfony\Component\Workflow\Transition('cancel_return''104''5'))), 65 => ($this->privates['.state_machine.order.transition.65'] ?? ($this->privates['.state_machine.order.transition.65'] = new \Symfony\Component\Workflow\Transition('cancel_return''105''5'))), 66 => ($this->privates['.state_machine.order.transition.66'] ?? ($this->privates['.state_machine.order.transition.66'] = new \Symfony\Component\Workflow\Transition('cancel_return''106''5'))), 67 => ($this->privates['.state_machine.order.transition.67'] ?? ($this->privates['.state_machine.order.transition.67'] = new \Symfony\Component\Workflow\Transition('temporary''1''10'))), 68 => ($this->privates['.state_machine.order.transition.68'] ?? ($this->privates['.state_machine.order.transition.68'] = new \Symfony\Component\Workflow\Transition('temporary''6''10'))), 69 => ($this->privates['.state_machine.order.transition.69'] ?? ($this->privates['.state_machine.order.transition.69'] = new \Symfony\Component\Workflow\Transition('temporary''4''10'))), 70 => ($this->privates['.state_machine.order.transition.70'] ?? ($this->privates['.state_machine.order.transition.70'] = new \Symfony\Component\Workflow\Transition('temporary''3''10'))), 71 => ($this->privates['.state_machine.order.transition.71'] ?? ($this->privates['.state_machine.order.transition.71'] = new \Symfony\Component\Workflow\Transition('temporary''5''10'))), 72 => ($this->privates['.state_machine.order.transition.72'] ?? ($this->privates['.state_machine.order.transition.72'] = new \Symfony\Component\Workflow\Transition('temporary''9''10'))), 73 => ($this->privates['.state_machine.order.transition.73'] ?? ($this->privates['.state_machine.order.transition.73'] = new \Symfony\Component\Workflow\Transition('temporary''100''10'))), 74 => ($this->privates['.state_machine.order.transition.74'] ?? ($this->privates['.state_machine.order.transition.74'] = new \Symfony\Component\Workflow\Transition('temporary''101''10'))), 75 => ($this->privates['.state_machine.order.transition.75'] ?? ($this->privates['.state_machine.order.transition.75'] = new \Symfony\Component\Workflow\Transition('temporary''102''10'))), 76 => ($this->privates['.state_machine.order.transition.76'] ?? ($this->privates['.state_machine.order.transition.76'] = new \Symfony\Component\Workflow\Transition('temporary''103''10'))), 77 => ($this->privates['.state_machine.order.transition.77'] ?? ($this->privates['.state_machine.order.transition.77'] = new \Symfony\Component\Workflow\Transition('temporary''104''10'))), 78 => ($this->privates['.state_machine.order.transition.78'] ?? ($this->privates['.state_machine.order.transition.78'] = new \Symfony\Component\Workflow\Transition('temporary''105''10'))), 79 => ($this->privates['.state_machine.order.transition.79'] ?? ($this->privates['.state_machine.order.transition.79'] = new \Symfony\Component\Workflow\Transition('temporary''106''10'))), 80 => ($this->privates['.state_machine.order.transition.80'] ?? ($this->privates['.state_machine.order.transition.80'] = new \Symfony\Component\Workflow\Transition('preshipment''1''100'))), 81 => ($this->privates['.state_machine.order.transition.81'] ?? ($this->privates['.state_machine.order.transition.81'] = new \Symfony\Component\Workflow\Transition('preshipment''6''100'))), 82 => ($this->privates['.state_machine.order.transition.82'] ?? ($this->privates['.state_machine.order.transition.82'] = new \Symfony\Component\Workflow\Transition('preshipment''4''100'))), 83 => ($this->privates['.state_machine.order.transition.83'] ?? ($this->privates['.state_machine.order.transition.83'] = new \Symfony\Component\Workflow\Transition('preshipment''3''100'))), 84 => ($this->privates['.state_machine.order.transition.84'] ?? ($this->privates['.state_machine.order.transition.84'] = new \Symfony\Component\Workflow\Transition('preshipment''5''100'))), 85 => ($this->privates['.state_machine.order.transition.85'] ?? ($this->privates['.state_machine.order.transition.85'] = new \Symfony\Component\Workflow\Transition('preshipment''9''100'))), 86 => ($this->privates['.state_machine.order.transition.86'] ?? ($this->privates['.state_machine.order.transition.86'] = new \Symfony\Component\Workflow\Transition('preshipment''10''100'))), 87 => ($this->privates['.state_machine.order.transition.87'] ?? ($this->privates['.state_machine.order.transition.87'] = new \Symfony\Component\Workflow\Transition('preshipment''101''100'))), 88 => ($this->privates['.state_machine.order.transition.88'] ?? ($this->privates['.state_machine.order.transition.88'] = new \Symfony\Component\Workflow\Transition('preshipment''102''100'))), 89 => ($this->privates['.state_machine.order.transition.89'] ?? ($this->privates['.state_machine.order.transition.89'] = new \Symfony\Component\Workflow\Transition('preshipment''103''100'))), 90 => ($this->privates['.state_machine.order.transition.90'] ?? ($this->privates['.state_machine.order.transition.90'] = new \Symfony\Component\Workflow\Transition('preshipment''104''100'))), 91 => ($this->privates['.state_machine.order.transition.91'] ?? ($this->privates['.state_machine.order.transition.91'] = new \Symfony\Component\Workflow\Transition('preshipment''105''100'))), 92 => ($this->privates['.state_machine.order.transition.92'] ?? ($this->privates['.state_machine.order.transition.92'] = new \Symfony\Component\Workflow\Transition('preshipment''106''100'))), 93 => ($this->privates['.state_machine.order.transition.93'] ?? ($this->privates['.state_machine.order.transition.93'] = new \Symfony\Component\Workflow\Transition('prefcod''1''101'))), 94 => ($this->privates['.state_machine.order.transition.94'] ?? ($this->privates['.state_machine.order.transition.94'] = new \Symfony\Component\Workflow\Transition('prefcod''6''101'))), 95 => ($this->privates['.state_machine.order.transition.95'] ?? ($this->privates['.state_machine.order.transition.95'] = new \Symfony\Component\Workflow\Transition('prefcod''4''101'))), 96 => ($this->privates['.state_machine.order.transition.96'] ?? ($this->privates['.state_machine.order.transition.96'] = new \Symfony\Component\Workflow\Transition('prefcod''3''101'))), 97 => ($this->privates['.state_machine.order.transition.97'] ?? ($this->privates['.state_machine.order.transition.97'] = new \Symfony\Component\Workflow\Transition('prefcod''5''101'))), 98 => ($this->privates['.state_machine.order.transition.98'] ?? ($this->privates['.state_machine.order.transition.98'] = new \Symfony\Component\Workflow\Transition('prefcod''9''101'))), 99 => ($this->privates['.state_machine.order.transition.99'] ?? ($this->privates['.state_machine.order.transition.99'] = new \Symfony\Component\Workflow\Transition('prefcod''10''101'))), 100 => ($this->privates['.state_machine.order.transition.100'] ?? ($this->privates['.state_machine.order.transition.100'] = new \Symfony\Component\Workflow\Transition('prefcod''100''101'))), 101 => ($this->privates['.state_machine.order.transition.101'] ?? ($this->privates['.state_machine.order.transition.101'] = new \Symfony\Component\Workflow\Transition('prefcod''102''101'))), 102 => ($this->privates['.state_machine.order.transition.102'] ?? ($this->privates['.state_machine.order.transition.102'] = new \Symfony\Component\Workflow\Transition('prefcod''103''101'))), 103 => ($this->privates['.state_machine.order.transition.103'] ?? ($this->privates['.state_machine.order.transition.103'] = new \Symfony\Component\Workflow\Transition('prefcod''104''101'))), 104 => ($this->privates['.state_machine.order.transition.104'] ?? ($this->privates['.state_machine.order.transition.104'] = new \Symfony\Component\Workflow\Transition('prefcod''105''101'))), 105 => ($this->privates['.state_machine.order.transition.105'] ?? ($this->privates['.state_machine.order.transition.105'] = new \Symfony\Component\Workflow\Transition('prefcod''106''101'))), 106 => ($this->privates['.state_machine.order.transition.106'] ?? ($this->privates['.state_machine.order.transition.106'] = new \Symfony\Component\Workflow\Transition('shortage''1''102'))), 107 => ($this->privates['.state_machine.order.transition.107'] ?? ($this->privates['.state_machine.order.transition.107'] = new \Symfony\Component\Workflow\Transition('shortage''6''102'))), 108 => ($this->privates['.state_machine.order.transition.108'] ?? ($this->privates['.state_machine.order.transition.108'] = new \Symfony\Component\Workflow\Transition('shortage''4''102'))), 109 => ($this->privates['.state_machine.order.transition.109'] ?? ($this->privates['.state_machine.order.transition.109'] = new \Symfony\Component\Workflow\Transition('shortage''3''102'))), 110 => ($this->privates['.state_machine.order.transition.110'] ?? ($this->privates['.state_machine.order.transition.110'] = new \Symfony\Component\Workflow\Transition('shortage''5''102'))), 111 => ($this->privates['.state_machine.order.transition.111'] ?? ($this->privates['.state_machine.order.transition.111'] = new \Symfony\Component\Workflow\Transition('shortage''9''102'))), 112 => ($this->privates['.state_machine.order.transition.112'] ?? ($this->privates['.state_machine.order.transition.112'] = new \Symfony\Component\Workflow\Transition('shortage''10''102'))), 113 => ($this->privates['.state_machine.order.transition.113'] ?? ($this->privates['.state_machine.order.transition.113'] = new \Symfony\Component\Workflow\Transition('shortage''100''102'))), 114 => ($this->privates['.state_machine.order.transition.114'] ?? ($this->privates['.state_machine.order.transition.114'] = new \Symfony\Component\Workflow\Transition('shortage''101''102'))), 115 => ($this->privates['.state_machine.order.transition.115'] ?? ($this->privates['.state_machine.order.transition.115'] = new \Symfony\Component\Workflow\Transition('shortage''103''102'))), 116 => ($this->privates['.state_machine.order.transition.116'] ?? ($this->privates['.state_machine.order.transition.116'] = new \Symfony\Component\Workflow\Transition('shortage''104''102'))), 117 => ($this->privates['.state_machine.order.transition.117'] ?? ($this->privates['.state_machine.order.transition.117'] = new \Symfony\Component\Workflow\Transition('shortage''105''102'))), 118 => ($this->privates['.state_machine.order.transition.118'] ?? ($this->privates['.state_machine.order.transition.118'] = new \Symfony\Component\Workflow\Transition('shortage''106''102'))), 119 => ($this->privates['.state_machine.order.transition.119'] ?? ($this->privates['.state_machine.order.transition.119'] = new \Symfony\Component\Workflow\Transition('preshipmentnew''1''103'))), 120 => ($this->privates['.state_machine.order.transition.120'] ?? ($this->privates['.state_machine.order.transition.120'] = new \Symfony\Component\Workflow\Transition('preshipmentnew''6''103'))), 121 => ($this->privates['.state_machine.order.transition.121'] ?? ($this->privates['.state_machine.order.transition.121'] = new \Symfony\Component\Workflow\Transition('preshipmentnew''4''103'))), 122 => ($this->privates['.state_machine.order.transition.122'] ?? ($this->privates['.state_machine.order.transition.122'] = new \Symfony\Component\Workflow\Transition('preshipmentnew''3''103'))), 123 => ($this->privates['.state_machine.order.transition.123'] ?? ($this->privates['.state_machine.order.transition.123'] = new \Symfony\Component\Workflow\Transition('preshipmentnew''5''103'))), 124 => ($this->privates['.state_machine.order.transition.124'] ?? ($this->privates['.state_machine.order.transition.124'] = new \Symfony\Component\Workflow\Transition('preshipmentnew''9''103'))), 125 => ($this->privates['.state_machine.order.transition.125'] ?? ($this->privates['.state_machine.order.transition.125'] = new \Symfony\Component\Workflow\Transition('preshipmentnew''10''103'))), 126 => ($this->privates['.state_machine.order.transition.126'] ?? ($this->privates['.state_machine.order.transition.126'] = new \Symfony\Component\Workflow\Transition('preshipmentnew''100''103'))), 127 => ($this->privates['.state_machine.order.transition.127'] ?? ($this->privates['.state_machine.order.transition.127'] = new \Symfony\Component\Workflow\Transition('preshipmentnew''101''103'))), 128 => ($this->privates['.state_machine.order.transition.128'] ?? ($this->privates['.state_machine.order.transition.128'] = new \Symfony\Component\Workflow\Transition('preshipmentnew''102''103'))), 129 => ($this->privates['.state_machine.order.transition.129'] ?? ($this->privates['.state_machine.order.transition.129'] = new \Symfony\Component\Workflow\Transition('preshipmentnew''104''103'))), 130 => ($this->privates['.state_machine.order.transition.130'] ?? ($this->privates['.state_machine.order.transition.130'] = new \Symfony\Component\Workflow\Transition('preshipmentnew''105''103'))), 131 => ($this->privates['.state_machine.order.transition.131'] ?? ($this->privates['.state_machine.order.transition.131'] = new \Symfony\Component\Workflow\Transition('preshipmentnew''106''103'))), 132 => ($this->privates['.state_machine.order.transition.132'] ?? ($this->privates['.state_machine.order.transition.132'] = new \Symfony\Component\Workflow\Transition('prefcodnew''1''104'))), 133 => ($this->privates['.state_machine.order.transition.133'] ?? ($this->privates['.state_machine.order.transition.133'] = new \Symfony\Component\Workflow\Transition('prefcodnew''6''104'))), 134 => ($this->privates['.state_machine.order.transition.134'] ?? ($this->privates['.state_machine.order.transition.134'] = new \Symfony\Component\Workflow\Transition('prefcodnew''4''104'))), 135 => ($this->privates['.state_machine.order.transition.135'] ?? ($this->privates['.state_machine.order.transition.135'] = new \Symfony\Component\Workflow\Transition('prefcodnew''3''104'))), 136 => ($this->privates['.state_machine.order.transition.136'] ?? ($this->privates['.state_machine.order.transition.136'] = new \Symfony\Component\Workflow\Transition('prefcodnew''5''104'))), 137 => ($this->privates['.state_machine.order.transition.137'] ?? ($this->privates['.state_machine.order.transition.137'] = new \Symfony\Component\Workflow\Transition('prefcodnew''9''104'))), 138 => ($this->privates['.state_machine.order.transition.138'] ?? ($this->privates['.state_machine.order.transition.138'] = new \Symfony\Component\Workflow\Transition('prefcodnew''10''104'))), 139 => ($this->privates['.state_machine.order.transition.139'] ?? ($this->privates['.state_machine.order.transition.139'] = new \Symfony\Component\Workflow\Transition('prefcodnew''100''104'))), 140 => ($this->privates['.state_machine.order.transition.140'] ?? ($this->privates['.state_machine.order.transition.140'] = new \Symfony\Component\Workflow\Transition('prefcodnew''101''104'))), 141 => ($this->privates['.state_machine.order.transition.141'] ?? ($this->privates['.state_machine.order.transition.141'] = new \Symfony\Component\Workflow\Transition('prefcodnew''102''104'))), 142 => ($this->privates['.state_machine.order.transition.142'] ?? ($this->privates['.state_machine.order.transition.142'] = new \Symfony\Component\Workflow\Transition('prefcodnew''103''104'))), 143 => ($this->privates['.state_machine.order.transition.143'] ?? ($this->privates['.state_machine.order.transition.143'] = new \Symfony\Component\Workflow\Transition('prefcodnew''105''104'))), 144 => ($this->privates['.state_machine.order.transition.144'] ?? ($this->privates['.state_machine.order.transition.144'] = new \Symfony\Component\Workflow\Transition('prefcodnew''106''104'))), 145 => ($this->privates['.state_machine.order.transition.145'] ?? ($this->privates['.state_machine.order.transition.145'] = new \Symfony\Component\Workflow\Transition('shoppacking''1''105'))), 146 => ($this->privates['.state_machine.order.transition.146'] ?? ($this->privates['.state_machine.order.transition.146'] = new \Symfony\Component\Workflow\Transition('shoppacking''6''105'))), 147 => ($this->privates['.state_machine.order.transition.147'] ?? ($this->privates['.state_machine.order.transition.147'] = new \Symfony\Component\Workflow\Transition('shoppacking''4''105'))), 148 => ($this->privates['.state_machine.order.transition.148'] ?? ($this->privates['.state_machine.order.transition.148'] = new \Symfony\Component\Workflow\Transition('shoppacking''3''105'))), 149 => ($this->privates['.state_machine.order.transition.149'] ?? ($this->privates['.state_machine.order.transition.149'] = new \Symfony\Component\Workflow\Transition('shoppacking''5''105'))), 150 => ($this->privates['.state_machine.order.transition.150'] ?? ($this->privates['.state_machine.order.transition.150'] = new \Symfony\Component\Workflow\Transition('shoppacking''9''105'))), 151 => ($this->privates['.state_machine.order.transition.151'] ?? ($this->privates['.state_machine.order.transition.151'] = new \Symfony\Component\Workflow\Transition('shoppacking''10''105'))), 152 => ($this->privates['.state_machine.order.transition.152'] ?? ($this->privates['.state_machine.order.transition.152'] = new \Symfony\Component\Workflow\Transition('shoppacking''100''105'))), 153 => ($this->privates['.state_machine.order.transition.153'] ?? ($this->privates['.state_machine.order.transition.153'] = new \Symfony\Component\Workflow\Transition('shoppacking''101''105'))), 154 => ($this->privates['.state_machine.order.transition.154'] ?? ($this->privates['.state_machine.order.transition.154'] = new \Symfony\Component\Workflow\Transition('shoppacking''102''105'))), 155 => ($this->privates['.state_machine.order.transition.155'] ?? ($this->privates['.state_machine.order.transition.155'] = new \Symfony\Component\Workflow\Transition('shoppacking''103''105'))), 156 => ($this->privates['.state_machine.order.transition.156'] ?? ($this->privates['.state_machine.order.transition.156'] = new \Symfony\Component\Workflow\Transition('shoppacking''104''105'))), 157 => ($this->privates['.state_machine.order.transition.157'] ?? ($this->privates['.state_machine.order.transition.157'] = new \Symfony\Component\Workflow\Transition('shoppacking''106''105'))), 158 => ($this->privates['.state_machine.order.transition.158'] ?? ($this->privates['.state_machine.order.transition.158'] = new \Symfony\Component\Workflow\Transition('schoolpacking''1''106'))), 159 => ($this->privates['.state_machine.order.transition.159'] ?? ($this->privates['.state_machine.order.transition.159'] = new \Symfony\Component\Workflow\Transition('schoolpacking''6''106'))), 160 => ($this->privates['.state_machine.order.transition.160'] ?? ($this->privates['.state_machine.order.transition.160'] = new \Symfony\Component\Workflow\Transition('schoolpacking''4''106'))), 161 => ($this->privates['.state_machine.order.transition.161'] ?? ($this->privates['.state_machine.order.transition.161'] = new \Symfony\Component\Workflow\Transition('schoolpacking''3''106'))), 162 => ($this->privates['.state_machine.order.transition.162'] ?? ($this->privates['.state_machine.order.transition.162'] = new \Symfony\Component\Workflow\Transition('schoolpacking''5''106'))), 163 => ($this->privates['.state_machine.order.transition.163'] ?? ($this->privates['.state_machine.order.transition.163'] = new \Symfony\Component\Workflow\Transition('schoolpacking''9''106'))), 164 => ($this->privates['.state_machine.order.transition.164'] ?? ($this->privates['.state_machine.order.transition.164'] = new \Symfony\Component\Workflow\Transition('schoolpacking''10''106'))), 165 => ($this->privates['.state_machine.order.transition.165'] ?? ($this->privates['.state_machine.order.transition.165'] = new \Symfony\Component\Workflow\Transition('schoolpacking''100''106'))), 166 => ($this->privates['.state_machine.order.transition.166'] ?? ($this->privates['.state_machine.order.transition.166'] = new \Symfony\Component\Workflow\Transition('schoolpacking''101''106'))), 167 => ($this->privates['.state_machine.order.transition.167'] ?? ($this->privates['.state_machine.order.transition.167'] = new \Symfony\Component\Workflow\Transition('schoolpacking''102''106'))), 168 => ($this->privates['.state_machine.order.transition.168'] ?? ($this->privates['.state_machine.order.transition.168'] = new \Symfony\Component\Workflow\Transition('schoolpacking''103''106'))), 169 => ($this->privates['.state_machine.order.transition.169'] ?? ($this->privates['.state_machine.order.transition.169'] = new \Symfony\Component\Workflow\Transition('schoolpacking''104''106'))), 170 => ($this->privates['.state_machine.order.transition.170'] ?? ($this->privates['.state_machine.order.transition.170'] = new \Symfony\Component\Workflow\Transition('schoolpacking''105''106')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'order'NULL);
  863.     }
  864.     /**
  865.      * Gets the public '.container.private.twig' shared service.
  866.      *
  867.      * @return \Twig\Environment
  868.      */
  869.     protected function get_Container_Private_TwigService()
  870.     {
  871.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  872.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/template'), 'MailMagazine42');
  873.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/template'), 'SalesReport42');
  874.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/template'), 'ContactManagement42');
  875.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/template'), 'RefineCheckItem42');
  876.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/template'), 'ExpressLink42');
  877.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ClaimPdf42/Resource/template'), 'ClaimPdf42');
  878.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SlnPayment42/Resource/template'), 'SlnPayment42');
  879.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/template'), 'DataMigration42');
  880.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  881.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  882.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  883.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  884.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  885.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  886.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  887.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  888.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  889.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  890.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  891.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  892.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  893.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  894.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  895.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  896.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  897.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  898.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  899.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  900.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  901.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  902.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  903.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'base_template_class' => 'Eccube\\Twig\\Template''autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  904.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  905.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  906.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  907.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  908.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  909.         $g = ($this->services['router'] ?? $this->getRouterService());
  910.         $h = new \Symfony\Component\Workflow\Registry();
  911.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  912.         $i = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  913.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  914.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  915.         $k = new \Symfony\Bridge\Twig\AppVariable();
  916.         $k->setEnvironment('dev');
  917.         $k->setDebug(true);
  918.         if ($this->has('.container.private.security.token_storage')) {
  919.             $k->setTokenStorage($c);
  920.         }
  921.         if ($this->has('request_stack')) {
  922.             $k->setRequestStack($b);
  923.         }
  924.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  925.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  926.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  927.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  928.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  929.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  930.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE'), ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  931.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  932.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  933.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  934.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  935.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  936.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  937.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  938.         }, 7))));
  939.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  940.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  941.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  942.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  943.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  944.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  945.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  946.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  947.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  948.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  949.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  950.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  951.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  952.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  953.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  954.         $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  955.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  956.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  957.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  958.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  959.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  960.         $instance->addExtension(new \Customize\Twig\Extension\CartExtension());
  961.         $instance->addExtension(new \Customize\Twig\Extension\EccubeExtension($i, ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()), ($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService())));
  962.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  963.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Eccube\Twig\Sandbox\SecurityPolicyDecorator(new \Twig\Sandbox\SecurityPolicy($this->parameters['eccube.twig_sandbox.allowed_tags'], $this->parameters['eccube.twig_sandbox.allowed_filters'], $this->parameters['eccube.twig_sandbox.allowed_methods'], [], $this->parameters['eccube.twig_sandbox.allowed_functions'])), false));
  964.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  965.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  966.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  967.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  968.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  969.         $instance->addGlobal('app'$k);
  970.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  971.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  972.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  973.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  974.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  975.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  976.         ], [
  977.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  978.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  979.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  980.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  981.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  982.         ])));
  983.         $instance->addGlobal('BaseInfo'NULL);
  984.         $instance->addGlobal('eccube_config'$i);
  985.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  986.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  987.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  988.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  989.         return $instance;
  990.     }
  991.     /**
  992.      * Gets the public '.container.private.validator' shared service.
  993.      *
  994.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  995.      */
  996.     protected function get_Container_Private_ValidatorService()
  997.     {
  998.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  999.         if (isset($this->services['.container.private.validator'])) {
  1000.             return $this->services['.container.private.validator'];
  1001.         }
  1002.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1003.     }
  1004.     /**
  1005.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  1006.      *
  1007.      * @return \Detection\MobileDetect
  1008.      */
  1009.     protected function getMobileDetectService()
  1010.     {
  1011.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  1012.     }
  1013.     /**
  1014.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  1015.      *
  1016.      * @return \Eccube\Common\EccubeConfig
  1017.      */
  1018.     protected function getEccubeConfigService()
  1019.     {
  1020.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  1021.     }
  1022.     /**
  1023.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  1024.      *
  1025.      * @return \Eccube\Repository\PluginRepository
  1026.      */
  1027.     protected function getPluginRepositoryService($lazyLoad true)
  1028.     {
  1029.         if ($lazyLoad) {
  1030.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  1031.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1032.                     $wrappedInstance $this->getPluginRepositoryService(false);
  1033.                     $proxy->setProxyInitializer(null);
  1034.                     return true;
  1035.                 });
  1036.             });
  1037.         }
  1038.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  1039.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1040.     }
  1041.     /**
  1042.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  1043.      *
  1044.      * @return \Eccube\Service\SystemService
  1045.      */
  1046.     protected function getSystemServiceService($lazyLoad true)
  1047.     {
  1048.         if ($lazyLoad) {
  1049.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1050.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1051.                     $wrappedInstance $this->getSystemServiceService(false);
  1052.                     $proxy->setProxyInitializer(null);
  1053.                     return true;
  1054.                 });
  1055.             });
  1056.         }
  1057.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1058.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1059.     }
  1060.     /**
  1061.      * Gets the public 'Eccube\Service\TaxRuleService' shared autowired service.
  1062.      *
  1063.      * @return \Eccube\Service\TaxRuleService
  1064.      */
  1065.     protected function getTaxRuleServiceService($lazyLoad true)
  1066.     {
  1067.         if ($lazyLoad) {
  1068.             return $this->services['Eccube\\Service\\TaxRuleService'] = $this->createProxy('TaxRuleService_289f969', function () {
  1069.                 return \TaxRuleService_289f969::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1070.                     $wrappedInstance $this->getTaxRuleServiceService(false);
  1071.                     $proxy->setProxyInitializer(null);
  1072.                     return true;
  1073.                 });
  1074.             });
  1075.         }
  1076.         include_once \dirname(__DIR__4).'/src/Eccube/Service/TaxRuleService.php';
  1077.         return new \Eccube\Service\TaxRuleService(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  1078.     }
  1079.     /**
  1080.      * Gets the public 'cache.app' shared service.
  1081.      *
  1082.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1083.      */
  1084.     protected function getCache_AppService()
  1085.     {
  1086.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('w6Y8yoJ2da'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1087.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1088.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1089.     }
  1090.     /**
  1091.      * Gets the public 'cache.rate_limiter' shared service.
  1092.      *
  1093.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1094.      */
  1095.     protected function getCache_RateLimiterService()
  1096.     {
  1097.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('m6YYNILR7W'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1098.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1099.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1100.     }
  1101.     /**
  1102.      * Gets the public 'cache.system' shared service.
  1103.      *
  1104.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1105.      */
  1106.     protected function getCache_SystemService()
  1107.     {
  1108.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Q43yY4STqw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1109.     }
  1110.     /**
  1111.      * Gets the public 'cache.validator_expression_language' shared service.
  1112.      *
  1113.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1114.      */
  1115.     protected function getCache_ValidatorExpressionLanguageService()
  1116.     {
  1117.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UZstk2VeN0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1118.     }
  1119.     /**
  1120.      * Gets the public 'data_collector.dump' shared service.
  1121.      *
  1122.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1123.      */
  1124.     protected function getDataCollector_DumpService()
  1125.     {
  1126.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  1127.     }
  1128.     /**
  1129.      * Gets the public 'doctrine' shared service.
  1130.      *
  1131.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1132.      */
  1133.     protected function getDoctrineService()
  1134.     {
  1135.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1136.     }
  1137.     /**
  1138.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1139.      *
  1140.      * @return \Customize\Doctrine\DBAL\MultiDbConnectionWrapper
  1141.      */
  1142.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1143.     {
  1144.         $a = new \Doctrine\DBAL\Configuration();
  1145.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1146.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1147.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1148.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1149.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1150.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1151.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1152.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1153.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1154.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1155.         $c->setConnectionName('default');
  1156.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1157.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_sqlite''charset' => $this->getEnv('DATABASE_CHARSET'), 'url' => $this->getEnv('DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'wrapperClass' => 'Customize\\Doctrine\\DBAL\\MultiDbConnectionWrapper''serverVersion' => $this->getEnv('DATABASE_SERVER_VERSION'), 'defaultTableOptions' => ['charset' => 'utf8mb4''collation' => 'utf8mb4_bin']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1158.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1159.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1160.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1161.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1162.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1163.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1164.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1165.         ], [
  1166.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1167.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1168.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1169.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1170.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1171.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1172.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1173.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1174.     }
  1175.     /**
  1176.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1177.      *
  1178.      * @return \Doctrine\ORM\EntityManager
  1179.      */
  1180.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1181.     {
  1182.         if ($lazyLoad) {
  1183.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1184.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1185.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1186.                     $proxy->setProxyInitializer(null);
  1187.                     return true;
  1188.                 });
  1189.             });
  1190.         }
  1191.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1192.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1193.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1194.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1195.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1196.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1197.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1198.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1199.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1200.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1201.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1202.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1203.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1204.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1205.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1206.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1207.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1208.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1209.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1210.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1211.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1212.         $a = new \Doctrine\ORM\Configuration();
  1213.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1214.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1215.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1216.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1217.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ClaimPdf42/Entity')]);
  1218.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1219.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Entity')]);
  1220.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1221.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1222.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1223.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Entity')]);
  1224.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1225.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/GmoPaymentGateway42/Entity')]);
  1226.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1227.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1228.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1229.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/PaygentPayment42/Entity')]);
  1230.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1231.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1232.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1233.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1234.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1235.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1236.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1237.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1238.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1239.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1240.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1241.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SlnPayment42/Entity')]);
  1242.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1243.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Entity')]);
  1244.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1245.         $s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Entity')]);
  1246.         $s->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1247.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Eccube/Entity')]))), 'Eccube\\Entity');
  1248.         $b->addDriver($d'Eccube\\Entity');
  1249.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1250.         $b->addDriver($e'Plugin\\ClaimPdf42\\Entity');
  1251.         $b->addDriver($f'Plugin\\ContactManagement42\\Entity');
  1252.         $b->addDriver($g'Plugin\\Coupon42\\Entity');
  1253.         $b->addDriver($h'Plugin\\ExpressLink42\\Entity');
  1254.         $b->addDriver($i'Plugin\\GmoPaymentGateway42\\Entity');
  1255.         $b->addDriver($j'Plugin\\MailMagazine42\\Entity');
  1256.         $b->addDriver($k'Plugin\\PaygentPayment42\\Entity');
  1257.         $b->addDriver($l'Plugin\\ProductReview42\\Entity');
  1258.         $b->addDriver($m'Plugin\\Recommend42\\Entity');
  1259.         $b->addDriver($n'Plugin\\RelatedProduct42\\Entity');
  1260.         $b->addDriver($o'Plugin\\Securitychecker42\\Entity');
  1261.         $b->addDriver($p'Plugin\\SiteKit42\\Entity');
  1262.         $b->addDriver($q'Plugin\\SlnPayment42\\Entity');
  1263.         $b->addDriver($r'Plugin\\VeriTrans4G2\\Entity');
  1264.         $b->addDriver($s'Plugin\\YamatoPayment42\\Entity');
  1265.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity']);
  1266.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1267.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1268.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1269.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1270.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1271.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1272.         ], [
  1273.             'doctrine.ulid_generator' => '?',
  1274.             'doctrine.uuid_generator' => '?',
  1275.         ])));
  1276.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1277.         $a->setProxyNamespace('Proxies');
  1278.         $a->setAutoGenerateProxyClasses(true);
  1279.         $a->setSchemaIgnoreClasses([]);
  1280.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1281.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1282.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1283.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1284.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1285.         $a->setLazyGhostObjectEnabled(false);
  1286.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1287.             'Customize\\Repository\\ApparelRepository' => ['privates''Customize\\Repository\\ApparelRepository''getApparelRepositoryService'true],
  1288.             'Customize\\Repository\\BackupDataRepository' => ['privates''Customize\\Repository\\BackupDataRepository''getBackupDataRepositoryService'true],
  1289.             'Customize\\Repository\\BackupDataTableRepository' => ['privates''Customize\\Repository\\BackupDataTableRepository''getBackupDataTableRepositoryService'true],
  1290.             'Customize\\Repository\\BackupRepository' => ['privates''Customize\\Repository\\BackupRepository''getBackupRepositoryService'true],
  1291.             'Customize\\Repository\\BrotherRepository' => ['privates''Customize\\Repository\\BrotherRepository''getBrotherRepositoryService'true],
  1292.             'Customize\\Repository\\CustomerRepository' => ['privates''Customize\\Repository\\CustomerRepository''getCustomerRepository2Service'true],
  1293.             'Customize\\Repository\\DeliveryPeriodRepository' => ['privates''Customize\\Repository\\DeliveryPeriodRepository''getDeliveryPeriodRepositoryService'true],
  1294.             'Customize\\Repository\\InquiryTemplateRepository' => ['privates''Customize\\Repository\\InquiryTemplateRepository''getInquiryTemplateRepositoryService'true],
  1295.             'Customize\\Repository\\Master\\ReserveReasonRepository' => ['privates''Customize\\Repository\\Master\\ReserveReasonRepository''getReserveReasonRepositoryService'true],
  1296.             'Customize\\Repository\\Master\\ReserveTimeRepository' => ['privates''Customize\\Repository\\Master\\ReserveTimeRepository''getReserveTimeRepositoryService'true],
  1297.             'Customize\\Repository\\NewsSchoolRepository' => ['privates''Customize\\Repository\\NewsSchoolRepository''getNewsSchoolRepositoryService'true],
  1298.             'Customize\\Repository\\OrderDeliveryPeriodRepository' => ['privates''Customize\\Repository\\OrderDeliveryPeriodRepository''getOrderDeliveryPeriodRepositoryService'true],
  1299.             'Customize\\Repository\\OrderItemRepository' => ['privates''Customize\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1300.             'Customize\\Repository\\ProductPriorityRepository' => ['privates''Customize\\Repository\\ProductPriorityRepository''getProductPriorityRepositoryService'true],
  1301.             'Customize\\Repository\\ProductRepository' => ['privates''Customize\\Repository\\ProductRepository''getProductRepository2Service'true],
  1302.             'Customize\\Repository\\ProductSchoolRepository' => ['privates''Customize\\Repository\\ProductSchoolRepository''getProductSchoolRepositoryService'false],
  1303.             'Customize\\Repository\\ProductStoreRepository' => ['privates''Customize\\Repository\\ProductStoreRepository''getProductStoreRepositoryService'false],
  1304.             'Customize\\Repository\\ProductTagRepository' => ['privates''Customize\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1305.             'Customize\\Repository\\RecommendRepository' => ['privates''Customize\\Repository\\RecommendRepository''getRecommendRepositoryService'true],
  1306.             'Customize\\Repository\\RecommendSizeRepository' => ['privates''Customize\\Repository\\RecommendSizeRepository''getRecommendSizeRepositoryService'true],
  1307.             'Customize\\Repository\\RecommendXRepository' => ['privates''Customize\\Repository\\RecommendXRepository''getRecommendXRepositoryService'true],
  1308.             'Customize\\Repository\\RecommendYRepository' => ['privates''Customize\\Repository\\RecommendYRepository''getRecommendYRepositoryService'true],
  1309.             'Customize\\Repository\\ReserveRepository' => ['privates''Customize\\Repository\\ReserveRepository''getReserveRepositoryService'true],
  1310.             'Customize\\Repository\\ReserveSettingHolidayRepository' => ['privates''Customize\\Repository\\ReserveSettingHolidayRepository''getReserveSettingHolidayRepositoryService'true],
  1311.             'Customize\\Repository\\ReserveSettingReasonRepository' => ['privates''Customize\\Repository\\ReserveSettingReasonRepository''getReserveSettingReasonRepositoryService'true],
  1312.             'Customize\\Repository\\ReserveSettingRepository' => ['privates''Customize\\Repository\\ReserveSettingRepository''getReserveSettingRepositoryService'true],
  1313.             'Customize\\Repository\\ReserveSettingStoreRepository' => ['privates''Customize\\Repository\\ReserveSettingStoreRepository''getReserveSettingStoreRepositoryService'true],
  1314.             'Customize\\Repository\\ReserveSettingTimeRepository' => ['privates''Customize\\Repository\\ReserveSettingTimeRepository''getReserveSettingTimeRepositoryService'true],
  1315.             'Customize\\Repository\\SchoolDeliveryRepository' => ['privates''Customize\\Repository\\SchoolDeliveryRepository''getSchoolDeliveryRepositoryService'true],
  1316.             'Customize\\Repository\\SchoolRepository' => ['privates''Customize\\Repository\\SchoolRepository''getSchoolRepositoryService'true],
  1317.             'Customize\\Repository\\SetProductImageRepository' => ['privates''Customize\\Repository\\SetProductImageRepository''getSetProductImageRepositoryService'true],
  1318.             'Customize\\Repository\\SetProductProductRepository' => ['privates''Customize\\Repository\\SetProductProductRepository''getSetProductProductRepositoryService'true],
  1319.             'Customize\\Repository\\SetProductRepository' => ['privates''Customize\\Repository\\SetProductRepository''getSetProductRepositoryService'true],
  1320.             'Customize\\Repository\\SetProductSchoolRepository' => ['privates''Customize\\Repository\\SetProductSchoolRepository''getSetProductSchoolRepositoryService'false],
  1321.             'Customize\\Repository\\StoreRepository' => ['privates''Customize\\Repository\\StoreRepository''getStoreRepositoryService'true],
  1322.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1323.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1324.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1325.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1326.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1327.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1328.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1329.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1330.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1331.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1332.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1333.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1334.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1335.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  1336.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1337.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1338.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1339.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1340.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1341.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1342.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1343.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1344.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1345.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1346.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1347.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1348.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1349.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1350.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1351.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1352.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1353.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1354.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1355.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1356.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1357.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1358.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1359.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1360.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1361.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1362.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1363.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1364.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1365.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1366.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1367.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1368.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepository2Service'true],
  1369.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1370.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1371.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1372.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1373.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1374.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1375.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1376.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1377.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1378.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1379.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1380.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1381.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepository2Service'true],
  1382.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1383.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1384.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1385.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1386.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1387.             'Plugin\\ClaimPdf42\\Repository\\ClaimPdfRepository' => ['privates''Plugin\\ClaimPdf42\\Repository\\ClaimPdfRepository''getClaimPdfRepositoryService'true],
  1388.             'Plugin\\ContactManagement42\\Repository\\ConfigRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ConfigRepository''getConfigRepositoryService'true],
  1389.             'Plugin\\ContactManagement42\\Repository\\ContactReplyRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ContactReplyRepository''getContactReplyRepositoryService'true],
  1390.             'Plugin\\ContactManagement42\\Repository\\ContactRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ContactRepository''getContactRepositoryService'true],
  1391.             'Plugin\\ContactManagement42\\Repository\\ContactStatusRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ContactStatusRepository''getContactStatusRepositoryService'true],
  1392.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1393.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1394.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1395.             'Plugin\\ExpressLink42\\Repository\\CodRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\CodRepository''getCodRepositoryService'true],
  1396.             'Plugin\\ExpressLink42\\Repository\\ConfigRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\ConfigRepository''getConfigRepository2Service'true],
  1397.             'Plugin\\ExpressLink42\\Repository\\DelivtypeRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\DelivtypeRepository''getDelivtypeRepositoryService'true],
  1398.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoConfigRepository' => ['privates''Plugin\\GmoPaymentGateway42\\Repository\\GmoConfigRepository''getGmoConfigRepositoryService'true],
  1399.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoFraudDetectionRepository' => ['privates''Plugin\\GmoPaymentGateway42\\Repository\\GmoFraudDetectionRepository''getGmoFraudDetectionRepositoryService'true],
  1400.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoMemberRepository' => ['privates''Plugin\\GmoPaymentGateway42\\Repository\\GmoMemberRepository''getGmoMemberRepositoryService'true],
  1401.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoOrderPaymentRepository' => ['privates''Plugin\\GmoPaymentGateway42\\Repository\\GmoOrderPaymentRepository''getGmoOrderPaymentRepositoryService'true],
  1402.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoPaymentMethodRepository' => ['privates''Plugin\\GmoPaymentGateway42\\Repository\\GmoPaymentMethodRepository''getGmoPaymentMethodRepositoryService'true],
  1403.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1404.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1405.             'Plugin\\PaygentPayment42\\Repository\\ConfigRepository' => ['privates''Plugin\\PaygentPayment42\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1406.             'Plugin\\PaygentPayment42\\Repository\\Credit3dSecure2OrderRepository' => ['privates''Plugin\\PaygentPayment42\\Repository\\Credit3dSecure2OrderRepository''getCredit3dSecure2OrderRepositoryService'true],
  1407.             'Plugin\\PaygentPayment42\\Repository\\PaidyOrderRepository' => ['privates''Plugin\\PaygentPayment42\\Repository\\PaidyOrderRepository''getPaidyOrderRepositoryService'true],
  1408.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1409.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1410.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1411.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1412.             'Plugin\\RefineCheckItem42\\Repository\\ProductRepository' => ['privates''Plugin\\RefineCheckItem42\\Repository\\ProductRepository''getProductRepository3Service'true],
  1413.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1414.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository4Service'true],
  1415.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1416.             'Plugin\\SlnPayment42\\Repository\\MemCardIdRepository' => ['privates''Plugin\\SlnPayment42\\Repository\\MemCardIdRepository''getMemCardIdRepositoryService'true],
  1417.             'Plugin\\SlnPayment42\\Repository\\OrderPaymentHistoryRepository' => ['privates''Plugin\\SlnPayment42\\Repository\\OrderPaymentHistoryRepository''getOrderPaymentHistoryRepositoryService'true],
  1418.             'Plugin\\SlnPayment42\\Repository\\OrderPaymentSendRepository' => ['privates''Plugin\\SlnPayment42\\Repository\\OrderPaymentSendRepository''getOrderPaymentSendRepositoryService'true],
  1419.             'Plugin\\SlnPayment42\\Repository\\OrderPaymentStatusRepository' => ['privates''Plugin\\SlnPayment42\\Repository\\OrderPaymentStatusRepository''getOrderPaymentStatusRepositoryService'true],
  1420.             'Plugin\\SlnPayment42\\Repository\\PluginConfigRepository' => ['privates''Plugin\\SlnPayment42\\Repository\\PluginConfigRepository''getPluginConfigRepositoryService'true],
  1421.             'Plugin\\SlnPayment42\\Repository\\SlnAgreementRepository' => ['privates''Plugin\\SlnPayment42\\Repository\\SlnAgreementRepository''getSlnAgreementRepositoryService'true],
  1422.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository''getVt4gSubscProductOrderCmpMailInfoRepositoryService'true],
  1423.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository''getVt4gSubscProductRepositoryService'true],
  1424.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository''getVt4gSubscSaleTypeRepositoryService'true],
  1425.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository''getVt4gCsvResultLogRepositoryService'true],
  1426.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository''getVt4gOrderLogRepositoryService'true],
  1427.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository''getVt4gOrderPaymentRepositoryService'true],
  1428.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository''getVt4gPaymentMethodRepositoryService'true],
  1429.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository''getVt4gPaymentReqEventRepositoryService'true],
  1430.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository''getVt4gPaymentRequestItemRepositoryService'true],
  1431.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository''getVt4gPaymentRequestRepositoryService'true],
  1432.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository''getVt4gPluginRepositoryService'true],
  1433.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository''getVt4gSubscOrderItemRepositoryService'true],
  1434.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository''getVt4gSubscOrderRepositoryService'true],
  1435.             'Plugin\\YamatoPayment42\\Repository\\ConfigRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\ConfigRepository''getConfigRepository5Service'true],
  1436.             'Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository''getYamatoOrderRepositoryService'true],
  1437.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository''getYamatoPaymentMethodRepositoryService'true],
  1438.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository''getYamatoPaymentStatusRepositoryService'true],
  1439.         ], [
  1440.             'Customize\\Repository\\ApparelRepository' => '?',
  1441.             'Customize\\Repository\\BackupDataRepository' => '?',
  1442.             'Customize\\Repository\\BackupDataTableRepository' => '?',
  1443.             'Customize\\Repository\\BackupRepository' => '?',
  1444.             'Customize\\Repository\\BrotherRepository' => '?',
  1445.             'Customize\\Repository\\CustomerRepository' => '?',
  1446.             'Customize\\Repository\\DeliveryPeriodRepository' => '?',
  1447.             'Customize\\Repository\\InquiryTemplateRepository' => '?',
  1448.             'Customize\\Repository\\Master\\ReserveReasonRepository' => '?',
  1449.             'Customize\\Repository\\Master\\ReserveTimeRepository' => '?',
  1450.             'Customize\\Repository\\NewsSchoolRepository' => '?',
  1451.             'Customize\\Repository\\OrderDeliveryPeriodRepository' => '?',
  1452.             'Customize\\Repository\\OrderItemRepository' => '?',
  1453.             'Customize\\Repository\\ProductPriorityRepository' => '?',
  1454.             'Customize\\Repository\\ProductRepository' => '?',
  1455.             'Customize\\Repository\\ProductSchoolRepository' => '?',
  1456.             'Customize\\Repository\\ProductStoreRepository' => '?',
  1457.             'Customize\\Repository\\ProductTagRepository' => '?',
  1458.             'Customize\\Repository\\RecommendRepository' => '?',
  1459.             'Customize\\Repository\\RecommendSizeRepository' => '?',
  1460.             'Customize\\Repository\\RecommendXRepository' => '?',
  1461.             'Customize\\Repository\\RecommendYRepository' => '?',
  1462.             'Customize\\Repository\\ReserveRepository' => '?',
  1463.             'Customize\\Repository\\ReserveSettingHolidayRepository' => '?',
  1464.             'Customize\\Repository\\ReserveSettingReasonRepository' => '?',
  1465.             'Customize\\Repository\\ReserveSettingRepository' => '?',
  1466.             'Customize\\Repository\\ReserveSettingStoreRepository' => '?',
  1467.             'Customize\\Repository\\ReserveSettingTimeRepository' => '?',
  1468.             'Customize\\Repository\\SchoolDeliveryRepository' => '?',
  1469.             'Customize\\Repository\\SchoolRepository' => '?',
  1470.             'Customize\\Repository\\SetProductImageRepository' => '?',
  1471.             'Customize\\Repository\\SetProductProductRepository' => '?',
  1472.             'Customize\\Repository\\SetProductRepository' => '?',
  1473.             'Customize\\Repository\\SetProductSchoolRepository' => '?',
  1474.             'Customize\\Repository\\StoreRepository' => '?',
  1475.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1476.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1477.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1478.             'Eccube\\Repository\\BlockRepository' => '?',
  1479.             'Eccube\\Repository\\CalendarRepository' => '?',
  1480.             'Eccube\\Repository\\CartItemRepository' => '?',
  1481.             'Eccube\\Repository\\CartRepository' => '?',
  1482.             'Eccube\\Repository\\CategoryRepository' => '?',
  1483.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1484.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1485.             'Eccube\\Repository\\CsvRepository' => '?',
  1486.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1487.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1488.             'Eccube\\Repository\\CustomerRepository' => '?',
  1489.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1490.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1491.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1492.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1493.             'Eccube\\Repository\\LayoutRepository' => '?',
  1494.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1495.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1496.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1497.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1498.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1499.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1500.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1501.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1502.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1503.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1504.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1505.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1506.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1507.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1508.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1509.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1510.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1511.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1512.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1513.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1514.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1515.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1516.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1517.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1518.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1519.             'Eccube\\Repository\\MemberRepository' => '?',
  1520.             'Eccube\\Repository\\NewsRepository' => '?',
  1521.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1522.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1523.             'Eccube\\Repository\\OrderRepository' => '?',
  1524.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1525.             'Eccube\\Repository\\PageRepository' => '?',
  1526.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1527.             'Eccube\\Repository\\PaymentRepository' => '?',
  1528.             'Eccube\\Repository\\PluginRepository' => '?',
  1529.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1530.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1531.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1532.             'Eccube\\Repository\\ProductRepository' => '?',
  1533.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1534.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1535.             'Eccube\\Repository\\ShippingRepository' => '?',
  1536.             'Eccube\\Repository\\TagRepository' => '?',
  1537.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1538.             'Eccube\\Repository\\TemplateRepository' => '?',
  1539.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1540.             'Plugin\\ClaimPdf42\\Repository\\ClaimPdfRepository' => '?',
  1541.             'Plugin\\ContactManagement42\\Repository\\ConfigRepository' => '?',
  1542.             'Plugin\\ContactManagement42\\Repository\\ContactReplyRepository' => '?',
  1543.             'Plugin\\ContactManagement42\\Repository\\ContactRepository' => '?',
  1544.             'Plugin\\ContactManagement42\\Repository\\ContactStatusRepository' => '?',
  1545.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1546.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1547.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1548.             'Plugin\\ExpressLink42\\Repository\\CodRepository' => '?',
  1549.             'Plugin\\ExpressLink42\\Repository\\ConfigRepository' => '?',
  1550.             'Plugin\\ExpressLink42\\Repository\\DelivtypeRepository' => '?',
  1551.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoConfigRepository' => '?',
  1552.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoFraudDetectionRepository' => '?',
  1553.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoMemberRepository' => '?',
  1554.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoOrderPaymentRepository' => '?',
  1555.             'Plugin\\GmoPaymentGateway42\\Repository\\GmoPaymentMethodRepository' => '?',
  1556.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1557.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1558.             'Plugin\\PaygentPayment42\\Repository\\ConfigRepository' => '?',
  1559.             'Plugin\\PaygentPayment42\\Repository\\Credit3dSecure2OrderRepository' => '?',
  1560.             'Plugin\\PaygentPayment42\\Repository\\PaidyOrderRepository' => '?',
  1561.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1562.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1563.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1564.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1565.             'Plugin\\RefineCheckItem42\\Repository\\ProductRepository' => '?',
  1566.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1567.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1568.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1569.             'Plugin\\SlnPayment42\\Repository\\MemCardIdRepository' => '?',
  1570.             'Plugin\\SlnPayment42\\Repository\\OrderPaymentHistoryRepository' => '?',
  1571.             'Plugin\\SlnPayment42\\Repository\\OrderPaymentSendRepository' => '?',
  1572.             'Plugin\\SlnPayment42\\Repository\\OrderPaymentStatusRepository' => '?',
  1573.             'Plugin\\SlnPayment42\\Repository\\PluginConfigRepository' => '?',
  1574.             'Plugin\\SlnPayment42\\Repository\\SlnAgreementRepository' => '?',
  1575.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository' => '?',
  1576.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository' => '?',
  1577.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository' => '?',
  1578.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository' => '?',
  1579.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository' => '?',
  1580.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository' => '?',
  1581.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository' => '?',
  1582.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository' => '?',
  1583.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository' => '?',
  1584.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository' => '?',
  1585.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository' => '?',
  1586.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository' => '?',
  1587.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository' => '?',
  1588.             'Plugin\\YamatoPayment42\\Repository\\ConfigRepository' => '?',
  1589.             'Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository' => '?',
  1590.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository' => '?',
  1591.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository' => '?',
  1592.         ])));
  1593.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1594.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1595.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1596.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1597.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1598.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1599.         return $instance;
  1600.     }
  1601.     /**
  1602.      * Gets the public 'event_dispatcher' shared service.
  1603.      *
  1604.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1605.      */
  1606.     protected function getEventDispatcherService()
  1607.     {
  1608.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1609.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1610.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1611.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1612.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1613.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1614.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1615.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1616.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1617.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1618.         $instance->addListener('kernel.request', [=> function () {
  1619.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1620.         }, => 'onKernelRequest'], 1024);
  1621.         $instance->addListener('kernel.controller', [=> function () {
  1622.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1623.         }, => 'onKernelController'], 0);
  1624.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1625.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1626.         }, => 'checkPassport'], 1024);
  1627.         $instance->addListener('kernel.response', [=> function () {
  1628.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1629.         }, => 'onKernelResponse'], 0);
  1630.         $instance->addListener('kernel.response', [=> function () {
  1631.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1632.         }, => 'onKernelResponse'], 0);
  1633.         $instance->addListener('kernel.request', [=> function () {
  1634.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1635.         }, => 'onKernelRequest'], 0);
  1636.         $instance->addListener('kernel.controller', [=> function () {
  1637.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1638.         }, => 'onController'], 0);
  1639.         $instance->addListener('kernel.request', [=> function () {
  1640.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1641.         }, => 'onKernelRequest'], 512);
  1642.         $instance->addListener('kernel.request', [=> function () {
  1643.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1644.         }, => 'onKernelRequestEarly'], 500);
  1645.         $instance->addListener('kernel.request', [=> function () {
  1646.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1647.         }, => 'onKernelRequest'], 6);
  1648.         $instance->addListener('kernel.response', [=> function () {
  1649.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1650.         }, => 'onKernelResponse'], 0);
  1651.         $instance->addListener('kernel.controller', [=> function () {
  1652.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1653.         }, => 'onKernelController'], 0);
  1654.         $instance->addListener('kernel.terminate', [=> function () {
  1655.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1656.         }, => 'onKernelTerminate'], 0);
  1657.         $instance->addListener('kernel.exception', [=> function () {
  1658.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1659.         }, => 'onKernelException'], -4);
  1660.         $instance->addListener('security.interactive_login', [=> function () {
  1661.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1662.         }, => 'onInteractiveLogin'], 0);
  1663.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1664.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1665.         }, => 'onAuthenticationFailure'], 0);
  1666.         $instance->addListener('kernel.response', [=> function () {
  1667.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1668.         }, => 'onResponse'], 0);
  1669.         $instance->addListener('kernel.request', [=> function () {
  1670.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1671.         }, => 'onKernelRequest'], 512);
  1672.         $instance->addListener('kernel.controller', [=> function () {
  1673.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1674.         }, => 'onController'], 0);
  1675.         $instance->addListener('kernel.request', [=> function () {
  1676.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1677.         }, => 'onKernelRequest'], 7);
  1678.         $instance->addListener('security.interactive_login', [=> function () {
  1679.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1680.         }, => 'onInteractiveLogin'], 0);
  1681.         $instance->addListener('security.authentication.failure', [=> function () {
  1682.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1683.         }, => 'onAuthenticationFailure'], 0);
  1684.         $instance->addListener('kernel.request', [=> function () {
  1685.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1686.         }, => 'onKernelRequest'], 0);
  1687.         $instance->addListener('kernel.exception', [=> function () {
  1688.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1689.         }, => 'onKernelException'], 0);
  1690.         $instance->addListener('kernel.terminate', [=> function () {
  1691.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1692.         }, => 'onKernelTerminate'], 0);
  1693.         $instance->addListener('kernel.request', [=> function () {
  1694.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1695.         }, => 'onKernelRequest'], 6);
  1696.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1697.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1698.         }, => 'onKernelController'], 7);
  1699.         $instance->addListener('form.pre_submit', [=> function () {
  1700.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1701.         }, => 'onPreSubmit'], 0);
  1702.         $instance->addListener('form.pre_submit', [=> function () {
  1703.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1704.         }, => 'purifySubmittedData'], 1000001);
  1705.         $instance->addListener('form.pre_submit', [=> function () {
  1706.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1707.         }, => 'onPreSubmit'], 0);
  1708.         $instance->addListener('workflow.order.completed', [=> function () {
  1709.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1710.         }, => 'onCompleted'], 0);
  1711.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1712.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1713.         }, => 'updatePaymentDate'], 0);
  1714.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1715.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1716.         }, => 'rollbackStock'], 0);
  1717.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1718.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1719.         }, => 'rollbackUsePoint'], 0);
  1720.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1721.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1722.         }, => 'commitStock'], 0);
  1723.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1724.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1725.         }, => 'commitUsePoint'], 0);
  1726.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1727.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1728.         }, => 'commitAddPoint'], 0);
  1729.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1730.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1731.         }, => 'rollbackUsePoint'], 0);
  1732.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1733.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1734.         }, => 'rollbackAddPoint'], 0);
  1735.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1736.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1737.         }, => 'commitUsePoint'], 0);
  1738.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1739.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1740.         }, => 'commitAddPoint'], 0);
  1741.         $instance->addListener('kernel.terminate', [=> function () {
  1742.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1743.         }, => 'disableMaintenanceEvent'], 0);
  1744.         $instance->addListener('kernel.terminate', [=> function () {
  1745.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1746.         }, => 'forceClearCache'], 0);
  1747.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1748.             return ($this->privates['Plugin\\ClaimPdf42\\EventListener\\ClaimPdfEvent'] ?? ($this->privates['Plugin\\ClaimPdf42\\EventListener\\ClaimPdfEvent'] = new \Plugin\ClaimPdf42\EventListener\ClaimPdfEvent()));
  1749.         }, => 'adminOrderIndexTwig'], 0);
  1750.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1751.             return ($this->privates['Plugin\\ClaimPdf42\\EventListener\\ClaimPdfEvent'] ?? ($this->privates['Plugin\\ClaimPdf42\\EventListener\\ClaimPdfEvent'] = new \Plugin\ClaimPdf42\EventListener\ClaimPdfEvent()));
  1752.         }, => 'adminOrderEditTwig'], 0);
  1753.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1754.             return ($this->privates['Plugin\\ClaimPdf42\\EventListener\\ClaimPdfEvent'] ?? ($this->privates['Plugin\\ClaimPdf42\\EventListener\\ClaimPdfEvent'] = new \Plugin\ClaimPdf42\EventListener\ClaimPdfEvent()));
  1755.         }, => 'adminOrderShippingTwig'], 0);
  1756.         $instance->addListener('front.contact.index.complete', [=> function () {
  1757.             return ($this->privates['Plugin\\ContactManagement42\\Event'] ?? $this->load('getEventService'));
  1758.         }, => 'onContactComplete'], 0);
  1759.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1760.             return ($this->privates['Plugin\\ContactManagement42\\Event'] ?? $this->load('getEventService'));
  1761.         }, => 'onAdminCustomerEditTwig'], 0);
  1762.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1763.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? $this->load('getExpressLinkEventService'));
  1764.         }, => 'onTemplateAdminOrder'], 0);
  1765.         $instance->addListener('Mypage/history.twig', [=> function () {
  1766.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? $this->load('getExpressLinkEventService'));
  1767.         }, => 'onTemplateFrontMypageHistory'], 0);
  1768.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1769.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? $this->load('getExpressLinkEventService'));
  1770.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1771.         $instance->addListener('knp_pager.items', [=> function () {
  1772.             return ($this->privates['Plugin\\MailMagazine42\\Event\\MailMagazineHistoryFilePaginationSubscriber'] ?? $this->load('getMailMagazineHistoryFilePaginationSubscriberService'));
  1773.         }, => 'items'], 1);
  1774.         $instance->addListener('kernel.response', [=> function () {
  1775.             return ($this->privates['Plugin\\RefineCheckItem42\\Event'] ?? $this->getEvent2Service());
  1776.         }, => 'onKernelResponse'], 0);
  1777.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1778.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1779.         }, => 'onAdminOrderIndexTwig'], 0);
  1780.         $instance->addListener('admin.order.index.initialize', [=> function () {
  1781.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1782.         }, => 'onAdminOrderIndexInitialize'], 0);
  1783.         $instance->addListener('admin.order.index.search', [=> function () {
  1784.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1785.         }, => 'onAdminOrderIndexSearch'], 0);
  1786.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1787.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1788.         }, => 'onAdminOrderEditTwig'], 0);
  1789.         $instance->addListener('admin.order.edit.index.initialize', [=> function () {
  1790.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1791.         }, => 'onAdminOrderEditIndexInitialize'], 0);
  1792.         $instance->addListener('Cart/index.twig', [=> function () {
  1793.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1794.         }, => 'onCartIndexTwig'], 0);
  1795.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1796.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1797.         }, => 'onShoppingConfirmTwig'], 0);
  1798.         $instance->addListener('Mypage/index.twig', [=> function () {
  1799.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1800.         }, => 'onMypageTwig'], 0);
  1801.         $instance->addListener('Mypage/history.twig', [=> function () {
  1802.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1803.         }, => 'onMypageTwig'], 0);
  1804.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1805.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1806.         }, => 'onMypageTwig'], 0);
  1807.         $instance->addListener('Mypage/change.twig', [=> function () {
  1808.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1809.         }, => 'onMypageTwig'], 0);
  1810.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1811.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1812.         }, => 'onMypageTwig'], 0);
  1813.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1814.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1815.         }, => 'onMypageTwig'], 0);
  1816.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1817.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1818.         }, => 'onMypageTwig'], 0);
  1819.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1820.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1821.         }, => 'onMypageTwig'], 0);
  1822.         $instance->addListener('@SlnRegular4/Mypage/regular_order.twig', [=> function () {
  1823.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1824.         }, => 'onMypageTwig'], 0);
  1825.         $instance->addListener('@SlnRegular4/Mypage/regular_history.twig', [=> function () {
  1826.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1827.         }, => 'onMypageTwig'], 0);
  1828.         $instance->addListener('@SlnPayment42/sln_edit_card.twig', [=> function () {
  1829.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1830.         }, => 'onMypageTwig'], 0);
  1831.         $instance->addListener('front.cart.buystep.initialize', [=> function () {
  1832.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1833.         }, => 'onFrontCartBuystepInitialize'], 0);
  1834.         $instance->addListener('Shopping/index.twig', [=> function () {
  1835.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1836.         }, => 'onShoppingIndexTwig'], 0);
  1837.         $instance->addListener('sln.service.regular.nextorder.complete', [=> function () {
  1838.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1839.         }, => 'onSlnServiceRegularNextorderComplete'], 0);
  1840.         $instance->addListener('sln.service.regular.mypage_history.change_payids', [=> function () {
  1841.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1842.         }, => 'onSlnServiceRegularMypageHistoryChangePayids'], 0);
  1843.         $instance->addListener('admin.customer.edit.index.initialize', [=> function () {
  1844.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1845.         }, => 'onAdminCustomerEditIndexInitialize'], 0);
  1846.         $instance->addListener('admin.customer.delete.complete', [=> function () {
  1847.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1848.         }, => 'onAdminCustomerDeleteComplete'], 0);
  1849.         $instance->addListener('front.mypage.withdraw.index.complete', [=> function () {
  1850.             return ($this->privates['Plugin\\SlnPayment42\\SlnPaymentEvent'] ?? $this->load('getSlnPaymentEventService'));
  1851.         }, => 'onFrontMypageWithdrawComplete'], 0);
  1852.         $instance->addListener('kernel.request', [=> function () {
  1853.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1854.         }, => 'onKernelRequest'], 4096);
  1855.         $instance->addListener('kernel.response', [=> function () {
  1856.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1857.         }, => 'onKernelResponse'], 0);
  1858.         $instance->addListener('kernel.response', [=> function () {
  1859.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1860.         }, => 'onKernelResponse'], -1024);
  1861.         $instance->addListener('kernel.request', [=> function () {
  1862.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1863.         }, => 'setDefaultLocale'], 100);
  1864.         $instance->addListener('kernel.request', [=> function () {
  1865.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1866.         }, => 'onKernelRequest'], 16);
  1867.         $instance->addListener('kernel.finish_request', [=> function () {
  1868.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1869.         }, => 'onKernelFinishRequest'], 0);
  1870.         $instance->addListener('kernel.request', [=> function () {
  1871.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1872.         }, => 'onKernelRequest'], 256);
  1873.         $instance->addListener('kernel.response', [=> function () {
  1874.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1875.         }, => 'onResponse'], -255);
  1876.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1877.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1878.         }, => 'onControllerArguments'], 0);
  1879.         $instance->addListener('kernel.exception', [=> function () {
  1880.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1881.         }, => 'logKernelException'], 0);
  1882.         $instance->addListener('kernel.exception', [=> function () {
  1883.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1884.         }, => 'onKernelException'], -128);
  1885.         $instance->addListener('kernel.response', [=> function () {
  1886.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1887.         }, => 'removeCspHeader'], -128);
  1888.         $instance->addListener('kernel.request', [=> function () {
  1889.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1890.         }, => 'onKernelRequest'], 15);
  1891.         $instance->addListener('kernel.finish_request', [=> function () {
  1892.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1893.         }, => 'onKernelFinishRequest'], -15);
  1894.         $instance->addListener('console.error', [=> function () {
  1895.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1896.         }, => 'onConsoleError'], -128);
  1897.         $instance->addListener('console.terminate', [=> function () {
  1898.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1899.         }, => 'onConsoleTerminate'], -128);
  1900.         $instance->addListener('console.error', [=> function () {
  1901.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1902.         }, => 'onConsoleError'], 0);
  1903.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1904.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1905.         }, => 'onMessage'], -255);
  1906.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1907.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1908.         }, => 'onMessage'], -255);
  1909.         $instance->addListener('kernel.response', [=> function () {
  1910.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1911.         }, => 'onKernelResponse'], 0);
  1912.         $instance->addListener('kernel.request', [=> function () {
  1913.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1914.         }, => 'onKernelRequest'], 48);
  1915.         $instance->addListener('kernel.request', [=> function () {
  1916.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1917.         }, => 'configure'], 2048);
  1918.         $instance->addListener('console.command', [=> function () {
  1919.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1920.         }, => 'configure'], 2048);
  1921.         $instance->addListener('kernel.request', [=> function () {
  1922.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1923.         }, => 'onKernelRequest'], 32);
  1924.         $instance->addListener('kernel.finish_request', [=> function () {
  1925.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1926.         }, => 'onKernelFinishRequest'], 0);
  1927.         $instance->addListener('kernel.exception', [=> function () {
  1928.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1929.         }, => 'onKernelException'], -64);
  1930.         $instance->addListener('kernel.request', [=> function () {
  1931.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1932.         }, => 'onKernelRequest'], 128);
  1933.         $instance->addListener('kernel.response', [=> function () {
  1934.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1935.         }, => 'onKernelResponse'], -1000);
  1936.         $instance->addListener('kernel.finish_request', [=> function () {
  1937.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1938.         }, => 'onFinishRequest'], 0);
  1939.         $instance->addListener('kernel.response', [=> function () {
  1940.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1941.         }, => 'onKernelResponse'], -100);
  1942.         $instance->addListener('kernel.exception', [=> function () {
  1943.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1944.         }, => 'onKernelException'], 0);
  1945.         $instance->addListener('kernel.terminate', [=> function () {
  1946.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1947.         }, => 'onKernelTerminate'], -1024);
  1948.         $instance->addListener('kernel.controller', [=> function () {
  1949.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1950.         }, => 'onKernelController'], 0);
  1951.         $instance->addListener('kernel.response', [=> function () {
  1952.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1953.         }, => 'onKernelResponse'], 0);
  1954.         $instance->addListener('kernel.response', [=> function () {
  1955.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1956.         }, => 'onKernelResponse'], 0);
  1957.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1958.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1959.         }, => 'checkPassport'], 0);
  1960.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1961.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1962.         }, => 'onLoginSuccess'], 0);
  1963.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1964.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1965.         }, => 'onVoterVote'], 0);
  1966.         $instance->addListener('kernel.request', [=> function () {
  1967.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1968.         }, => 'configureLogoutUrlGenerator'], 8);
  1969.         $instance->addListener('kernel.request', [=> function () {
  1970.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1971.         }, => 'onKernelRequest'], 8);
  1972.         $instance->addListener('kernel.finish_request', [=> function () {
  1973.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1974.         }, => 'onKernelFinishRequest'], 0);
  1975.         $instance->addListener('kernel.controller', [=> function () {
  1976.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1977.         }, => 'onKernelController'], 0);
  1978.         $instance->addListener('kernel.controller', [=> function () {
  1979.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1980.         }, => 'onKernelController'], 0);
  1981.         $instance->addListener('kernel.controller', [=> function () {
  1982.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1983.         }, => 'onKernelController'], -128);
  1984.         $instance->addListener('kernel.view', [=> function () {
  1985.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1986.         }, => 'onKernelView'], 0);
  1987.         $instance->addListener('kernel.controller', [=> function () {
  1988.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1989.         }, => 'onKernelController'], 0);
  1990.         $instance->addListener('kernel.response', [=> function () {
  1991.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1992.         }, => 'onKernelResponse'], 0);
  1993.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1994.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1995.         }, => 'onKernelControllerArguments'], 0);
  1996.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1997.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1998.         }, => 'onKernelControllerArguments'], 0);
  1999.         $instance->addListener('console.command', [=> function () {
  2000.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2001.         }, => 'onCommand'], 255);
  2002.         $instance->addListener('console.terminate', [=> function () {
  2003.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2004.         }, => 'onTerminate'], -255);
  2005.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2006.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2007.         }, => 'onMessage'], 0);
  2008.         $instance->addListener('console.command', [=> function () {
  2009.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2010.         }, => 'configure'], 1024);
  2011.         $instance->addListener('kernel.response', [=> function () {
  2012.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2013.         }, => 'onKernelResponse'], -128);
  2014.         $instance->addListener('console.error', [=> function () {
  2015.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2016.         }, => 'onConsoleError'], 0);
  2017.         $instance->addListener('console.terminate', [=> function () {
  2018.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2019.         }, => 'onConsoleTerminate'], 0);
  2020.         $instance->addListener('knp_pager.before', [=> function () {
  2021.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2022.         }, => 'before'], 0);
  2023.         $instance->addListener('knp_pager.pagination', [=> function () {
  2024.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2025.         }, => 'pagination'], 0);
  2026.         $instance->addListener('knp_pager.before', [=> function () {
  2027.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2028.         }, => 'before'], 1);
  2029.         $instance->addListener('knp_pager.before', [=> function () {
  2030.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2031.         }, => 'before'], 1);
  2032.         $instance->addListener('knp_pager.pagination', [=> function () {
  2033.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2034.         }, => 'pagination'], 1);
  2035.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2036.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2037.         }, => 'checkPassport'], 512);
  2038.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2039.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2040.         }, => 'onLogout'], 0);
  2041.         return $instance;
  2042.     }
  2043.     /**
  2044.      * Gets the public 'http_kernel' shared service.
  2045.      *
  2046.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2047.      */
  2048.     protected function getHttpKernelService()
  2049.     {
  2050.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2051.         if (isset($this->services['http_kernel'])) {
  2052.             return $this->services['http_kernel'];
  2053.         }
  2054.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2055.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2056.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2057.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2058.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2059.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2060.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2061.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2062.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2063.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2064.         }, 8)), $b));
  2065.     }
  2066.     /**
  2067.      * Gets the public 'request_stack' shared service.
  2068.      *
  2069.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2070.      */
  2071.     protected function getRequestStackService()
  2072.     {
  2073.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2074.     }
  2075.     /**
  2076.      * Gets the public 'router' shared service.
  2077.      *
  2078.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2079.      */
  2080.     protected function getRouterService()
  2081.     {
  2082.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2083.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2084.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2085.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2086.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2087.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2088.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2089.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2090.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2091.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2092.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2093.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2094.         ], [
  2095.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2096.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a$this->getEnv('ECCUBE_LOCALE'));
  2097.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2098.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2099.         return $instance;
  2100.     }
  2101.     /**
  2102.      * Gets the public 'translator' shared service.
  2103.      *
  2104.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2105.      */
  2106.     protected function getTranslatorService()
  2107.     {
  2108.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2109.     }
  2110.     /**
  2111.      * Gets the public 'var_dumper.cloner' shared service.
  2112.      *
  2113.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2114.      */
  2115.     protected function getVarDumper_ClonerService()
  2116.     {
  2117.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2118.         $instance->setMaxItems(2500);
  2119.         $instance->setMinDepth(1);
  2120.         $instance->setMaxString(-1);
  2121.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2122.         return $instance;
  2123.     }
  2124.     /**
  2125.      * Gets the private '.service_locator.HDnBBSZ' shared service.
  2126.      *
  2127.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2128.      */
  2129.     protected function get_ServiceLocator_HDnBBSZService()
  2130.     {
  2131.         return $this->privates['.service_locator.HDnBBSZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2132.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2133.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2134.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2135.         ], [
  2136.             'security.firewall.map.context.admin' => '?',
  2137.             'security.firewall.map.context.customer' => '?',
  2138.             'security.firewall.map.context.dev' => '?',
  2139.         ]);
  2140.     }
  2141.     /**
  2142.      * Gets the private 'Customize\Repository\ProductSchoolRepository' shared autowired service.
  2143.      *
  2144.      * @return \Customize\Repository\ProductSchoolRepository
  2145.      */
  2146.     protected function getProductSchoolRepositoryService()
  2147.     {
  2148.         $a = ($this->privates['Customize\\Repository\\SetProductSchoolRepository'] ?? $this->getSetProductSchoolRepositoryService());
  2149.         if (isset($this->privates['Customize\\Repository\\ProductSchoolRepository'])) {
  2150.             return $this->privates['Customize\\Repository\\ProductSchoolRepository'];
  2151.         }
  2152.         return $this->privates['Customize\\Repository\\ProductSchoolRepository'] = new \Customize\Repository\ProductSchoolRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2153.     }
  2154.     /**
  2155.      * Gets the private 'Customize\Repository\ProductStoreRepository' shared autowired service.
  2156.      *
  2157.      * @return \Customize\Repository\ProductStoreRepository
  2158.      */
  2159.     protected function getProductStoreRepositoryService()
  2160.     {
  2161.         return $this->privates['Customize\\Repository\\ProductStoreRepository'] = new \Customize\Repository\ProductStoreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2162.     }
  2163.     /**
  2164.      * Gets the private 'Customize\Repository\SetProductSchoolRepository' shared autowired service.
  2165.      *
  2166.      * @return \Customize\Repository\SetProductSchoolRepository
  2167.      */
  2168.     protected function getSetProductSchoolRepositoryService()
  2169.     {
  2170.         $a = ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
  2171.         if (isset($this->privates['Customize\\Repository\\SetProductSchoolRepository'])) {
  2172.             return $this->privates['Customize\\Repository\\SetProductSchoolRepository'];
  2173.         }
  2174.         return $this->privates['Customize\\Repository\\SetProductSchoolRepository'] = new \Customize\Repository\SetProductSchoolRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2175.     }
  2176.     /**
  2177.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2178.      *
  2179.      * @return \Eccube\DataCollector\EccubeDataCollector
  2180.      */
  2181.     protected function getEccubeDataCollectorService()
  2182.     {
  2183.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2184.     }
  2185.     /**
  2186.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2187.      *
  2188.      * @return \Eccube\Doctrine\Query\Queries
  2189.      */
  2190.     protected function getQueriesService()
  2191.     {
  2192.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2193.         $a = ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService());
  2194.         $b = ($this->privates['Eccube\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService());
  2195.         $c = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2196.         $d = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  2197.         $e = ($this->privates['Customize\\Repository\\ProductStoreRepository'] ?? $this->getProductStoreRepositoryService());
  2198.         $f = ($this->privates['Customize\\Repository\\ProductSchoolRepository'] ?? $this->getProductSchoolRepositoryService());
  2199.         $instance->addCustomizer(new \Customize\Repository\Admin\SearchCustomerCustomizer($a$b$c$d));
  2200.         $instance->addCustomizer(new \Customize\Repository\Admin\SearchOrderCustomizer($a$e$f$b$c$d));
  2201.         $instance->addCustomizer(new \Customize\Repository\Admin\SearchProductCustomizer($a$e$f$c$d));
  2202.         $instance->addCustomizer(new \Plugin\MailMagazine42\Entity\AdminCustomerQueryCustomizer());
  2203.         return $instance;
  2204.     }
  2205.     /**
  2206.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2207.      *
  2208.      * @return \Eccube\EventListener\IpAddrListener
  2209.      */
  2210.     protected function getIpAddrListenerService()
  2211.     {
  2212.         return $this->privates['Eccube\\EventListener\\IpAddrListener'] = new \Eccube\EventListener\IpAddrListener(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2213.     }
  2214.     /**
  2215.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2216.      *
  2217.      * @return \Eccube\EventListener\LogListener
  2218.      */
  2219.     protected function getLogListenerService()
  2220.     {
  2221.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2222.     }
  2223.     /**
  2224.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2225.      *
  2226.      * @return \Eccube\EventListener\MaintenanceListener
  2227.      */
  2228.     protected function getMaintenanceListenerService()
  2229.     {
  2230.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2231.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2232.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2233.         }
  2234.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2235.     }
  2236.     /**
  2237.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2238.      *
  2239.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2240.      */
  2241.     protected function getMobileTemplatePathListenerService()
  2242.     {
  2243.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2244.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2245.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2246.         }
  2247.         return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] = new \Eccube\EventListener\MobileTemplatePathListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a, ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2248.     }
  2249.     /**
  2250.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2251.      *
  2252.      * @return \Eccube\EventListener\RateLimiterListener
  2253.      */
  2254.     protected function getRateLimiterListenerService()
  2255.     {
  2256.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2257.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2258.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2259.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2260.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2261.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2262.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2263.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2264.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2265.             'limiter.vt4g_shopping_index_customer' => ['privates''limiter.vt4g_shopping_index_customer''getLimiter_Vt4gShoppingIndexCustomerService'true],
  2266.             'limiter.vt4g_shopping_index_ip' => ['privates''limiter.vt4g_shopping_index_ip''getLimiter_Vt4gShoppingIndexIpService'true],
  2267.         ], [
  2268.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2269.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2270.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2271.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2272.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2273.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2274.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2275.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2276.             'limiter.vt4g_shopping_index_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2277.             'limiter.vt4g_shopping_index_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2278.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2279.     }
  2280.     /**
  2281.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2282.      *
  2283.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2284.      */
  2285.     protected function getRestrictFileUploadListenerService()
  2286.     {
  2287.         return $this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] = new \Eccube\EventListener\RestrictFileUploadListener(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2288.     }
  2289.     /**
  2290.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2291.      *
  2292.      * @return \Eccube\EventListener\TransactionListener
  2293.      */
  2294.     protected function getTransactionListenerService()
  2295.     {
  2296.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2297.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2298.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2299.         }
  2300.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2301.     }
  2302.     /**
  2303.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2304.      *
  2305.      * @return \Eccube\EventListener\TwigInitializeListener
  2306.      */
  2307.     protected function getTwigInitializeListenerService()
  2308.     {
  2309.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2310.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2311.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2312.         }
  2313.         $b = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2314.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2315.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2316.         }
  2317.         return $this->privates['Eccube\\EventListener\\TwigInitializeListener'] = new \Eccube\EventListener\TwigInitializeListener($a, ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Eccube\\Repository\\PageRepository'] ?? $this->getPageRepositoryService()), ($this->privates['Eccube\\Repository\\PageLayoutRepository'] ?? $this->getPageLayoutRepositoryService()), ($this->privates['Eccube\\Repository\\BlockPositionRepository'] ?? $this->getBlockPositionRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] ?? $this->getDeviceTypeRepositoryService()), ($this->privates['Eccube\\Repository\\AuthorityRoleRepository'] ?? $this->getAuthorityRoleRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), $b);
  2318.     }
  2319.     /**
  2320.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2321.      *
  2322.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2323.      */
  2324.     protected function getTwoFactorAuthListenerService()
  2325.     {
  2326.         return $this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] = new \Eccube\EventListener\TwoFactorAuthListener(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Service\\TwoFactorAuthService'] ?? $this->getTwoFactorAuthServiceService()));
  2327.     }
  2328.     /**
  2329.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2330.      *
  2331.      * @return \Eccube\Log\Processor\SessionProcessor
  2332.      */
  2333.     protected function getSessionProcessorService()
  2334.     {
  2335.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2336.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2337.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2338.         }
  2339.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2340.     }
  2341.     /**
  2342.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2343.      *
  2344.      * @return \Eccube\Log\Processor\TokenProcessor
  2345.      */
  2346.     protected function getTokenProcessorService()
  2347.     {
  2348.         return $this->privates['Eccube\\Log\\Processor\\TokenProcessor'] = new \Eccube\Log\Processor\TokenProcessor(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2349.     }
  2350.     /**
  2351.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2352.      *
  2353.      * @return \Eccube\Repository\AuthorityRoleRepository
  2354.      */
  2355.     protected function getAuthorityRoleRepositoryService()
  2356.     {
  2357.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2358.     }
  2359.     /**
  2360.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2361.      *
  2362.      * @return \Eccube\Repository\BaseInfoRepository
  2363.      */
  2364.     protected function getBaseInfoRepositoryService()
  2365.     {
  2366.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2367.     }
  2368.     /**
  2369.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2370.      *
  2371.      * @return \Eccube\Repository\BlockPositionRepository
  2372.      */
  2373.     protected function getBlockPositionRepositoryService()
  2374.     {
  2375.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2376.     }
  2377.     /**
  2378.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2379.      *
  2380.      * @return \Eccube\Repository\BlockRepository
  2381.      */
  2382.     protected function getBlockRepositoryService()
  2383.     {
  2384.         return $this->privates['Eccube\\Repository\\BlockRepository'] = new \Eccube\Repository\BlockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2385.     }
  2386.     /**
  2387.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2388.      *
  2389.      * @return \Eccube\Repository\CartRepository
  2390.      */
  2391.     protected function getCartRepositoryService()
  2392.     {
  2393.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2394.     }
  2395.     /**
  2396.      * Gets the private 'Eccube\Repository\CustomerRepository' shared autowired service.
  2397.      *
  2398.      * @return \Eccube\Repository\CustomerRepository
  2399.      */
  2400.     protected function getCustomerRepositoryService()
  2401.     {
  2402.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2403.         if (isset($this->privates['Eccube\\Repository\\CustomerRepository'])) {
  2404.             return $this->privates['Eccube\\Repository\\CustomerRepository'];
  2405.         }
  2406.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2407.         if (isset($this->privates['Eccube\\Repository\\CustomerRepository'])) {
  2408.             return $this->privates['Eccube\\Repository\\CustomerRepository'];
  2409.         }
  2410.         return $this->privates['Eccube\\Repository\\CustomerRepository'] = new \Eccube\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a$b, ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->privates['security.encoder_factory.generic'] ?? $this->load('getSecurity_EncoderFactory_GenericService')), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2411.     }
  2412.     /**
  2413.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2414.      *
  2415.      * @return \Eccube\Repository\LayoutRepository
  2416.      */
  2417.     protected function getLayoutRepositoryService()
  2418.     {
  2419.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2420.     }
  2421.     /**
  2422.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2423.      *
  2424.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2425.      */
  2426.     protected function getDeviceTypeRepositoryService()
  2427.     {
  2428.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2429.     }
  2430.     /**
  2431.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2432.      *
  2433.      * @return \Eccube\Repository\OrderRepository
  2434.      */
  2435.     protected function getOrderRepositoryService()
  2436.     {
  2437.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2438.         if (isset($this->privates['Eccube\\Repository\\OrderRepository'])) {
  2439.             return $this->privates['Eccube\\Repository\\OrderRepository'];
  2440.         }
  2441.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2442.     }
  2443.     /**
  2444.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2445.      *
  2446.      * @return \Eccube\Repository\PageLayoutRepository
  2447.      */
  2448.     protected function getPageLayoutRepositoryService()
  2449.     {
  2450.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2451.     }
  2452.     /**
  2453.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2454.      *
  2455.      * @return \Eccube\Repository\PageRepository
  2456.      */
  2457.     protected function getPageRepositoryService()
  2458.     {
  2459.         return $this->privates['Eccube\\Repository\\PageRepository'] = new \Eccube\Repository\PageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $this);
  2460.     }
  2461.     /**
  2462.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2463.      *
  2464.      * @return \Eccube\Repository\ProductClassRepository
  2465.      */
  2466.     protected function getProductClassRepositoryService()
  2467.     {
  2468.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2469.     }
  2470.     /**
  2471.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2472.      *
  2473.      * @return \Eccube\Repository\ProductRepository
  2474.      */
  2475.     protected function getProductRepositoryService()
  2476.     {
  2477.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2478.         if (isset($this->privates['Eccube\\Repository\\ProductRepository'])) {
  2479.             return $this->privates['Eccube\\Repository\\ProductRepository'];
  2480.         }
  2481.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2482.     }
  2483.     /**
  2484.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2485.      *
  2486.      * @return \Eccube\Repository\TaxRuleRepository
  2487.      */
  2488.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2489.     {
  2490.         if ($lazyLoad) {
  2491.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2492.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2493.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2494.                     $proxy->setProxyInitializer(null);
  2495.                     return true;
  2496.                 });
  2497.             });
  2498.         }
  2499.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2500.         return new \Eccube\Repository\TaxRuleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2501.     }
  2502.     /**
  2503.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2504.      *
  2505.      * @return \Eccube\Request\Context
  2506.      */
  2507.     protected function getContextService()
  2508.     {
  2509.         return $this->privates['Eccube\\Request\\Context'] = new \Eccube\Request\Context(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2510.     }
  2511.     /**
  2512.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2513.      *
  2514.      * @return \Eccube\Service\CartService
  2515.      */
  2516.     protected function getCartServiceService($lazyLoad true)
  2517.     {
  2518.         if ($lazyLoad) {
  2519.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2520.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2521.                     $wrappedInstance $this->getCartServiceService(false);
  2522.                     $proxy->setProxyInitializer(null);
  2523.                     return true;
  2524.                 });
  2525.             });
  2526.         }
  2527.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2528.         return new \Eccube\Service\CartService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()), ($this->privates['Eccube\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), ($this->privates['Eccube\\Service\\Cart\\ProductClassComparator'] ?? ($this->privates['Eccube\\Service\\Cart\\ProductClassComparator'] = new \Eccube\Service\Cart\ProductClassComparator())), ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] ?? ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] = new \Eccube\Service\Cart\SaleTypeCartAllocator())), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2529.     }
  2530.     /**
  2531.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2532.      *
  2533.      * @return \Eccube\Service\TwoFactorAuthService
  2534.      */
  2535.     protected function getTwoFactorAuthServiceService()
  2536.     {
  2537.         return $this->privates['Eccube\\Service\\TwoFactorAuthService'] = new \Eccube\Service\TwoFactorAuthService($this, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['security.encoder_factory.generic'] ?? $this->load('getSecurity_EncoderFactory_GenericService')), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2538.     }
  2539.     /**
  2540.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2541.      *
  2542.      * @return \Eccube\Twig\Extension\EccubeExtension
  2543.      */
  2544.     protected function getEccubeExtensionService()
  2545.     {
  2546.         return $this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] = new \Eccube\Twig\Extension\EccubeExtension(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()));
  2547.     }
  2548.     /**
  2549.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2550.      *
  2551.      * @return \Eccube\Twig\Extension\TaxExtension
  2552.      */
  2553.     protected function getTaxExtensionService()
  2554.     {
  2555.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2556.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2557.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  2558.         }
  2559.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  2560.     }
  2561.     /**
  2562.      * Gets the private 'Plugin\RefineCheckItem42\Event' shared autowired service.
  2563.      *
  2564.      * @return \Plugin\RefineCheckItem42\Event
  2565.      */
  2566.     protected function getEvent2Service()
  2567.     {
  2568.         return $this->privates['Plugin\\RefineCheckItem42\\Event'] = new \Plugin\RefineCheckItem42\Event(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2569.     }
  2570.     /**
  2571.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2572.      *
  2573.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2574.      */
  2575.     protected function getWebProcessorService()
  2576.     {
  2577.         return $this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] = new \Symfony\Bridge\Monolog\Processor\WebProcessor(['url' => 'REQUEST_URI''ip' => 'REMOTE_ADDR''http_method' => 'REQUEST_METHOD''server' => 'SERVER_NAME''referrer' => 'HTTP_REFERER''user_agent' => 'HTTP_USER_AGENT']);
  2578.     }
  2579.     /**
  2580.      * Gets the private 'annotations.cache_adapter' shared service.
  2581.      *
  2582.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2583.      */
  2584.     protected function getAnnotations_CacheAdapterService()
  2585.     {
  2586.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2587.     }
  2588.     /**
  2589.      * Gets the private 'annotations.cached_reader' shared service.
  2590.      *
  2591.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2592.      */
  2593.     protected function getAnnotations_CachedReaderService()
  2594.     {
  2595.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2596.     }
  2597.     /**
  2598.      * Gets the private 'annotations.reader' shared service.
  2599.      *
  2600.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2601.      */
  2602.     protected function getAnnotations_ReaderService()
  2603.     {
  2604.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2605.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2606.         $a->registerUniqueLoader('class_exists');
  2607.         $instance->addGlobalIgnoredName('required'$a);
  2608.         return $instance;
  2609.     }
  2610.     /**
  2611.      * Gets the private 'assets.context' shared service.
  2612.      *
  2613.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2614.      */
  2615.     protected function getAssets_ContextService()
  2616.     {
  2617.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2618.         return $this->privates['assets.context'] = new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure());
  2619.     }
  2620.     /**
  2621.      * Gets the private 'cache.annotations' shared service.
  2622.      *
  2623.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2624.      */
  2625.     protected function getCache_AnnotationsService()
  2626.     {
  2627.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VAS-qt1AYG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2628.     }
  2629.     /**
  2630.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2631.      *
  2632.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2633.      */
  2634.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2635.     {
  2636.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2637.     }
  2638.     /**
  2639.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2640.      *
  2641.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2642.      */
  2643.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2644.     {
  2645.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2646.     }
  2647.     /**
  2648.      * Gets the private 'cache.property_info' shared service.
  2649.      *
  2650.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2651.      */
  2652.     protected function getCache_PropertyInfoService()
  2653.     {
  2654.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KzggsJRwqu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2655.     }
  2656.     /**
  2657.      * Gets the private 'cache.security_expression_language' shared service.
  2658.      *
  2659.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2660.      */
  2661.     protected function getCache_SecurityExpressionLanguageService()
  2662.     {
  2663.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sFZsMfLL+H'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2664.     }
  2665.     /**
  2666.      * Gets the private 'cache.security_token_verifier' shared service.
  2667.      *
  2668.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2669.      */
  2670.     protected function getCache_SecurityTokenVerifierService()
  2671.     {
  2672.         return $this->privates['cache.security_token_verifier'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rBjWS2qCvN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2673.     }
  2674.     /**
  2675.      * Gets the private 'cache.serializer' shared service.
  2676.      *
  2677.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2678.      */
  2679.     protected function getCache_SerializerService()
  2680.     {
  2681.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('RfuxAOt871'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2682.     }
  2683.     /**
  2684.      * Gets the private 'cache.validator' shared service.
  2685.      *
  2686.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2687.      */
  2688.     protected function getCache_ValidatorService()
  2689.     {
  2690.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WIZaH2FaBJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2691.     }
  2692.     /**
  2693.      * Gets the private 'config_cache_factory' shared service.
  2694.      *
  2695.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2696.      */
  2697.     protected function getConfigCacheFactoryService()
  2698.     {
  2699.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2700.             yield => ($this->privates['dependency_injection.config.container_parameters_resource_checker'] ?? ($this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this)));
  2701.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2702.         }, 2));
  2703.     }
  2704.     /**
  2705.      * Gets the private 'data_collector.form' shared service.
  2706.      *
  2707.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2708.      */
  2709.     protected function getDataCollector_FormService()
  2710.     {
  2711.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2712.     }
  2713.     /**
  2714.      * Gets the private 'data_collector.request' shared service.
  2715.      *
  2716.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2717.      */
  2718.     protected function getDataCollector_RequestService()
  2719.     {
  2720.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2721.     }
  2722.     /**
  2723.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2724.      *
  2725.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2726.      */
  2727.     protected function getDebug_DebugHandlersListenerService()
  2728.     {
  2729.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2730.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2731.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2732.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2733.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2734.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2735.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2736.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2737.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2738.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2739.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2740.     }
  2741.     /**
  2742.      * Gets the private 'debug.file_link_formatter' shared service.
  2743.      *
  2744.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2745.      */
  2746.     protected function getDebug_FileLinkFormatterService()
  2747.     {
  2748.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  2749.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2750.         });
  2751.     }
  2752.     /**
  2753.      * Gets the private 'debug.log_processor' shared service.
  2754.      *
  2755.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2756.      */
  2757.     protected function getDebug_LogProcessorService()
  2758.     {
  2759.         return $this->privates['debug.log_processor'] = new \Symfony\Bridge\Monolog\Processor\DebugProcessor(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2760.     }
  2761.     /**
  2762.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2763.      *
  2764.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2765.      */
  2766.     protected function getDebug_Security_Access_DecisionManagerService()
  2767.     {
  2768.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  2769.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2770.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2771.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2772.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2773.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2774.     }
  2775.     /**
  2776.      * Gets the private 'debug.security.firewall' shared service.
  2777.      *
  2778.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2779.      */
  2780.     protected function getDebug_Security_FirewallService()
  2781.     {
  2782.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2783.         if (isset($this->privates['debug.security.firewall'])) {
  2784.             return $this->privates['debug.security.firewall'];
  2785.         }
  2786.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2787.         if (isset($this->privates['debug.security.firewall'])) {
  2788.             return $this->privates['debug.security.firewall'];
  2789.         }
  2790.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2791.     }
  2792.     /**
  2793.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2794.      *
  2795.      * @return \Doctrine\Migrations\DependencyFactory
  2796.      */
  2797.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2798.     {
  2799.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2800.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  2801.         $a->setAllOrNothing(false);
  2802.         $a->setCheckDatabasePlatform(true);
  2803.         $a->setTransactional(true);
  2804.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2805.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2806.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2807.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2808.         });
  2809.         return $instance;
  2810.     }
  2811.     /**
  2812.      * Gets the private 'eccube.collector.core' shared autowired service.
  2813.      *
  2814.      * @return \Eccube\DataCollector\EccubeDataCollector
  2815.      */
  2816.     protected function getEccube_Collector_CoreService()
  2817.     {
  2818.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2819.     }
  2820.     /**
  2821.      * Gets the private 'esi_listener' shared service.
  2822.      *
  2823.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2824.      */
  2825.     protected function getEsiListenerService()
  2826.     {
  2827.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2828.     }
  2829.     /**
  2830.      * Gets the private 'exception_listener' shared service.
  2831.      *
  2832.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2833.      */
  2834.     protected function getExceptionListenerService()
  2835.     {
  2836.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2837.     }
  2838.     /**
  2839.      * Gets the private 'fragment.listener' shared service.
  2840.      *
  2841.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2842.      */
  2843.     protected function getFragment_ListenerService()
  2844.     {
  2845.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('ECCUBE_AUTH_MAGIC')))), '/_fragment');
  2846.     }
  2847.     /**
  2848.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2849.      *
  2850.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2851.      */
  2852.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2853.     {
  2854.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  2855.     }
  2856.     /**
  2857.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2858.      *
  2859.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2860.      */
  2861.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2862.     {
  2863.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2864.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2865.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2866.         }
  2867.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  2868.     }
  2869.     /**
  2870.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2871.      *
  2872.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2873.      */
  2874.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2875.     {
  2876.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  2877.     }
  2878.     /**
  2879.      * Gets the private 'locale_aware_listener' shared service.
  2880.      *
  2881.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2882.      */
  2883.     protected function getLocaleAwareListenerService()
  2884.     {
  2885.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2886.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  2887.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2888.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2889.     }
  2890.     /**
  2891.      * Gets the private 'locale_listener' shared service.
  2892.      *
  2893.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2894.      */
  2895.     protected function getLocaleListenerService()
  2896.     {
  2897.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('ECCUBE_LOCALE'), ($this->services['router'] ?? $this->getRouterService()), false, []);
  2898.     }
  2899.     /**
  2900.      * Gets the private 'monolog.handler.buffered' shared service.
  2901.      *
  2902.      * @return \Monolog\Handler\BufferHandler
  2903.      */
  2904.     protected function getMonolog_Handler_BufferedService()
  2905.     {
  2906.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  2907.     }
  2908.     /**
  2909.      * Gets the private 'monolog.handler.console' shared service.
  2910.      *
  2911.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2912.      */
  2913.     protected function getMonolog_Handler_ConsoleService()
  2914.     {
  2915.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2916.     }
  2917.     /**
  2918.      * Gets the private 'monolog.logger' shared service.
  2919.      *
  2920.      * @return \Symfony\Bridge\Monolog\Logger
  2921.      */
  2922.     protected function getMonolog_LoggerService()
  2923.     {
  2924.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2925.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2926.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2927.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2928.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2929.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2930.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2931.         $instance->useMicrosecondTimestamps(true);
  2932.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2933.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2934.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2935.         return $instance;
  2936.     }
  2937.     /**
  2938.      * Gets the private 'monolog.logger.cache' shared service.
  2939.      *
  2940.      * @return \Symfony\Bridge\Monolog\Logger
  2941.      */
  2942.     protected function getMonolog_Logger_CacheService()
  2943.     {
  2944.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2945.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2946.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2947.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2948.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2949.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2950.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2951.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2952.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2953.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2954.         return $instance;
  2955.     }
  2956.     /**
  2957.      * Gets the private 'monolog.logger.request' shared service.
  2958.      *
  2959.      * @return \Symfony\Bridge\Monolog\Logger
  2960.      */
  2961.     protected function getMonolog_Logger_RequestService()
  2962.     {
  2963.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2964.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2965.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2966.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2967.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2968.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2969.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2970.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2971.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2972.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2973.         return $instance;
  2974.     }
  2975.     /**
  2976.      * Gets the private 'monolog.logger.security' shared service.
  2977.      *
  2978.      * @return \Symfony\Bridge\Monolog\Logger
  2979.      */
  2980.     protected function getMonolog_Logger_SecurityService()
  2981.     {
  2982.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2983.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2984.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2985.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2986.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2987.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2988.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2989.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2990.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2991.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2992.         return $instance;
  2993.     }
  2994.     /**
  2995.      * Gets the private 'parameter_bag' shared service.
  2996.      *
  2997.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2998.      */
  2999.     protected function getParameterBagService()
  3000.     {
  3001.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3002.     }
  3003.     /**
  3004.      * Gets the private 'profiler_listener' shared service.
  3005.      *
  3006.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3007.      */
  3008.     protected function getProfilerListenerService()
  3009.     {
  3010.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3011.         if (isset($this->privates['profiler_listener'])) {
  3012.             return $this->privates['profiler_listener'];
  3013.         }
  3014.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  3015.     }
  3016.     /**
  3017.      * Gets the private 'property_info' shared service.
  3018.      *
  3019.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3020.      */
  3021.     protected function getPropertyInfoService()
  3022.     {
  3023.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3024.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3025.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3026.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3027.         }, 3), new RewindableGenerator(function () {
  3028.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3029.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3030.         }, 2), new RewindableGenerator(function () {
  3031.             return new \EmptyIterator();
  3032.         }, 0), new RewindableGenerator(function () {
  3033.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3034.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3035.         }, 2), new RewindableGenerator(function () {
  3036.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3037.         }, 1));
  3038.     }
  3039.     /**
  3040.      * Gets the private 'rate_limiter.cache' shared service.
  3041.      *
  3042.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3043.      */
  3044.     protected function getRateLimiter_CacheService()
  3045.     {
  3046.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('635t6d-tz-'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3047.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3048.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3049.     }
  3050.     /**
  3051.      * Gets the private 'router.expression_language_provider' shared service.
  3052.      *
  3053.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3054.      */
  3055.     protected function getRouter_ExpressionLanguageProviderService()
  3056.     {
  3057.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3058.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3059.         ], [
  3060.             'env' => 'Closure',
  3061.         ]));
  3062.     }
  3063.     /**
  3064.      * Gets the private 'router.request_context' shared service.
  3065.      *
  3066.      * @return \Symfony\Component\Routing\RequestContext
  3067.      */
  3068.     protected function getRouter_RequestContextService()
  3069.     {
  3070.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3071.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3072.         return $instance;
  3073.     }
  3074.     /**
  3075.      * Gets the private 'router_listener' shared service.
  3076.      *
  3077.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3078.      */
  3079.     protected function getRouterListenerService()
  3080.     {
  3081.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  3082.     }
  3083.     /**
  3084.      * Gets the private 'security.context_listener.0' shared service.
  3085.      *
  3086.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3087.      */
  3088.     protected function getSecurity_ContextListener_0Service()
  3089.     {
  3090.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3091.         if (isset($this->privates['security.context_listener.0'])) {
  3092.             return $this->privates['security.context_listener.0'];
  3093.         }
  3094.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  3095.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3096.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3097.         }, 2), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3098.     }
  3099.     /**
  3100.      * Gets the private 'security.context_listener.1' shared service.
  3101.      *
  3102.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3103.      */
  3104.     protected function getSecurity_ContextListener_1Service()
  3105.     {
  3106.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  3107.         if (isset($this->privates['security.context_listener.1'])) {
  3108.             return $this->privates['security.context_listener.1'];
  3109.         }
  3110.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  3111.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3112.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3113.         }, 2), 'customer', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3114.     }
  3115.     /**
  3116.      * Gets the private 'security.csrf.token_storage' shared service.
  3117.      *
  3118.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3119.      */
  3120.     protected function getSecurity_Csrf_TokenStorageService()
  3121.     {
  3122.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3123.     }
  3124.     /**
  3125.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3126.      *
  3127.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3128.      */
  3129.     protected function getSecurity_EventDispatcher_AdminService()
  3130.     {
  3131.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3132.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3133.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3134.         }, => 'checkPassport'], 2048);
  3135.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3136.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3137.         }, => 'onSuccessfulLogin'], 0);
  3138.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3139.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3140.         }, => 'onLogout'], 0);
  3141.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3142.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3143.         }, => 'onLogout'], 0);
  3144.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3145.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3146.         }, => 'checkPassport'], 2080);
  3147.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3148.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3149.         }, => 'onSuccessfulLogin'], 0);
  3150.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3151.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3152.         }, => 'preCheckCredentials'], 256);
  3153.         $instance->addListener('security.authentication.success', [=> function () {
  3154.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3155.         }, => 'postCheckCredentials'], 256);
  3156.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3157.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3158.         }, => 'checkPassport'], 1024);
  3159.         $instance->addListener('security.interactive_login', [=> function () {
  3160.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3161.         }, => 'onInteractiveLogin'], 0);
  3162.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3163.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3164.         }, => 'onAuthenticationFailure'], 0);
  3165.         $instance->addListener('security.interactive_login', [=> function () {
  3166.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3167.         }, => 'onInteractiveLogin'], 0);
  3168.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3169.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3170.         }, => 'checkPassport'], 0);
  3171.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3172.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3173.         }, => 'onLoginSuccess'], 0);
  3174.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3175.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3176.         }, => 'checkPassport'], 512);
  3177.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3178.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3179.         }, => 'onLogout'], 0);
  3180.         return $instance;
  3181.     }
  3182.     /**
  3183.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3184.      *
  3185.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3186.      */
  3187.     protected function getSecurity_EventDispatcher_CustomerService()
  3188.     {
  3189.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3190.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3191.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3192.         }, => 'checkPassport'], 2048);
  3193.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3194.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3195.         }, => 'onSuccessfulLogin'], 0);
  3196.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3197.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3198.         }, => 'onLogout'], 64);
  3199.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3200.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3201.         }, => 'onLogout'], 0);
  3202.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3203.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3204.         }, => 'checkPassport'], 2080);
  3205.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3206.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3207.         }, => 'onSuccessfulLogin'], 0);
  3208.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3209.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3210.         }, => 'onSuccessfulLogin'], -32);
  3211.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3212.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3213.         }, => 'onSuccessfulLogin'], -64);
  3214.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3215.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3216.         }, => 'clearCookie'], 0);
  3217.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3218.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3219.         }, => 'clearCookie'], 0);
  3220.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3221.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3222.         }, => 'clearCookie'], 0);
  3223.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3224.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3225.         }, => 'preCheckCredentials'], 256);
  3226.         $instance->addListener('security.authentication.success', [=> function () {
  3227.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3228.         }, => 'postCheckCredentials'], 256);
  3229.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3230.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3231.         }, => 'checkPassport'], 1024);
  3232.         $instance->addListener('security.interactive_login', [=> function () {
  3233.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3234.         }, => 'onInteractiveLogin'], 0);
  3235.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3236.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3237.         }, => 'onAuthenticationFailure'], 0);
  3238.         $instance->addListener('security.interactive_login', [=> function () {
  3239.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3240.         }, => 'onInteractiveLogin'], 0);
  3241.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3242.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3243.         }, => 'checkPassport'], 0);
  3244.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3245.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3246.         }, => 'onLoginSuccess'], 0);
  3247.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3248.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3249.         }, => 'checkPassport'], 512);
  3250.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3251.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3252.         }, => 'onLogout'], 0);
  3253.         return $instance;
  3254.     }
  3255.     /**
  3256.      * Gets the private 'security.firewall.map' shared service.
  3257.      *
  3258.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3259.      */
  3260.     protected function getSecurity_Firewall_MapService()
  3261.     {
  3262.         $a = ($this->privates['.service_locator.HDnBBSZ'] ?? $this->get_ServiceLocator_HDnBBSZService());
  3263.         if (isset($this->privates['security.firewall.map'])) {
  3264.             return $this->privates['security.firewall.map'];
  3265.         }
  3266.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3267.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  3268.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.XgEhBj1'] ?? ($this->privates['.security.request_matcher.XgEhBj1'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3269.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3270.         }, 3));
  3271.     }
  3272.     /**
  3273.      * Gets the private 'security.logout_url_generator' shared service.
  3274.      *
  3275.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3276.      */
  3277.     protected function getSecurity_LogoutUrlGeneratorService()
  3278.     {
  3279.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3280.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3281.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3282.         return $instance;
  3283.     }
  3284.     /**
  3285.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3286.      *
  3287.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3288.      */
  3289.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3290.     {
  3291.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3292.     }
  3293.     /**
  3294.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3295.      *
  3296.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3297.      */
  3298.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3299.     {
  3300.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3301.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3302.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3303.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3304.     }
  3305.     /**
  3306.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3307.      *
  3308.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3309.      */
  3310.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3311.     {
  3312.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3313.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3314.             return $this->privates['sensio_framework_extra.security.listener'];
  3315.         }
  3316.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3317.     }
  3318.     /**
  3319.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3320.      *
  3321.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3322.      */
  3323.     protected function getSensioFrameworkExtra_View_ListenerService()
  3324.     {
  3325.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  3326.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3327.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3328.         ], [
  3329.             'twig' => '?',
  3330.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3331.         return $instance;
  3332.     }
  3333.     /**
  3334.      * Gets the private 'session.factory' shared service.
  3335.      *
  3336.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3337.      */
  3338.     protected function getSession_FactoryService()
  3339.     {
  3340.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3341.         if (isset($this->privates['session.factory'])) {
  3342.             return $this->privates['session.factory'];
  3343.         }
  3344.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [=> $a=> 'onSessionUsage']);
  3345.     }
  3346.     /**
  3347.      * Gets the private 'session_listener' shared service.
  3348.      *
  3349.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3350.      */
  3351.     protected function getSessionListenerService()
  3352.     {
  3353.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3354.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3355.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3356.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3357.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3358.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3359.         ], [
  3360.             'initialized_session' => '?',
  3361.             'logger' => '?',
  3362.             'session' => '?',
  3363.             'session_collector' => '?',
  3364.             'session_factory' => '?',
  3365.         ]), true$this->getParameter('session.storage.options'));
  3366.     }
  3367.     /**
  3368.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3369.      *
  3370.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3371.      */
  3372.     protected function getStateMachine_Order_MetadataStoreService()
  3373.     {
  3374.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3375.     }
  3376.     /**
  3377.      * Gets the private 'translator.default' shared service.
  3378.      *
  3379.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3380.      */
  3381.     protected function getTranslator_DefaultService()
  3382.     {
  3383.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3384.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3385.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3386.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3387.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3388.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3389.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3390.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3391.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3392.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3393.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3394.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3395.         ], [
  3396.             'translation.loader.csv' => '?',
  3397.             'translation.loader.dat' => '?',
  3398.             'translation.loader.ini' => '?',
  3399.             'translation.loader.json' => '?',
  3400.             'translation.loader.mo' => '?',
  3401.             'translation.loader.php' => '?',
  3402.             'translation.loader.po' => '?',
  3403.             'translation.loader.qt' => '?',
  3404.             'translation.loader.res' => '?',
  3405.             'translation.loader.xliff' => '?',
  3406.             'translation.loader.yml' => '?',
  3407.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('ECCUBE_LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/locale/validators.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/locale/messages.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/ClaimPdf42/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/locale/messages.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/locale/validators.ja.yaml'), 14 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 15 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml'), 16 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/messages.ja.yaml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/RefineCheckItem42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ClaimPdf42/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/locale'), 11 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 12 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 13 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 26 => (\dirname(__DIR__4).'/src/Eccube/translations'), 27 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'app/Plugin/MailMagazine42/Resource/locale'=> 'app/Plugin/SalesReport42/Resource/locale'=> 'app/Plugin/ContactManagement42/Resource/locale'=> 'app/Plugin/RefineCheckItem42/Resource/locale'=> 'app/Plugin/ExpressLink42/Resource/locale'=> 'app/Plugin/ClaimPdf42/Resource/locale'10 => 'app/Plugin/DataMigration42/Resource/locale'11 => 'src/Eccube/Resource/locale/'12 => 'app/Customize/Resource/locale/'13 => 'vendor/symfony/framework-bundle/translations'14 => 'vendor/symfony/security-bundle/translations'15 => 'vendor/doctrine/doctrine-bundle/translations'16 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'17 => 'vendor/sensio/framework-extra-bundle/src/translations'18 => 'vendor/symfony/monolog-bundle/translations'19 => 'vendor/symfony/twig-bundle/translations'20 => 'vendor/symfony/debug-bundle/translations'21 => 'vendor/symfony/web-profiler-bundle/translations'22 => 'vendor/symfony/maker-bundle/src/translations'23 => 'vendor/exercise/htmlpurifier-bundle/src/translations'24 => 'vendor/doctrine/doctrine-migrations-bundle/translations'25 => 'vendor/twig/extra-bundle/translations'26 => 'src/Eccube/translations'27 => 'translations']]], []);
  3408.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3409.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3410.         return $instance;
  3411.     }
  3412.     /**
  3413.      * Gets the private 'validator.builder' shared service.
  3414.      *
  3415.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3416.      */
  3417.     protected function getValidator_BuilderService()
  3418.     {
  3419.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3420.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3421.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3422.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3423.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3424.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3425.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3426.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3427.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3428.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3429.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3430.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3431.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3432.         ], [
  3433.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3434.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3435.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3436.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3437.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3438.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3439.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3440.             'doctrine.orm.validator.unique' => '?',
  3441.             'security.validator.user_password' => '?',
  3442.             'validator.expression' => '?',
  3443.         ])));
  3444.         if ($this->has('translator')) {
  3445.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3446.         }
  3447.         $instance->setTranslationDomain('validators');
  3448.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3449.         $instance->enableAnnotationMapping(true);
  3450.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3451.         $instance->addMethodMapping('loadValidatorMetadata');
  3452.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3453.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3454.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3455.         return $instance;
  3456.     }
  3457.     /**
  3458.      * Gets the private 'var_dumper.html_dumper' shared service.
  3459.      *
  3460.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3461.      */
  3462.     protected function getVarDumper_HtmlDumperService()
  3463.     {
  3464.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3465.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3466.         return $instance;
  3467.     }
  3468.     /**
  3469.      * Gets the private 'web_profiler.csp.handler' shared service.
  3470.      *
  3471.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3472.      */
  3473.     protected function getWebProfiler_Csp_HandlerService()
  3474.     {
  3475.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3476.     }
  3477.     /**
  3478.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3479.      *
  3480.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3481.      */
  3482.     protected function getWebProfiler_DebugToolbarService()
  3483.     {
  3484.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3485.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3486.             return $this->privates['web_profiler.debug_toolbar'];
  3487.         }
  3488.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3489.     }
  3490.     /**
  3491.      * Gets the public 'cache_clearer' alias.
  3492.      *
  3493.      * @return object The ".container.private.cache_clearer" service.
  3494.      */
  3495.     protected function getCacheClearerService()
  3496.     {
  3497.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3498.         return $this->get('.container.private.cache_clearer');
  3499.     }
  3500.     /**
  3501.      * Gets the public 'filesystem' alias.
  3502.      *
  3503.      * @return object The ".container.private.filesystem" service.
  3504.      */
  3505.     protected function getFilesystemService()
  3506.     {
  3507.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3508.         return $this->get('.container.private.filesystem');
  3509.     }
  3510.     /**
  3511.      * Gets the public 'state_machine.order' alias.
  3512.      *
  3513.      * @return object The ".container.private.state_machine.order" service.
  3514.      */
  3515.     protected function getStateMachine_OrderService()
  3516.     {
  3517.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3518.         return $this->get('.container.private.state_machine.order');
  3519.     }
  3520.     /**
  3521.      * Gets the public 'serializer' alias.
  3522.      *
  3523.      * @return object The ".container.private.serializer" service.
  3524.      */
  3525.     protected function getSerializerService()
  3526.     {
  3527.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3528.         return $this->get('.container.private.serializer');
  3529.     }
  3530.     /**
  3531.      * Gets the public 'security.csrf.token_manager' alias.
  3532.      *
  3533.      * @return object The ".container.private.security.csrf.token_manager" service.
  3534.      */
  3535.     protected function getSecurity_Csrf_TokenManagerService()
  3536.     {
  3537.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3538.         return $this->get('.container.private.security.csrf.token_manager');
  3539.     }
  3540.     /**
  3541.      * Gets the public 'form.factory' alias.
  3542.      *
  3543.      * @return object The ".container.private.form.factory" service.
  3544.      */
  3545.     protected function getForm_FactoryService()
  3546.     {
  3547.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3548.         return $this->get('.container.private.form.factory');
  3549.     }
  3550.     /**
  3551.      * Gets the public 'form.type.file' alias.
  3552.      *
  3553.      * @return object The ".container.private.form.type.file" service.
  3554.      */
  3555.     protected function getForm_Type_FileService()
  3556.     {
  3557.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3558.         return $this->get('.container.private.form.type.file');
  3559.     }
  3560.     /**
  3561.      * Gets the public 'profiler' alias.
  3562.      *
  3563.      * @return object The ".container.private.profiler" service.
  3564.      */
  3565.     protected function getProfilerService()
  3566.     {
  3567.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3568.         return $this->get('.container.private.profiler');
  3569.     }
  3570.     /**
  3571.      * Gets the public 'security.authorization_checker' alias.
  3572.      *
  3573.      * @return object The ".container.private.security.authorization_checker" service.
  3574.      */
  3575.     protected function getSecurity_AuthorizationCheckerService()
  3576.     {
  3577.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3578.         return $this->get('.container.private.security.authorization_checker');
  3579.     }
  3580.     /**
  3581.      * Gets the public 'security.token_storage' alias.
  3582.      *
  3583.      * @return object The ".container.private.security.token_storage" service.
  3584.      */
  3585.     protected function getSecurity_TokenStorageService()
  3586.     {
  3587.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3588.         return $this->get('.container.private.security.token_storage');
  3589.     }
  3590.     /**
  3591.      * Gets the public 'twig' alias.
  3592.      *
  3593.      * @return object The ".container.private.twig" service.
  3594.      */
  3595.     protected function getTwigService()
  3596.     {
  3597.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3598.         return $this->get('.container.private.twig');
  3599.     }
  3600.     /**
  3601.      * Gets the public 'security.password_encoder' alias.
  3602.      *
  3603.      * @return object The ".container.private.security.password_encoder" service.
  3604.      */
  3605.     protected function getSecurity_PasswordEncoderService()
  3606.     {
  3607.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3608.         return $this->get('.container.private.security.password_encoder');
  3609.     }
  3610.     /**
  3611.      * Gets the public 'session' alias.
  3612.      *
  3613.      * @return object The ".container.private.session" service.
  3614.      */
  3615.     protected function getSessionService()
  3616.     {
  3617.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3618.         return $this->get('.container.private.session');
  3619.     }
  3620.     /**
  3621.      * Gets the public 'validator' alias.
  3622.      *
  3623.      * @return object The ".container.private.validator" service.
  3624.      */
  3625.     protected function getValidatorService()
  3626.     {
  3627.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3628.         return $this->get('.container.private.validator');
  3629.     }
  3630.     /**
  3631.      * @return array|bool|float|int|string|\UnitEnum|null
  3632.      */
  3633.     public function getParameter(string $name)
  3634.     {
  3635.         if (isset($this->buildParameters[$name])) {
  3636.             return $this->buildParameters[$name];
  3637.         }
  3638.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3639.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3640.         }
  3641.         if (isset($this->loadedDynamicParameters[$name])) {
  3642.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3643.         }
  3644.         return $this->parameters[$name];
  3645.     }
  3646.     public function hasParameter(string $name): bool
  3647.     {
  3648.         if (isset($this->buildParameters[$name])) {
  3649.             return true;
  3650.         }
  3651.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3652.     }
  3653.     public function setParameter(string $name$value): void
  3654.     {
  3655.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3656.     }
  3657.     public function getParameterBag(): ParameterBagInterface
  3658.     {
  3659.         if (null === $this->parameterBag) {
  3660.             $parameters $this->parameters;
  3661.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3662.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3663.             }
  3664.             foreach ($this->buildParameters as $name => $value) {
  3665.                 $parameters[$name] = $value;
  3666.             }
  3667.             $this->parameterBag = new FrozenParameterBag($parameters);
  3668.         }
  3669.         return $this->parameterBag;
  3670.     }
  3671.     private $loadedDynamicParameters = [
  3672.         'kernel.runtime_environment' => false,
  3673.         'kernel.build_dir' => false,
  3674.         'kernel.cache_dir' => false,
  3675.         'locale' => false,
  3676.         'timezone' => false,
  3677.         'currency' => false,
  3678.         'eccube_database_url' => false,
  3679.         'eccube_mailer_dsn' => false,
  3680.         'eccube_admin_route' => false,
  3681.         'eccube_user_data_route' => false,
  3682.         'eccube_front_allow_hosts' => false,
  3683.         'eccube_front_deny_hosts' => false,
  3684.         'eccube_admin_allow_hosts' => false,
  3685.         'eccube_admin_deny_hosts' => false,
  3686.         'eccube_force_ssl' => false,
  3687.         'eccube.theme' => false,
  3688.         'eccube_theme_code' => false,
  3689.         'eccube_auth_magic' => false,
  3690.         'eccube_theme_front_dir' => false,
  3691.         'eccube_html_front_dir' => false,
  3692.         'eccube_csv_temp_realdir' => false,
  3693.         'eccube_owners_store_url' => false,
  3694.         'eccube_package_api_url' => false,
  3695.         'eccube_content_maintenance_file_path' => false,
  3696.         'eccube_2fa_enabled' => false,
  3697.         'eccube_2fa_cookie_name' => false,
  3698.         'eccube_2fa_expire' => false,
  3699.         'eccube_restrict_file_upload' => false,
  3700.         'kernel.secret' => false,
  3701.         'kernel.default_locale' => false,
  3702.         'debug.container.dump' => false,
  3703.         'serializer.mapping.cache.file' => false,
  3704.         'session.storage.options' => false,
  3705.         'validator.mapping.cache.file' => false,
  3706.         'profiler.storage.dsn' => false,
  3707.         'doctrine.orm.proxy_dir' => false,
  3708.     ];
  3709.     private $dynamicParameters = [];
  3710.     private function getDynamicParameter(string $name)
  3711.     {
  3712.         switch ($name) {
  3713.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3714.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3715.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3716.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3717.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3718.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3719.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3720.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3721.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3722.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3723.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  3724.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  3725.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3726.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3727.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3728.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3729.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3730.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3731.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3732.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3733.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3734.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3735.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3736.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3737.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3738.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3739.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3740.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3741.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3742.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3743.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3744.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3745.             case 'session.storage.options'$value = [
  3746.                 'cache_limiter' => '0',
  3747.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3748.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3749.                 'cookie_httponly' => true,
  3750.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3751.                 'gc_probability' => 1,
  3752.             ]; break;
  3753.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3754.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3755.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3756.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3757.         }
  3758.         $this->loadedDynamicParameters[$name] = true;
  3759.         return $this->dynamicParameters[$name] = $value;
  3760.     }
  3761.     protected function getDefaultParameters(): array
  3762.     {
  3763.         return [
  3764.             'kernel.project_dir' => \dirname(__DIR__4),
  3765.             'kernel.environment' => 'dev',
  3766.             'kernel.debug' => true,
  3767.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3768.             'kernel.bundles' => [
  3769.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3770.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3771.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3772.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3773.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3774.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3775.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3776.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3777.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3778.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3779.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3780.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3781.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3782.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3783.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  3784.             ],
  3785.             'kernel.bundles_metadata' => [
  3786.                 'FrameworkBundle' => [
  3787.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3788.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3789.                 ],
  3790.                 'SecurityBundle' => [
  3791.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3792.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3793.                 ],
  3794.                 'DoctrineBundle' => [
  3795.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3796.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3797.                 ],
  3798.                 'DoctrineFixturesBundle' => [
  3799.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3800.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3801.                 ],
  3802.                 'SensioFrameworkExtraBundle' => [
  3803.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3804.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3805.                 ],
  3806.                 'MonologBundle' => [
  3807.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3808.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3809.                 ],
  3810.                 'TwigBundle' => [
  3811.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3812.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3813.                 ],
  3814.                 'DebugBundle' => [
  3815.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3816.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3817.                 ],
  3818.                 'WebProfilerBundle' => [
  3819.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3820.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3821.                 ],
  3822.                 'MakerBundle' => [
  3823.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3824.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3825.                 ],
  3826.                 'KnpPaginatorBundle' => [
  3827.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3828.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3829.                 ],
  3830.                 'ExerciseHTMLPurifierBundle' => [
  3831.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3832.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3833.                 ],
  3834.                 'DoctrineMigrationsBundle' => [
  3835.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3836.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3837.                 ],
  3838.                 'TwigExtraBundle' => [
  3839.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3840.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3841.                 ],
  3842.                 'EccubeBundle' => [
  3843.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  3844.                     'namespace' => 'Eccube',
  3845.                 ],
  3846.             ],
  3847.             'kernel.charset' => 'UTF-8',
  3848.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  3849.             'container.dumper.inline_class_loader' => true,
  3850.             'env(ECCUBE_LOCALE)' => 'ja',
  3851.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  3852.             'env(ECCUBE_CURRENCY)' => 'JPY',
  3853.             'env(DATABASE_URL)' => '',
  3854.             'env(DATABASE_SERVER_VERSION)' => NULL,
  3855.             'env(DATABASE_CHARSET)' => 'utf8',
  3856.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  3857.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  3858.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  3859.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  3860.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  3861.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  3862.             'env(ECCUBE_FORCE_SSL)' => '0',
  3863.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  3864.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  3865.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  3866.             'env(ECCUBE_COOKIE_PATH)' => '/',
  3867.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  3868.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  3869.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  3870.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  3871.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  3872.             'env(ECCUBE_2FA_ENABLED)' => '1',
  3873.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  3874.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  3875.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  3876.             'eccube_auth_type' => 'HMAC',
  3877.             'eccube_password_hash_algos' => 'SHA256',
  3878.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  3879.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  3880.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  3881.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  3882.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  3883.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  3884.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  3885.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  3886.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  3887.             'eccube_twig_block_templates' => [
  3888.             ],
  3889.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  3890.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  3891.             'eccube_csv_size' => 5,
  3892.             'eccube_csv_split_lines' => 100,
  3893.             'eccube_default_password' => 'abc********123',
  3894.             'eccube_deliv_addr_max' => 20,
  3895.             'eccube_deliv_date_end_max' => 21,
  3896.             'eccube_id_max_len' => 50,
  3897.             'eccube_id_min_len' => 4,
  3898.             'eccube_int_len' => 9,
  3899.             'eccube_category_nest_level' => 5,
  3900.             'eccube_lltext_len' => 99999,
  3901.             'eccube_ltext_len' => 3000,
  3902.             'eccube_max_total_fee' => 9999999999,
  3903.             'eccube_mltext_len' => 1000,
  3904.             'eccube_mtext_len' => 200,
  3905.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  3906.             'plugin_html_urlpath' => '/plugin/',
  3907.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  3908.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  3909.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  3910.             'eccube_price_len' => 8,
  3911.             'eccube_search_pmax' => 12,
  3912.             'eccube_sitemap_products_per_page' => 1000,
  3913.             'eccube_stext_len' => 255,
  3914.             'eccube_sltext_len' => 500,
  3915.             'eccube_smtext_len' => 100,
  3916.             'eccube_tax_rule_priority' => [
  3917.                 => 'product_id',
  3918.                 => 'product_class_id',
  3919.                 => 'pref_id',
  3920.                 => 'country_id',
  3921.             ],
  3922.             'eccube_url_len' => 1024,
  3923.             'eccube_default_page_count' => 50,
  3924.             'eccube_admin_product_stock_status' => 3,
  3925.             'eccube_customer_reset_expire' => 10,
  3926.             'eccube_csv_export_separator' => ',',
  3927.             'eccube_csv_export_encoding' => 'SJIS-win',
  3928.             'eccube_csv_import_encoding' => [
  3929.                 => 'UTF-8',
  3930.                 => 'SJIS-win',
  3931.                 => 'SJIS',
  3932.                 => 'EUC-JP',
  3933.                 => 'ASCII',
  3934.                 => 'JIS',
  3935.             ],
  3936.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  3937.             'eccube_csv_export_multidata_separator' => ',',
  3938.             'eccube_csv_import_delimiter' => ',',
  3939.             'eccube_csv_import_enclosure' => '"',
  3940.             'eccube_csv_import_escape' => '\\',
  3941.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  3942.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  3943.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  3944.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  3945.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  3946.             'eccube_name_len' => 16,
  3947.             'eccube_kana_len' => 25,
  3948.             'eccube_address1_len' => 32,
  3949.             'eccube_address2_len' => 32,
  3950.             'eccube_birth_max' => 110,
  3951.             'eccube_product_order_price_lower' => 1,
  3952.             'eccube_product_order_newer' => 2,
  3953.             'eccube_product_order_price_higher' => 3,
  3954.             'eccube_product_order_priority_higher' => 4,
  3955.             'eccube_price_max' => 2147483647,
  3956.             'eccube_tel_len_max' => 14,
  3957.             'eccube_postal_code' => 8,
  3958.             'eccube_password_min_len' => 12,
  3959.             'eccube_password_max_len' => 50,
  3960.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  3961.             'eccube_composer_memory_limit' => '1536M',
  3962.             'eccube_order_mail_template_id' => 1,
  3963.             'eccube_entry_confirm_mail_template_id' => 2,
  3964.             'eccube_entry_complete_mail_template_id' => 3,
  3965.             'eccube_customer_withdraw_mail_template_id' => 4,
  3966.             'eccube_contact_mail_template_id' => 5,
  3967.             'eccube_forgot_mail_template_id' => 6,
  3968.             'eccube_reset_complete_mail_template_id' => 7,
  3969.             'eccube_shipping_notify_mail_template_id' => 8,
  3970.             'eccube_rfc_email_check' => false,
  3971.             'eccube_email_len' => 254,
  3972.             'eccube_order_no_format' => '',
  3973.             'eccube_order_pdf_message_len' => 30,
  3974.             'eccube_news_start_year' => 2000,
  3975.             'eccube_result_cache_lifetime' => 3600,
  3976.             'eccube_result_cache_lifetime_short' => 10,
  3977.             'eccube_restrict_file_upload_urls' => [
  3978.                 => 'admin_content_file',
  3979.                 => 'admin_store_plugin_install',
  3980.                 => 'admin_content_page_new',
  3981.                 => 'admin_content_page_edit',
  3982.                 => 'admin_content_block_new',
  3983.                 => 'admin_content_block_edit',
  3984.                 => 'admin_content_css',
  3985.                 => 'admin_content_js',
  3986.                 => 'admin_store_template_install',
  3987.             ],
  3988.             'eccube_file_uploadable_extensions' => [
  3989.                 => 'jpg',
  3990.                 => 'jpeg',
  3991.                 => 'png',
  3992.                 => 'gif',
  3993.                 => 'webp',
  3994.                 => 'svg',
  3995.                 => 'ico',
  3996.                 => 'html',
  3997.                 => 'htm',
  3998.                 => 'js',
  3999.                 10 => 'css',
  4000.                 11 => 'txt',
  4001.                 12 => 'pdf',
  4002.             ],
  4003.             'eccube_login_throttling_max_attempts' => 5,
  4004.             'eccube_login_throttling_interval' => '30 minutes',
  4005.             'member_store_manager_id' => 2,
  4006.             'member_viewer_id' => 3,
  4007.             'order_temporary' => 10,
  4008.             'order_new' => 1,
  4009.             'order_pay_wait' => 2,
  4010.             'order_pending' => 7,
  4011.             'order_pre_end' => 6,
  4012.             'order_processing' => 8,
  4013.             'deliv_addr_max' => 20,
  4014.             'deliv_date_end_max' => 21,
  4015.             'deliv_free_amount' => 0,
  4016.             'deliv_urlpath' => '/shopping/deliv.php',
  4017.             'delivfee_max' => 47,
  4018.             'delivtime_max' => 16,
  4019.             'production_db_name' => 'coolied001_nikkematenew',
  4020.             'test_db_name' => 'coolied001_v3test02',
  4021.             'form_country_enable' => false,
  4022.             'eccube_nav' => [
  4023.                 'product' => [
  4024.                     'name' => 'admin.product.product_management',
  4025.                     'icon' => 'fa-cube',
  4026.                     'children' => [
  4027.                         'product_master' => [
  4028.                             'name' => 'admin.product.product_list',
  4029.                             'url' => 'admin_product',
  4030.                         ],
  4031.                         'product_edit' => [
  4032.                             'name' => 'admin.product.product_registration',
  4033.                             'url' => 'admin_product_product_new',
  4034.                         ],
  4035.                         'class_name' => [
  4036.                             'name' => 'admin.product.class_management',
  4037.                             'url' => 'admin_product_class_name',
  4038.                         ],
  4039.                         'class_category' => [
  4040.                             'name' => 'admin.product.category_management',
  4041.                             'url' => 'admin_product_category',
  4042.                         ],
  4043.                         'size_recommend' => [
  4044.                             'name' => 'admin.product.recommend_management',
  4045.                             'url' => 'admin_product_recommend',
  4046.                         ],
  4047.                         'product_tag' => [
  4048.                             'name' => 'admin.product.tag_management',
  4049.                             'url' => 'admin_product_tag',
  4050.                         ],
  4051.                         'product_csv_import' => [
  4052.                             'name' => 'admin.product.product_csv_upload',
  4053.                             'url' => 'admin_product_csv_import',
  4054.                         ],
  4055.                         'category_csv_import' => [
  4056.                             'name' => 'admin.product.category_csv_upload',
  4057.                             'url' => 'admin_product_category_csv_import',
  4058.                         ],
  4059.                         'product_priority' => [
  4060.                             'name' => 'admin.product.product_priority_manangement',
  4061.                             'url' => 'admin_product_priority',
  4062.                         ],
  4063.                         'set_product_master' => [
  4064.                             'name' => 'admin.product.set_product_list',
  4065.                             'url' => 'admin_set_product',
  4066.                         ],
  4067.                         'set_product_edit' => [
  4068.                             'name' => 'admin.product.set_product_registration',
  4069.                             'url' => 'admin_product_set_product_new',
  4070.                         ],
  4071.                     ],
  4072.                 ],
  4073.                 'order' => [
  4074.                     'name' => 'admin.order.order_management',
  4075.                     'icon' => 'fa-shopping-cart',
  4076.                     'children' => [
  4077.                         'order_master' => [
  4078.                             'name' => 'admin.order.order_list',
  4079.                             'url' => 'admin_order',
  4080.                         ],
  4081.                         'order_edit' => [
  4082.                             'name' => 'admin.order.order_registration',
  4083.                             'url' => 'admin_order_new',
  4084.                         ],
  4085.                         'shipping_csv_import' => [
  4086.                             'name' => 'admin.order.shipping_csv_upload',
  4087.                             'url' => 'admin_shipping_csv_import',
  4088.                         ],
  4089.                         'expresslink_import' => [
  4090.                             'id' => 'admin_order_import_expresslink',
  4091.                             'name' => 'expresslink.admin.nav.order.import.expresslink',
  4092.                             'url' => 'admin_order_import_expresslink',
  4093.                         ],
  4094.                     ],
  4095.                 ],
  4096.                 'customer' => [
  4097.                     'name' => 'admin.customer.customer_management',
  4098.                     'icon' => 'fa-users',
  4099.                     'children' => [
  4100.                         'customer_master' => [
  4101.                             'name' => 'admin.customer.customer_list',
  4102.                             'url' => 'admin_customer',
  4103.                         ],
  4104.                         'customer_edit' => [
  4105.                             'name' => 'admin.customer.customer_registration',
  4106.                             'url' => 'admin_customer_new',
  4107.                         ],
  4108.                         'customer_promotion' => [
  4109.                             'name' => 'admin.customer.promotion',
  4110.                             'url' => 'admin_customer_promotion',
  4111.                         ],
  4112.                     ],
  4113.                 ],
  4114.                 'content' => [
  4115.                     'name' => 'admin.content.contents_management',
  4116.                     'icon' => 'fa-file-text-o',
  4117.                     'children' => [
  4118.                         'news' => [
  4119.                             'name' => 'admin.content.news_management',
  4120.                             'url' => 'admin_content_news',
  4121.                         ],
  4122.                         'file' => [
  4123.                             'name' => 'admin.content.file_management',
  4124.                             'url' => 'admin_content_file',
  4125.                         ],
  4126.                         'layout' => [
  4127.                             'name' => 'admin.content.layout_management',
  4128.                             'url' => 'admin_content_layout',
  4129.                         ],
  4130.                         'page' => [
  4131.                             'name' => 'admin.content.page_management',
  4132.                             'url' => 'admin_content_page',
  4133.                         ],
  4134.                         'css' => [
  4135.                             'name' => 'admin.content.css_management',
  4136.                             'url' => 'admin_content_css',
  4137.                         ],
  4138.                         'js' => [
  4139.                             'name' => 'admin.content.js_management',
  4140.                             'url' => 'admin_content_js',
  4141.                         ],
  4142.                         'block' => [
  4143.                             'name' => 'admin.content.block_management',
  4144.                             'url' => 'admin_content_block',
  4145.                         ],
  4146.                         'cache' => [
  4147.                             'name' => 'admin.content.cache_management',
  4148.                             'url' => 'admin_content_cache',
  4149.                         ],
  4150.                         'maintenance' => [
  4151.                             'name' => 'admin.content.maintenance_management',
  4152.                             'url' => 'admin_content_maintenance',
  4153.                         ],
  4154.                     ],
  4155.                 ],
  4156.                 'school' => [
  4157.                     'name' => 'admin.school.school_management',
  4158.                     'icon' => 'fa-school',
  4159.                     'children' => [
  4160.                         'school_master' => [
  4161.                             'name' => 'admin.school.school_master',
  4162.                             'url' => 'admin_school',
  4163.                         ],
  4164.                         'school_edit' => [
  4165.                             'name' => 'admin.school.school_edit',
  4166.                             'url' => 'admin_school_new',
  4167.                         ],
  4168.                     ],
  4169.                 ],
  4170.                 'store_house' => [
  4171.                     'name' => 'admin.store_house.store_house_management',
  4172.                     'icon' => 'fa-store',
  4173.                     'children' => [
  4174.                         'store_house_master' => [
  4175.                             'name' => 'admin.store_house.store_house_master',
  4176.                             'url' => 'admin_store_house',
  4177.                         ],
  4178.                         'store_house_edit' => [
  4179.                             'name' => 'admin.store_house.store_house_edit',
  4180.                             'url' => 'admin_store_house_new',
  4181.                         ],
  4182.                     ],
  4183.                 ],
  4184.                 'delivery_period' => [
  4185.                     'name' => 'admin.delivery_period.delivery_period_management',
  4186.                     'icon' => 'fa-truck',
  4187.                     'children' => [
  4188.                         'delivery_period_master' => [
  4189.                             'name' => 'admin.delivery_period.delivery_period_master',
  4190.                             'url' => 'admin_delivery_period',
  4191.                         ],
  4192.                         'delivery_period_edit' => [
  4193.                             'name' => 'admin.delivery_period.delivery_period_edit',
  4194.                             'url' => 'admin_delivery_period_new',
  4195.                         ],
  4196.                     ],
  4197.                 ],
  4198.                 'apparel' => [
  4199.                     'name' => 'admin.apparel.apparel_management',
  4200.                     'icon' => 'fa-tshirt',
  4201.                     'children' => [
  4202.                         'apparel_master' => [
  4203.                             'name' => 'admin.apparel.apparel_master',
  4204.                             'url' => 'admin_apparel',
  4205.                         ],
  4206.                         'apparel_edit' => [
  4207.                             'name' => 'admin.apparel.apparel_edit',
  4208.                             'url' => 'admin_apparel_new',
  4209.                         ],
  4210.                     ],
  4211.                 ],
  4212.                 'reserve' => [
  4213.                     'name' => 'admin.reserve.reserve_management',
  4214.                     'icon' => 'fa-calendar',
  4215.                     'children' => [
  4216.                         'reserve_calendar' => [
  4217.                             'name' => 'admin.reserve.calendar',
  4218.                             'url' => 'admin_reserve_calendar',
  4219.                         ],
  4220.                         'reserve_detail' => [
  4221.                             'name' => 'admin.reserve.setting',
  4222.                             'url' => 'admin_reserve_setting',
  4223.                         ],
  4224.                     ],
  4225.                 ],
  4226.                 'setting' => [
  4227.                     'name' => 'admin.setting',
  4228.                     'icon' => 'fa-cog',
  4229.                     'children' => [
  4230.                         'shop' => [
  4231.                             'name' => 'admin.setting.shop',
  4232.                             'children' => [
  4233.                                 'shop_index' => [
  4234.                                     'name' => 'admin.setting.shop.shop_setting',
  4235.                                     'url' => 'admin_setting_shop',
  4236.                                 ],
  4237.                                 'shop_tradelaw' => [
  4238.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4239.                                     'url' => 'admin_setting_shop_tradelaw',
  4240.                                 ],
  4241.                                 'shop_agreement' => [
  4242.                                     'name' => 'admin.setting.shop.agreement_setting',
  4243.                                     'url' => 'admin_content_page_edit',
  4244.                                     'param' => [
  4245.                                         'id' => 19,
  4246.                                         'return' => 'agreement',
  4247.                                     ],
  4248.                                 ],
  4249.                                 'shop_payment' => [
  4250.                                     'name' => 'admin.setting.shop.payment_setting',
  4251.                                     'url' => 'admin_setting_shop_payment',
  4252.                                 ],
  4253.                                 'shop_delivery' => [
  4254.                                     'name' => 'admin.setting.shop.delivery_setting',
  4255.                                     'url' => 'admin_setting_shop_delivery',
  4256.                                 ],
  4257.                                 'shop_tax' => [
  4258.                                     'name' => 'admin.setting.shop.tax_setting',
  4259.                                     'url' => 'admin_setting_shop_tax',
  4260.                                 ],
  4261.                                 'shop_mail' => [
  4262.                                     'name' => 'admin.setting.shop.mail_setting',
  4263.                                     'url' => 'admin_setting_shop_mail',
  4264.                                 ],
  4265.                                 'shop_csv' => [
  4266.                                     'name' => 'admin.setting.shop.csv_setting',
  4267.                                     'url' => 'admin_setting_shop_csv',
  4268.                                 ],
  4269.                                 'shop_order_status' => [
  4270.                                     'name' => 'admin.setting.shop.order_status_setting',
  4271.                                     'url' => 'admin_setting_shop_order_status',
  4272.                                 ],
  4273.                                 'shop_calendar' => [
  4274.                                     'name' => 'admin.setting.shop.calendar_setting',
  4275.                                     'url' => 'admin_setting_shop_calendar',
  4276.                                 ],
  4277.                             ],
  4278.                         ],
  4279.                         'system' => [
  4280.                             'name' => 'admin.setting.system',
  4281.                             'children' => [
  4282.                                 'member' => [
  4283.                                     'name' => 'admin.setting.system.member_management',
  4284.                                     'url' => 'admin_setting_system_member',
  4285.                                 ],
  4286.                                 'authority' => [
  4287.                                     'name' => 'admin.setting.system.authority_management',
  4288.                                     'url' => 'admin_setting_system_authority',
  4289.                                 ],
  4290.                                 'security' => [
  4291.                                     'name' => 'admin.setting.system.security_management',
  4292.                                     'url' => 'admin_setting_system_security',
  4293.                                 ],
  4294.                                 'login_history' => [
  4295.                                     'name' => 'admin.setting.system.login_history',
  4296.                                     'url' => 'admin_setting_system_login_history',
  4297.                                 ],
  4298.                                 'log' => [
  4299.                                     'name' => 'admin.setting.system.log_display',
  4300.                                     'url' => 'admin_setting_system_log',
  4301.                                 ],
  4302.                                 'masterdata' => [
  4303.                                     'name' => 'admin.setting.system.master_data_management',
  4304.                                     'url' => 'admin_setting_system_masterdata',
  4305.                                 ],
  4306.                                 'system_index' => [
  4307.                                     'name' => 'admin.setting.system.system_info',
  4308.                                     'url' => 'admin_setting_system_system',
  4309.                                 ],
  4310.                                 'backup' => [
  4311.                                     'name' => 'admin.setting.system.migrate',
  4312.                                     'url' => 'admin_setting_system_migrate',
  4313.                                 ],
  4314.                                 'expresslink_config' => [
  4315.                                     'id' => 'admin_setting_expresslink_config',
  4316.                                     'name' => 'expresslink.admin.nav.setting.expresslink.config',
  4317.                                     'url' => 'admin_setting_expresslink_config',
  4318.                                 ],
  4319.                             ],
  4320.                         ],
  4321.                     ],
  4322.                 ],
  4323.                 'store' => [
  4324.                     'name' => 'admin.store',
  4325.                     'icon' => 'fa-plug',
  4326.                     'children' => [
  4327.                         'plugin' => [
  4328.                             'name' => 'admin.store.plugin',
  4329.                             'children' => [
  4330.                                 'plugin_owners_search' => [
  4331.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4332.                                     'url' => 'admin_store_plugin_owners_search',
  4333.                                 ],
  4334.                                 'plugin_list' => [
  4335.                                     'name' => 'admin.store.plugin.plugin_list',
  4336.                                     'url' => 'admin_store_plugin',
  4337.                                 ],
  4338.                             ],
  4339.                         ],
  4340.                         'template' => [
  4341.                             'name' => 'admin.store.template',
  4342.                             'children' => [
  4343.                                 'template_list' => [
  4344.                                     'name' => 'admin.store.template.template_list',
  4345.                                     'url' => 'admin_store_template',
  4346.                                 ],
  4347.                                 'template_install' => [
  4348.                                     'name' => 'admin.store.template.template_install',
  4349.                                     'url' => 'admin_store_template_install',
  4350.                                 ],
  4351.                             ],
  4352.                         ],
  4353.                         'authentication_setting' => [
  4354.                             'name' => 'admin.store.setting',
  4355.                             'url' => 'admin_store_authentication_setting',
  4356.                         ],
  4357.                     ],
  4358.                 ],
  4359.                 'contact' => [
  4360.                     'id' => 'contact',
  4361.                     'name' => 'contact.title',
  4362.                     'icon' => 'fa-envelope',
  4363.                     'children' => [
  4364.                         'contact' => [
  4365.                             'id' => 'contact',
  4366.                             'name' => 'admin.contact.index.title',
  4367.                             'url' => 'plugin_contact',
  4368.                         ],
  4369.                         'contact_new' => [
  4370.                             'id' => 'contact_new',
  4371.                             'name' => 'admin.contact.new.title',
  4372.                             'url' => 'plugin_contact_new',
  4373.                         ],
  4374.                     ],
  4375.                 ],
  4376.                 'mailmagazine' => [
  4377.                     'id' => 'mailmagazine',
  4378.                     'name' => 'mailmagazine.title',
  4379.                     'icon' => 'fa-envelope',
  4380.                     'children' => [
  4381.                         'mailmagazine' => [
  4382.                             'id' => 'mailmagazine',
  4383.                             'name' => 'mailmagazine.index.title',
  4384.                             'url' => 'plugin_mail_magazine',
  4385.                         ],
  4386.                         'mailmagazine_template' => [
  4387.                             'id' => 'mailmagazine_template',
  4388.                             'name' => 'mailmagazine.template.title',
  4389.                             'url' => 'plugin_mail_magazine_template',
  4390.                         ],
  4391.                         'mailmagazine_history' => [
  4392.                             'id' => 'mailmagazine_history',
  4393.                             'name' => 'mailmagazine.history.title',
  4394.                             'url' => 'plugin_mail_magazine_history',
  4395.                         ],
  4396.                     ],
  4397.                 ],
  4398.                 'SalesReport42' => [
  4399.                     'name' => 'sales_report.admin.nav.001',
  4400.                     'icon' => 'fa-chart-bar',
  4401.                     'children' => [
  4402.                         'sales_report_admin_term' => [
  4403.                             'id' => 'sales_report_admin_term',
  4404.                             'url' => 'sales_report_admin_term',
  4405.                             'name' => 'sales_report.admin.nav.002',
  4406.                         ],
  4407.                         'sales_report_admin_product' => [
  4408.                             'id' => 'sales_report_admin_product',
  4409.                             'url' => 'sales_report_admin_product',
  4410.                             'name' => 'sales_report.admin.nav.003',
  4411.                         ],
  4412.                         'sales_report_admin_age' => [
  4413.                             'id' => 'sales_report_admin_age',
  4414.                             'url' => 'sales_report_admin_age',
  4415.                             'name' => 'sales_report.admin.nav.004',
  4416.                         ],
  4417.                     ],
  4418.                 ],
  4419.             ],
  4420.             'env(MAILER_DSN)' => 'null://null',
  4421.             'eccube.twig_sandbox.allowed_tags' => [
  4422.                 => 'apply',
  4423.                 => 'block',
  4424.                 => 'deprecated',
  4425.                 => 'embed',
  4426.                 => 'extends',
  4427.                 => 'flush',
  4428.                 => 'for',
  4429.                 => 'if',
  4430.                 => 'set',
  4431.                 => 'spaceless',
  4432.                 10 => 'verbatim',
  4433.                 11 => 'with',
  4434.                 12 => 'form_theme',
  4435.                 13 => 'stopwatch',
  4436.                 14 => 'trans',
  4437.                 15 => 'trans_default_domain',
  4438.             ],
  4439.             'eccube.twig_sandbox.allowed_filters' => [
  4440.                 => 'abs',
  4441.                 => 'batch',
  4442.                 => 'capitalize',
  4443.                 => 'column',
  4444.                 => 'convert_encoding',
  4445.                 => 'country_name',
  4446.                 => 'currency_name',
  4447.                 => 'currency_symbol',
  4448.                 => 'date',
  4449.                 => 'date_modify',
  4450.                 10 => 'default',
  4451.                 11 => 'escape',
  4452.                 12 => 'first',
  4453.                 13 => 'format',
  4454.                 14 => 'format_currency',
  4455.                 15 => 'format_date',
  4456.                 16 => 'format_datetime',
  4457.                 17 => 'format_number',
  4458.                 18 => 'format_time',
  4459.                 19 => 'join',
  4460.                 20 => 'json_encode',
  4461.                 21 => 'keys',
  4462.                 22 => 'language_name',
  4463.                 23 => 'last',
  4464.                 24 => 'length',
  4465.                 25 => 'locale_name',
  4466.                 26 => 'lower',
  4467.                 27 => 'merge',
  4468.                 28 => 'nl2br',
  4469.                 29 => 'number_format',
  4470.                 30 => 'replace',
  4471.                 31 => 'reverse',
  4472.                 32 => 'round',
  4473.                 33 => 'slice',
  4474.                 34 => 'spaceless',
  4475.                 35 => 'split',
  4476.                 36 => 'striptags',
  4477.                 37 => 'timezone_name',
  4478.                 38 => 'title',
  4479.                 39 => 'trim',
  4480.                 40 => 'upper',
  4481.                 41 => 'url_encode',
  4482.                 42 => 'abbr_class',
  4483.                 43 => 'abbr_method',
  4484.                 44 => 'file_link',
  4485.                 45 => 'file_relative',
  4486.                 46 => 'format_args',
  4487.                 47 => 'format_args_as_text',
  4488.                 48 => 'humanize',
  4489.                 49 => 'serialize',
  4490.                 50 => 'trans',
  4491.                 51 => 'yaml_dump',
  4492.                 52 => 'yaml_encode',
  4493.                 53 => 'currency_symbol',
  4494.                 54 => 'date_day',
  4495.                 55 => 'date_day_with_weekday',
  4496.                 56 => 'date_format',
  4497.                 57 => 'date_min',
  4498.                 58 => 'date_sec',
  4499.                 59 => 'doctrine_format_sql',
  4500.                 60 => 'doctrine_prettify_sql',
  4501.                 61 => 'doctrine_pretty_query',
  4502.                 62 => 'doctrine_replace_query_parameters',
  4503.                 63 => 'e',
  4504.                 64 => 'ellipsis',
  4505.                 65 => 'file_ext_icon',
  4506.                 66 => 'form_encode_currency',
  4507.                 67 => 'format_*_number',
  4508.                 68 => 'format_log_message',
  4509.                 69 => 'no_image_product',
  4510.                 70 => 'price',
  4511.                 71 => 'purify',
  4512.                 72 => 'time_ago',
  4513.             ],
  4514.             'eccube.twig_sandbox.allowed_functions' => [
  4515.                 => 'cycle',
  4516.                 => 'date',
  4517.                 => 'max',
  4518.                 => 'min',
  4519.                 => 'random',
  4520.                 => 'range',
  4521.                 => 'country_timezones',
  4522.                 => 'absolute_url',
  4523.                 => 'asset',
  4524.                 => 'asset_version',
  4525.                 10 => 'csrf_token',
  4526.                 11 => 'form_parent',
  4527.                 12 => 'fragment_uri',
  4528.                 13 => 'impersonation_exit_path',
  4529.                 14 => 'impersonation_exit_url',
  4530.                 15 => 'is_granted',
  4531.                 16 => 'logout_path',
  4532.                 17 => 'logout_url',
  4533.                 18 => 'path',
  4534.                 19 => 'relative_path',
  4535.                 20 => 't',
  4536.                 21 => 'url',
  4537.                 22 => 'active_menus',
  4538.                 23 => 'class_categories_as_json',
  4539.                 24 => 'country_names',
  4540.                 25 => 'csrf_token_for_anchor',
  4541.                 26 => 'currency_names',
  4542.                 27 => 'currency_symbol',
  4543.                 28 => 'field_choices',
  4544.                 29 => 'field_errors',
  4545.                 30 => 'field_help',
  4546.                 31 => 'field_label',
  4547.                 32 => 'field_name',
  4548.                 33 => 'field_value',
  4549.                 34 => 'get_all_carts',
  4550.                 35 => 'get_cart',
  4551.                 36 => 'get_carts_total_price',
  4552.                 37 => 'get_carts_total_quantity',
  4553.                 38 => 'has_errors',
  4554.                 39 => 'is_reduced_tax_rate',
  4555.                 40 => 'language_names',
  4556.                 41 => 'product',
  4557.                 42 => 'workflow_can',
  4558.                 43 => 'workflow_has_marked_place',
  4559.                 44 => 'workflow_marked_places',
  4560.                 45 => 'workflow_metadata',
  4561.                 46 => 'workflow_transition',
  4562.                 47 => 'workflow_transition_blockers',
  4563.                 48 => 'workflow_transitions',
  4564.             ],
  4565.             'eccube.twig_sandbox.allowed_methods' => [
  4566.                 'Symfony\\Bridge\\Twig\\AppVariable' => [
  4567.                     => 'getrequest',
  4568.                 ],
  4569.                 'Symfony\\Component\\HttpFoundation\\Request' => [
  4570.                     => 'geturi',
  4571.                 ],
  4572.             ],
  4573.             'eccube.twig_sandbox.allowed_properties' => [
  4574.             ],
  4575.             'eccube_claim_pdf_message_len' => '30',
  4576.             'eccube_claim_pdf_output_kbn_nouhin' => '10',
  4577.             'eccube_claim_pdf_output_kbn_nouhin_shipping' => '12',
  4578.             'eccube_claim_pdf_output_kbn_nouhin_otodoke' => '15',
  4579.             'eccube_claim_pdf_output_kbn_seikyu' => '20',
  4580.             'eccube_claim_pdf_output_kbn_seikyu_matome' => '25',
  4581.             'eccube_claim_pdf_output_kbn_seikyu_matome_company' => '27',
  4582.             'eccube_claim_pdf_output_kbn_ryosyu' => '30',
  4583.             'eccube_claim_pdf_taxrate_08' => '8',
  4584.             'eccube_claim_pdf_taxrate_10' => '10',
  4585.             'eccube_claim_pdf_output_atena_kbn_customer_name' => '1',
  4586.             'eccube_claim_pdf_output_atena_kbn_company_name' => '2',
  4587.             'eccube_claim_pdf_output_atena_kbn_customer_company_name' => '3',
  4588.             'gmo_payment_gateway.admin.config.prod.server_url' => 'https://p01.mul-pay.jp/payment/',
  4589.             'gmo_payment_gateway.admin.config.prod.kanri_server_url' => 'https://k01.mul-pay.jp/kanri/',
  4590.             'gmo_payment_gateway.admin.config.test.server_url' => 'https://pt01.mul-pay.jp/payment/',
  4591.             'gmo_payment_gateway.admin.config.test.kanri_server_url' => 'https://kt01.mul-pay.jp/kanri/',
  4592.             'gmo_payment_gateway.admin.config.note_link1' => 'http://www.gmo-pg.com/?argument=2qpV46CP&dmai=a5177c923cb929',
  4593.             'gmo_payment_gateway.admin.config.note_link2' => 'https://service.gmo-pg.com/cyllene/entry/trialStart.htm?argument=2qpV46CP&dmai=a5177c98d5464d',
  4594.             'gmo_payment_gateway.action_status.entry_request' => 1,
  4595.             'gmo_payment_gateway.action_status.exec_request' => 3,
  4596.             'gmo_payment_gateway.action_status.exec_success' => 6,
  4597.             'gmo_payment_gateway.action_status.recv_notice' => 5,
  4598.             'gmo_payment_gateway.pay_status.unsettled' => 0,
  4599.             'gmo_payment_gateway.pay_status.unprocessed' => 0,
  4600.             'gmo_payment_gateway.pay_status.authenticated' => 0,
  4601.             'gmo_payment_gateway.pay_status.authprocess' => 0,
  4602.             'gmo_payment_gateway.pay_status.request_success' => 1,
  4603.             'gmo_payment_gateway.pay_status.paysuccess' => 2,
  4604.             'gmo_payment_gateway.pay_status.expired' => 3,
  4605.             'gmo_payment_gateway.pay_status.cancel' => 4,
  4606.             'gmo_payment_gateway.pay_status.fail' => 99,
  4607.             'gmo_payment_gateway.pay_status.auth' => 11,
  4608.             'gmo_payment_gateway.pay_status.commit' => 12,
  4609.             'gmo_payment_gateway.pay_status.sales' => 12,
  4610.             'gmo_payment_gateway.pay_status.capture' => 13,
  4611.             'gmo_payment_gateway.pay_status.void' => 14,
  4612.             'gmo_payment_gateway.pay_status.return' => 15,
  4613.             'gmo_payment_gateway.pay_status.returnx' => 16,
  4614.             'gmo_payment_gateway.pay_status.sauth' => 17,
  4615.             'gmo_payment_gateway.pay_status.check' => 18,
  4616.             'gmo_payment_gateway.pay_status.except' => 19,
  4617.             'gmo_payment_gateway.pay_status.payfail' => 99,
  4618.             'gmo_payment_gateway.pay_status.paystart' => 21,
  4619.             'gmo_payment_gateway.pay_status.reqsales' => 22,
  4620.             'gmo_payment_gateway.pay_status.reqcancel' => 23,
  4621.             'gmo_payment_gateway.pay_status.reqchange' => 24,
  4622.             'gmo_payment_gateway.pay_status.trading' => 25,
  4623.             'gmo_payment_gateway.pay_status.stop' => 26,
  4624.             'gmo_payment_gateway.receive.wait_time' => 5,
  4625.             'gmo_payment_gateway.pay_type.credit' => 0,
  4626.             'gmo_payment_gateway.pay_type.cvs' => 3,
  4627.             'gmo_payment_gateway.pay_type.payeasy' => 4,
  4628.             'gmo_payment_gateway.pay_type.au' => 8,
  4629.             'gmo_payment_gateway.pay_type.docomo' => 9,
  4630.             'gmo_payment_gateway.pay_type.softbank' => 11,
  4631.             'gmo_payment_gateway.pay_type.rakuten_pay' => 18,
  4632.             'gmo_payment_gateway.pay_type.ganb' => 36,
  4633.             'gmo_payment_gateway_regist_card_num' => 5,
  4634.             'gmo_payment_gateway_cvs_lawson' => '10001',
  4635.             'gmo_payment_gateway_cvs_familymart' => '10002',
  4636.             'gmo_payment_gateway_cvs_ministop' => '10005',
  4637.             'gmo_payment_gateway_cvs_daily' => '00006',
  4638.             'gmo_payment_gateway_cvs_seveneleven' => '00007',
  4639.             'gmo_payment_gateway_cvs_seicomart' => '10008',
  4640.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  4641.             'paygent_payment' => [
  4642.                 'paygent_payment_code' => 'PaygentPayment42',
  4643.                 'transaction_id_name' => 'transactionid',
  4644.                 'paygent_token_connect_url' => '',
  4645.                 'paygentb2bmodule__telegram_key_length' => 30,
  4646.                 'paygentb2bmodule__telegram_value_length' => 102400,
  4647.                 'paygentb2bmodule__telegram_length' => 102400,
  4648.                 'paygentb2bmodule__telegram_length_file' => 10485760,
  4649.                 'paygentb2bmodule__connect_id_key' => 'connect_id',
  4650.                 'paygentb2bmodule__connect_password_key' => 'connect_password',
  4651.                 'paygentb2bmodule__telegram_kind_key' => 'telegram_kind',
  4652.                 'paygentb2bmodule__limit_count_key' => 'limit_count',
  4653.                 'paygentb2bmodule__data_key' => 'data',
  4654.                 'paygentb2bmodule__result_status_error' => '1',
  4655.                 'paygentb2bmodule__response_code_9003' => '9003',
  4656.                 'paygentb2bmodule__telegram_kind_file_payment_res' => '201',
  4657.                 'paygentb2bmoduleresources__properties_file_name' => 'modenv_properties.conf',
  4658.                 'paygentb2bmoduleresources__telegram_kind_separator' => ',',
  4659.                 'paygentb2bmoduleresources__telegram_kind_first_chars' => 2,
  4660.                 'paygentb2bmoduleresources__client_file_path' => 'paygentB2Bmodule.client_file_path',
  4661.                 'paygentb2bmoduleresources__not_use_client_cert' => 'paygentB2Bmodule.not_use_client_cert',
  4662.                 'paygentb2bmoduleresources__ca_file_path' => 'paygentB2Bmodule.ca_file_path',
  4663.                 'paygentb2bmoduleresources__not_use_ca_cert' => 'paygentB2Bmodule.not_use_ca_cert',
  4664.                 'paygentb2bmoduleresources__proxy_server_name' => 'paygentB2Bmodule.proxy_server_name',
  4665.                 'paygentb2bmoduleresources__proxy_server_ip' => 'paygentB2Bmodule.proxy_server_ip',
  4666.                 'paygentb2bmoduleresources__proxy_server_port' => 'paygentB2Bmodule.proxy_server_port',
  4667.                 'paygentb2bmoduleresources__default_id' => 'paygentB2Bmodule.default_id',
  4668.                 'paygentb2bmoduleresources__default_password' => 'paygentB2Bmodule.default_password',
  4669.                 'paygentb2bmoduleresources__timeout_value' => 'paygentB2Bmodule.timeout_value',
  4670.                 'paygentb2bmoduleresources__log_output_path' => 'paygentB2Bmodule.log_output_path',
  4671.                 'paygentb2bmoduleresources__select_max_cnt' => 'paygentB2Bmodule.select_max_cnt',
  4672.                 'paygentb2bmoduleresources__telegram_kind_utf8' => 'paygentB2Bmodule.telegram_kind.utf8',
  4673.                 'paygentb2bmoduleresources__telegram_kind_refs' => 'paygentB2Bmodule.telegram_kind.ref',
  4674.                 'paygentb2bmoduleresources__url_comm' => 'paygentB2Bmodule.url.',
  4675.                 'paygentb2bmoduleresources__debug_flg' => 'paygentB2Bmodule.debug_flg',
  4676.                 'paygentb2bmoduleconnectexception__module_param_required_error' => 'E02001',
  4677.                 'paygentb2bmoduleconnectexception__teregram_param_required_error' => 'E02002',
  4678.                 'paygentb2bmoduleconnectexception__teregram_param_outside_error' => 'E02003',
  4679.                 'paygentb2bmoduleconnectexception__certificate_error' => 'E02004',
  4680.                 'paygentb2bmoduleconnectexception__ks_connect_error' => 'E02005',
  4681.                 'paygentb2bmoduleconnectexception__response_type_error' => 'E02007',
  4682.                 'paygentb2bmoduleexception__resource_file_not_found_error' => 'E01001',
  4683.                 'paygentb2bmoduleexception__resource_file_required_error' => 'E01002',
  4684.                 'paygentb2bmoduleexception__other_error' => 'E01901',
  4685.                 'paygentb2bmoduleexception__csv_output_error' => 'E01004',
  4686.                 'paygentb2bmoduleexception__file_payment_error' => 'E01005',
  4687.                 'paygentb2bmoduleexception__encoding_error' => 'E01006',
  4688.                 'csvtokenizer__def_separator' => ',',
  4689.                 'csvtokenizer__def_item_envelope' => '"',
  4690.                 'csvtokenizer__no_item_envelope' => 'chr(0)',
  4691.                 'csvwriter__windows_newline' => ' '."\n".'',
  4692.                 'httpsrequestsender__curle_couldnt_connect' => 7,
  4693.                 'httpsrequestsender__curle_ssl_certproblem' => 58,
  4694.                 'httpsrequestsender__curle_ssl_cacert' => 60,
  4695.                 'httpsrequestsender__curle_ssl_cacert_badfile' => 77,
  4696.                 'httpsrequestsender__curle_http_returned_error' => 22,
  4697.                 'httpsrequestsender__http' => 'HTTP',
  4698.                 'httpsrequestsender__http_success' => 200,
  4699.                 'httpsrequestsender__http_partial_content' => 206,
  4700.                 'httpsrequestsender__crlf' => '/ '."\n".'/',
  4701.                 'httpsrequestsender__http_status_init_value' => -1,
  4702.                 'httpsrequestsender__regexpstatus_len' => 3,
  4703.                 'httpsrequestsender__content_length' => 'Content-Length',
  4704.                 'httpsrequestsender__user_agent' => 'User-Agent',
  4705.                 'httpsrequestsender__content_type' => 'Content-Type=application/x-www-form-urlencoded',
  4706.                 'httpsrequestsender__http_encoding' => 'charset=Windows-31J',
  4707.                 'httpsrequestsender__mask_string' => 'X',
  4708.                 'filepaymentresponsedataimpl__lineno_header' => '1',
  4709.                 'filepaymentresponsedataimpl__line_record_division' => 0,
  4710.                 'filepaymentresponsedataimpl__line_header_result' => 6,
  4711.                 'filepaymentresponsedataimpl__line_header_response_code' => 7,
  4712.                 'filepaymentresponsedataimpl__line_header_response_detail' => 8,
  4713.                 'filepaymentresponsedataimpl__line_separator' => ' '."\n".'',
  4714.                 'paymentresponsedataimpl__properties_regex' => '=',
  4715.                 'paymentresponsedataimpl__properties_regex_count' => 2,
  4716.                 'paymentresponsedataimpl__line_separator' => ' '."\n".'',
  4717.                 'responsedata__result' => 'result',
  4718.                 'responsedata__response_code' => 'response_code',
  4719.                 'responsedata__response_detail' => 'response_detail',
  4720.                 'responsedata__html_item' => '_html',
  4721.                 'responsedata__lineno_header' => '1',
  4722.                 'referenceresponsedataimpl__lineno_data_header' => '2',
  4723.                 'referenceresponsedataimpl__lineno_data' => '3',
  4724.                 'referenceresponsedataimpl__lineno_trailer' => '4',
  4725.                 'referenceresponsedataimpl__line_record_division' => 0,
  4726.                 'referenceresponsedataimpl__line_header_result' => 1,
  4727.                 'referenceresponsedataimpl__line_header_response_code' => 2,
  4728.                 'referenceresponsedataimpl__line_header_response_detail' => 3,
  4729.                 'referenceresponsedataimpl__line_trailer_data_count' => 1,
  4730.                 'referenceresponsedataimpl__line_separator' => ' '."\n".'',
  4731.                 'paygent_settlement_detail' => '094',
  4732.                 'paygent_atm' => '010',
  4733.                 'paygent_credit' => '020',
  4734.                 'paygent_credit_processing' => '0201',
  4735.                 'paygent_auth_cancel' => '021',
  4736.                 'paygent_card_commit' => '022',
  4737.                 'paygent_card_commit_cancel' => '023',
  4738.                 'paygent_card_3d' => '024',
  4739.                 'paygent_card_stock_set' => '025',
  4740.                 'paygent_card_stock_del' => '026',
  4741.                 'paygent_card_stock_get' => '027',
  4742.                 'paygent_card_commit_revice' => '029',
  4743.                 'paygent_card_commit_revice_processing' => '0291',
  4744.                 'payment_card_3d2' => '450',
  4745.                 'paygent_conveni_num' => '030',
  4746.                 'paygent_bank' => '060',
  4747.                 'paygent_career' => '100',
  4748.                 'paygent_career_commit' => '101',
  4749.                 'paygent_career_commit_cancel' => '102',
  4750.                 'paygent_career_commit_revice' => '103',
  4751.                 'paygent_career_commit_auth' => '104',
  4752.                 'paygent_career_d' => '100_1',
  4753.                 'paygent_career_a' => '100_2',
  4754.                 'paygent_career_s' => '100_3',
  4755.                 'paygent_career_auth_d' => '104_1',
  4756.                 'paygent_career_auth_a' => '104_2',
  4757.                 'paygent_paidy' => 'paidy',
  4758.                 'paygent_paidy_auth_canceled' => '340',
  4759.                 'paygent_paidy_commit' => '341',
  4760.                 'paygent_paidy_refund' => '342',
  4761.                 'paygent_paidy_authorized' => 'ETC_1',
  4762.                 'paygent_paidy_auth_expired' => 'ETC_2',
  4763.                 'paygent_paidy_commit_expired' => 'ETC_3',
  4764.                 'paygent_paidy_commit_canceled' => 'ETC_4',
  4765.                 'paygent_paidy_commit_revice' => 'ETC_5',
  4766.                 'paygent_ref' => '091',
  4767.                 'payment_type_atm' => '01',
  4768.                 'payment_type_credit' => '02',
  4769.                 'payment_type_conveni_num' => '03',
  4770.                 'payment_type_bank' => '05',
  4771.                 'payment_type_career' => '06',
  4772.                 'payment_type_paidy' => '22',
  4773.                 'status_pre_registration' => '10',
  4774.                 'status_ng_authority' => '11',
  4775.                 'status_payment_expired' => '12',
  4776.                 'status_3dsecure_interruption' => '13',
  4777.                 'status_3dsecure_authorize' => '14',
  4778.                 'status_registration_suspended' => '15',
  4779.                 'status_authority_ok' => '20',
  4780.                 'status_authority_completed' => '21',
  4781.                 'status_clear_requesting' => '30',
  4782.                 'status_authority_canceling' => '31',
  4783.                 'status_authority_canceled' => '32',
  4784.                 'status_authority_expired' => '33',
  4785.                 'status_correct_requesting' => '34',
  4786.                 'status_pre_cleared' => '40',
  4787.                 'status_pre_cleared_expiration_cancellation_sales' => '41',
  4788.                 'status_pre_sales_canceling' => '42',
  4789.                 'status_preliminary_pre_detection' => '43',
  4790.                 'status_complete_cleared' => '44',
  4791.                 'status_pre_sales_cancel_arranging' => '50',
  4792.                 'status_pre_sales_cancellation' => '60',
  4793.                 'status_preliminary_cancellation' => '61',
  4794.                 'status_complete_cancellation' => '62',
  4795.                 'telegram_version' => '1.0',
  4796.                 'settlement_id' => [
  4797.                     'module' => 1,
  4798.                     'link' => 2,
  4799.                 ],
  4800.                 'settlement_names' => [
  4801.                     'module' => 'モジュール型',
  4802.                     'link' => 'リンク型',
  4803.                 ],
  4804.                 'payment_type_id' => [
  4805.                     'pay_paygent_credit' => 1,
  4806.                     'pay_paygent_conveni_num' => 2,
  4807.                     'pay_paygent_atm' => 4,
  4808.                     'pay_paygent_bank' => 5,
  4809.                     'pay_paygent_career' => 6,
  4810.                     'pay_paygent_paidy' => 11,
  4811.                 ],
  4812.                 'payment_type_names' => [
  4813.                     'pay_paygent_credit' => 'クレジット',
  4814.                     'pay_paygent_conveni_num' => 'コンビニ(番号方式)',
  4815.                     'pay_paygent_atm' => 'ATM決済',
  4816.                     'pay_paygent_bank' => '銀行ネット',
  4817.                     'pay_paygent_career' => '携帯キャリア',
  4818.                     'pay_paygent_paidy' => 'Paidy',
  4819.                 ],
  4820.                 'payment_division_id' => [
  4821.                     'pay_paygent_lump_sum' => 10,
  4822.                     'pay_paygent_install' => 61,
  4823.                     'pay_paygent_revolving_credit' => 80,
  4824.                     'pay_paygent_bonus_lump_sum' => 23,
  4825.                 ],
  4826.                 'payment_division_names' => [
  4827.                     'pay_paygent_lump_sum' => '一括払い',
  4828.                     'pay_paygent_install' => '分割払い',
  4829.                     'pay_paygent_revolving_credit' => 'リボ払い',
  4830.                     'pay_paygent_bonus_lump_sum' => 'ボーナス一括払い',
  4831.                 ],
  4832.                 'career_division_id' => [
  4833.                     'career_type_docomo' => '5',
  4834.                     'career_type_au' => '4',
  4835.                     'career_type_softbank' => '6',
  4836.                 ],
  4837.                 'career_division_names' => [
  4838.                     'career_type_docomo' => 'd払い',
  4839.                     'career_type_au' => 'auかんたん決済(au / UQ mobile / povo)',
  4840.                     'career_type_softbank' => 'ソフトバンクまとめて支払い・ワイモバイルまとめて支払い',
  4841.                 ],
  4842.                 'career_session' => [
  4843.                     'career_type' => 'paygent_payment.front.career.career_type',
  4844.                     'redirect_html' => 'paygent_payment.front.career.redirect_html',
  4845.                     'error' => 'paygent_payment.front.career.error',
  4846.                 ],
  4847.                 'career_pc_mobile_type' => [
  4848.                     'pc' => '0',
  4849.                     'smartphone' => '4',
  4850.                 ],
  4851.                 'admin_target_payment_method_names' => [
  4852.                     'paygent_career_d' => '携帯キャリア',
  4853.                     'paygent_career_a' => '携帯キャリア',
  4854.                     'paygent_career_s' => '携帯キャリア',
  4855.                     'paygent_credit' => 'クレジット',
  4856.                     'paygent_paidy' => 'Paidy',
  4857.                 ],
  4858.                 'admin_payment_status_names' => [
  4859.                     'paygent_career_commit' => '売上',
  4860.                     'paygent_career_commit_cancel' => '取消',
  4861.                     'paygent_career_commit_revice' => '売上変更',
  4862.                     'paygent_credit' => 'オーソリ変更',
  4863.                     'paygent_credit_processing' => 'オーソリ変更処理中',
  4864.                     'paygent_auth_cancel' => 'オーソリキャンセル',
  4865.                     'paygent_card_commit' => '売上',
  4866.                     'paygent_card_commit_cancel' => '売上キャンセル',
  4867.                     'paygent_card_commit_revice_processing' => '売上変更処理中',
  4868.                     'paygent_paidy_auth_canceled' => 'オーソリキャンセル',
  4869.                     'paygent_paidy_commit' => '売上',
  4870.                     'paygent_paidy_authorized' => 'オーソリOK',
  4871.                     'paygent_paidy_auth_expired' => 'オーソリ期限切れ',
  4872.                     'paygent_paidy_commit_expired' => '売上(売上取消期限切れ)',
  4873.                     'paygent_paidy_commit_canceled' => '売上キャンセル',
  4874.                 ],
  4875.                 'create_payment_param' => [
  4876.                     'credit' => [
  4877.                         'payment_type' => 1,
  4878.                         'method' => 'ペイジェントクレジット',
  4879.                         'method_class' => [
  4880.                             'link' => 'Plugin\\PaygentPayment42\\Service\\Method\\Credit',
  4881.                             'module' => 'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Credit',
  4882.                         ],
  4883.                     ],
  4884.                     'conveni' => [
  4885.                         'payment_type' => 2,
  4886.                         'method' => 'ペイジェントコンビニ(番号方式)',
  4887.                         'method_class' => [
  4888.                             'link' => 'Plugin\\PaygentPayment42\\Service\\Method\\Conveni',
  4889.                             'module' => 'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Conveni',
  4890.                         ],
  4891.                     ],
  4892.                     'atm' => [
  4893.                         'payment_type' => 4,
  4894.                         'method' => 'ペイジェントATM決済',
  4895.                         'method_class' => [
  4896.                             'link' => 'Plugin\\PaygentPayment42\\Service\\Method\\Atm',
  4897.                             'module' => 'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Atm',
  4898.                         ],
  4899.                     ],
  4900.                     'bank' => [
  4901.                         'payment_type' => 5,
  4902.                         'method' => 'ペイジェント銀行ネット',
  4903.                         'method_class' => [
  4904.                             'link' => 'Plugin\\PaygentPayment42\\Service\\Method\\Bank',
  4905.                             'module' => 'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Bank',
  4906.                         ],
  4907.                     ],
  4908.                     'career' => [
  4909.                         'payment_type' => 6,
  4910.                         'method' => 'ペイジェント携帯キャリア',
  4911.                         'method_class' => [
  4912.                             'link' => 'Plugin\\PaygentPayment42\\Service\\Method\\Career',
  4913.                             'module' => 'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Career',
  4914.                         ],
  4915.                     ],
  4916.                     'paidy' => [
  4917.                         'payment_type' => 11,
  4918.                         'method' => 'ペイジェントPaidy',
  4919.                         'method_class' => [
  4920.                             'module' => 'Plugin\\PaygentPayment42\\Service\\Method\\Module\\Paidy',
  4921.                         ],
  4922.                     ],
  4923.                 ],
  4924.                 'create_page_param' => [
  4925.                     'link' => [
  4926.                         'error_page' => [
  4927.                             'name' => 'PAYGENT決済エラーページ',
  4928.                             'url' => 'shopping_paygent_error',
  4929.                             'file_name' => 'PaygentPayment42/Resource/template/default/Shopping/shopping_error',
  4930.                         ],
  4931.                     ],
  4932.                     'module' => [
  4933.                         'credit' => [
  4934.                             'payment_type' => 1,
  4935.                             'name' => 'PAYGENT クレジット',
  4936.                             'url' => 'paygent_payment/payment_credit',
  4937.                             'file_name' => 'PaygentPayment42/Resource/template/default/payment_credit',
  4938.                         ],
  4939.                         'conveni' => [
  4940.                             'payment_type' => 2,
  4941.                             'name' => 'PAYGENT コンビニ(番号方式)',
  4942.                             'url' => 'paygent_payment/payment_conveni',
  4943.                             'file_name' => 'PaygentPayment42/Resource/template/default/payment_conveni',
  4944.                         ],
  4945.                         'atm' => [
  4946.                             'payment_type' => 4,
  4947.                             'name' => 'PAYGENT ATM決済',
  4948.                             'url' => 'paygent_payment/payment_atm',
  4949.                             'file_name' => 'PaygentPayment42/Resource/template/default/payment_atm',
  4950.                         ],
  4951.                         'bank' => [
  4952.                             'payment_type' => 5,
  4953.                             'name' => 'PAYGENT 銀行ネット',
  4954.                             'url' => 'paygent_payment/payment_bank',
  4955.                             'file_name' => 'PaygentPayment42/Resource/template/default/payment_bank',
  4956.                         ],
  4957.                         'career' => [
  4958.                             'payment_type' => 6,
  4959.                             'name' => 'PAYGENT 携帯キャリア決済',
  4960.                             'url' => 'paygent_payment/payment_career',
  4961.                             'file_name' => 'PaygentPayment42/Resource/template/default/payment_career',
  4962.                         ],
  4963.                         'paidy' => [
  4964.                             'payment_type' => 11,
  4965.                             'name' => 'PAYGENT Paidy決済',
  4966.                             'url' => 'paygent_payment/payment_paidy',
  4967.                             'file_name' => 'PaygentPayment42/Resource/template/default/payment_paidy',
  4968.                         ],
  4969.                     ],
  4970.                 ],
  4971.                 'char_code' => 'UTF-8',
  4972.                 'char_code_ks' => 'SJIS-win',
  4973.                 'result_success' => '0',
  4974.                 'result_error' => '1',
  4975.                 'result_unknown' => '2',
  4976.                 'result_3dsecure' => '7',
  4977.                 'credit_token_env_id' => [
  4978.                     'dev' => 0,
  4979.                     'prod' => 1,
  4980.                 ],
  4981.                 'credit_token_env_names' => [
  4982.                     'dev' => '試験環境',
  4983.                     'prod' => '本番環境',
  4984.                 ],
  4985.                 'credit_token_env_js_url' => [
  4986.                     'dev' => 'https://sandbox.paygent.co.jp/js/PaygentToken.js',
  4987.                     'prod' => 'https://token.paygent.co.jp/js/PaygentToken.js',
  4988.                 ],
  4989.                 'card_stock_max' => 10,
  4990.                 'credit_authority_retry_limit' => 10,
  4991.                 'credit_authority_lock_message' => 'クレジットカード情報の誤入力が所定回数を超えました。<br>別の決済手段をご検討ください。',
  4992.                 'credit_session' => [
  4993.                     'card_error_count' => 'paygent_payment.front.credit.card_error_count',
  4994.                     'credit_3dError' => 'paygent_payment.front.credit.credit_3dError',
  4995.                     'credit_3d2_input' => 'paygent_payment.front.credit.credit_3d_input',
  4996.                 ],
  4997.                 'credit_3d' => [
  4998.                     '3dSecure_off' => 0,
  4999.                     '3dSecure_1' => 1,
  5000.                     '3dSecure_2' => 2,
  5001.                 ],
  5002.                 'attempt_auth_kbn' => [
  5003.                     'auth_none' => 0,
  5004.                     'auth_success' => 1,
  5005.                     'auth_all' => 2,
  5006.                 ],
  5007.                 'attempt_kbn' => [
  5008.                     'success' => '0',
  5009.                     'error' => '1',
  5010.                 ],
  5011.                 'credit_3dSecure2_apply_input' => [
  5012.                     'authentication_type' => '01',
  5013.                     'country_code_jp' => '392',
  5014.                     'login_guest' => '01',
  5015.                     'login_user' => '02',
  5016.                     'account_indicator_guest' => '01',
  5017.                     'account_indicator_30_under' => '03',
  5018.                     'account_indicator_60_under' => '04',
  5019.                     'account_indicator_60_over' => '05',
  5020.                     'account_change_indicator_30_under' => '02',
  5021.                     'account_change_indicator_60_under' => '03',
  5022.                     'account_change_indicator_60_over' => '04',
  5023.                     'ship_address_use_indicator_this_trade' => '01',
  5024.                     'ship_address_use_indicator_30_under' => '02',
  5025.                     'ship_address_use_indicator_60_under' => '03',
  5026.                     'ship_address_use_indicator_60_over' => '04',
  5027.                     'address_match' => '01',
  5028.                     'address_not_match' => '02',
  5029.                     'account_indicator_30_day' => 30,
  5030.                     'account_indicator_60_day' => 60,
  5031.                     'half_year_ago' => 180,
  5032.                     'one_year_ago' => 365,
  5033.                     'one_day_ago' => 24,
  5034.                     'ship_address_first_use_date_match' => '01',
  5035.                     'ship_address_first_use_date_not_match' => '03',
  5036.                     'reorder_indicator_first_order' => '01',
  5037.                     'reorder_indicator_reorder' => '02',
  5038.                     'card_set_method_token' => 'token',
  5039.                     'card_set_method_customer' => 'customer',
  5040.                 ],
  5041.                 'credit_auth_apply_input' => [
  5042.                     'security_code_use_on' => '1',
  5043.                     'security_code_token_on' => '1',
  5044.                     'stock_card_mode_on' => '1',
  5045.                     '3dsecure_use_type_2' => '2',
  5046.                 ],
  5047.                 'no_mapping_message' => '恐れ入りますが店舗にお問い合わせ下さいますようお願い致します。',
  5048.                 'telegram_error_member' => 'マイページの「会員情報編集」から登録内容を変更してください。',
  5049.                 'telegram_error_guest' => '<br>「カートに戻る」ボタンを押し、ショッピングカート画面で「レジに進む」ボタンを押して、ご注文手続き画面でお客様情報を変更してください。',
  5050.                 'module_telegram_error_guest' => '「戻る」ボタンを押して、ご注文手続き画面でお客様情報を変更してください。',
  5051.                 'retry_message' => '端末を再起動して注文をやり直してください。<br>',
  5052.                 'temp_order_mail_title' => 'ご注文を受け付けました',
  5053.                 'paygent_support_mail_address' => 'pg-support@paygent.co.jp',
  5054.                 'status_alert_mail_title' => '【ペイジェント】ステータス不整合のお知らせ',
  5055.                 'paidy_mismatch_mail_title' => '【ペイジェント】Paidy決済金額改竄検知',
  5056.                 'cvs_form_non_select' => 'ご選択ください',
  5057.                 'cvs_company_id' => [
  5058.                     'seven-eleven' => '00C001',
  5059.                     'law-son' => '00C002',
  5060.                     'family-mart' => '00C005',
  5061.                     'mini-stop' => '00C004',
  5062.                     'seiko-mart' => '00C016',
  5063.                     'daily-yamazaki' => '00C014',
  5064.                 ],
  5065.                 'cvs_type_f_company_id' => [
  5066.                     'seven-eleven' => '00C001',
  5067.                     'law-son_mini-stop' => 'P0C002',
  5068.                     'family-mart' => '00C005',
  5069.                     'seiko-mart' => 'P0C016',
  5070.                     'daily-yamazaki' => '00C014',
  5071.                 ],
  5072.                 'cvs_type_f_company_id_to_name' => [
  5073.                     '00C001' => 'セブンイレブン',
  5074.                     'P0C002' => 'ローソン/ミニストップ',
  5075.                     '00C005' => 'ファミリーマート',
  5076.                     'P0C016' => 'セイコーマート',
  5077.                     '00C014' => 'デイリーヤマザキ',
  5078.                 ],
  5079.                 'cvs_company_name' => [
  5080.                     'seven-eleven' => 'セブンイレブン',
  5081.                     'law-son' => 'ローソン',
  5082.                     'family-mart' => 'ファミリーマート',
  5083.                     'mini-stop' => 'ミニストップ',
  5084.                     'seiko-mart' => 'セイコーマート',
  5085.                     'daily-yamazaki' => 'デイリーヤマザキ',
  5086.                 ],
  5087.                 'cvs_connect_type' => [
  5088.                     'a_b_d' => 0,
  5089.                     'f' => 1,
  5090.                 ],
  5091.                 'sales_type' => '1',
  5092.                 'complete_message' => [
  5093.                     'atm' => [
  5094.                         'title' => '■ATMお支払情報',
  5095.                         'pay_center_number' => '収納機関番号',
  5096.                         'customer_number' => 'お客様番号',
  5097.                         'conf_number' => '確認番号',
  5098.                         'payment_limit_date' => 'お支払期日',
  5099.                         'payment_help_urlname' => 'お支払方法の説明',
  5100.                         'payment_help_url' => 'http://www.paygent.co.jp/merchant_info/help/shophelp_atm.html',
  5101.                     ],
  5102.                     'conveni' => [
  5103.                         'title' => '■コンビニお支払情報',
  5104.                         'confirm_memo' => '特筆事項',
  5105.                         'confirm_name' => '確認番号',
  5106.                         'confirm_number' => '400008',
  5107.                         'customer_tel' => '電話番号',
  5108.                         'receipt_print_url' => '払込票URL',
  5109.                         'usable_cvs_company_id' => 'お支払い可能なコンビニ',
  5110.                         'payment_limit_date' => 'お支払期日',
  5111.                         'payment_help_urlname' => 'お支払方法の説明',
  5112.                         'payment_help_url' => 'https://www.paygent.co.jp/payment_service/way_to_pay/cvs/',
  5113.                     ],
  5114.                 ],
  5115.                 'session_pre_order_id' => 'paygent.front.shopping.pre_order_id',
  5116.             ],
  5117.             'product_review_display_count_min' => 1,
  5118.             'product_review_display_count_max' => 30,
  5119.             'plugin_recommend.text_area_len' => 4000,
  5120.             'related_product.text_area_len' => 4000,
  5121.             'related_product.max_item_count' => 6,
  5122.             'sales_report_product_maximum_display' => 20,
  5123.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  5124.             'MERCHANTID_LEN' => '20',
  5125.             'MERCHANTPASS_LEN' => '64',
  5126.             'TENPOCODE_LEN' => '4',
  5127.             'FREEAREA_LEN' => '16',
  5128.             'ANNAI_LEN' => '30',
  5129.             'QUESTIONSAKI_LEN' => '21',
  5130.             'QUESTIONTIME_LEN' => '11',
  5131.             'CUSTANNNAITITLE_LEN' => '20',
  5132.             'MODORISAKIURL_LEN' => '128',
  5133.             'QUESTIONTEL_LEN' => '12',
  5134.             'SLN_PAYID_CREDIT_MAX' => '9999999',
  5135.             'SLN_PAYID_REGIST_CREDIT_MAX' => '9999999',
  5136.             'SLN_PAYID_CVS_MAX' => '299999',
  5137.             'SLN_PAYNAME_CREDIT' => 'クレジットカード決済',
  5138.             'SLN_PAYNAME_REGIST_CREDIT' => '登録済みクレジットカード決済',
  5139.             'SLN_PAYNAME_CVS' => 'コンビニ決済 楽天EDY SUICA ネットバンク ペイジー',
  5140.             'arrPayKbnKaisu' => [
  5141.                 '一括払い' => '1',
  5142.                 '分割払い(2回)' => '2',
  5143.                 '分割払い(3回)' => '3',
  5144.                 '分割払い(5回)' => '5',
  5145.                 '分割払い(6回)' => '6',
  5146.                 '分割払い(10回)' => '10',
  5147.                 '分割払い(12回)' => '12',
  5148.                 '分割払い(15回)' => '15',
  5149.                 '分割払い(18回)' => '18',
  5150.                 '分割払い(20回)' => '20',
  5151.                 '分割払い(24回)' => '24',
  5152.                 'リボルビング払い' => '88',
  5153.                 'ボーナス一括払い' => '80',
  5154.             ],
  5155.             'arrJobCd' => [
  5156.                 '1Auth' => '1Auth',
  5157.                 '1Gathering' => '1Gathering',
  5158.             ],
  5159.             'arrCardProcedure' => [
  5160.                 '仮売上(1Auth)' => '1Auth',
  5161.                 '即時売上(1Gathering)' => '1Gathering',
  5162.             ],
  5163.             'arrGatheringOrderStatus' => [
  5164.                 '新規受注' => '1',
  5165.                 '入金済み' => '2',
  5166.             ],
  5167.             'arrAssistance' => [
  5168.                 'カナ氏名' => 'KanaSei',
  5169.                 '生月日' => 'BirthDay',
  5170.                 '電話番号下4桁' => 'TelNo',
  5171.             ],
  5172.             'arrSecurityCode' => [
  5173.                 '有り' => '1',
  5174.                 '無し' => '2',
  5175.             ],
  5176.             'arrMemberRegist' => [
  5177.                 '有り' => '1',
  5178.                 '無し' => '2',
  5179.             ],
  5180.             'arrQuickAccounts' => [
  5181.                 '有り' => '1',
  5182.                 '無し' => '2',
  5183.             ],
  5184.             'arr3DPay' => [
  5185.                 '有り' => '1',
  5186.                 '無し' => '2',
  5187.             ],
  5188.             'arrOnlinePaymentMethod' => [
  5189.                 'コンビニ決済(ローソン/ファミリーマート/サークルKサンクス/デイリーヤマザキグループ/ミニストップ/スリーエフ)' => 'convenience_1',
  5190.                 'コンビニ決済(セブンイレブン)' => 'convenience_seven',
  5191.                 '楽天EDY' => 'electronic_money_edy',
  5192.                 'SUICA' => 'electronic_money_suika',
  5193.                 'ネットバンク(楽天銀行/ジャパンネット銀行/じぶん銀行/住信SBIネット銀行)' => 'netbank',
  5194.                 'ペイジー(ATM/インターネットバンキング)' => 'paygee',
  5195.             ],
  5196.             'arrShortPaymentMethod' => [
  5197.                 'コンビニ決済' => 'convenience_1',
  5198.                 'コンビニ決済2' => 'convenience_seven',
  5199.                 '楽天EDY' => 'electronic_money_edy',
  5200.                 'SUICA' => 'electronic_money_suika',
  5201.                 'ネットバンク' => 'netbank',
  5202.                 'ペイジー' => 'paygee',
  5203.             ],
  5204.             'arrCvsCd' => [
  5205.                 'LSN' => 'ローソン',
  5206.                 'FAM' => 'ファミリーマート',
  5207.                 'ATM' => 'Pay-easy(ATM)',
  5208.                 'ONL' => 'Pay-easy(オンライン)',
  5209.                 'LNK' => 'Pay-easy(情報リンク)',
  5210.                 'SEV' => 'セブンイレブン',
  5211.                 'MNS' => 'ミニストップ',
  5212.                 'DAY' => 'デイリーヤマザキ',
  5213.                 'EBK' => '楽天銀行(旧イーバンク銀行)',
  5214.                 'JNB' => 'ジャパンネット銀行',
  5215.                 'EDY' => 'Edy',
  5216.                 'SUI' => 'Suica',
  5217.                 'FFF' => 'スリーエフ',
  5218.                 'JIB' => 'じぶん銀行',
  5219.                 'SNB' => '住信 SBI ネット銀行',
  5220.                 'SCM' => 'セイコーマート',
  5221.                 'VWA' => '支払秘書',
  5222.             ],
  5223.             'arrPayStatus' => [
  5224.                 'UNSETTLED' => '0',
  5225.                 'REQUEST_SUCCESS' => '1',
  5226.                 'PAY_SUCCESS' => '2',
  5227.                 'CANCEL' => '4',
  5228.                 'AUTH' => '11',
  5229.                 'COMMIT' => '12',
  5230.                 'CAPTURE' => '13',
  5231.                 'VOID' => '14',
  5232.                 'FAIL' => '99',
  5233.             ],
  5234.             'arrPayStatusNames' => [
  5235.                 '未決済' => '0',
  5236.                 '要求成功' => '1',
  5237.                 '支払い完了' => '2',
  5238.                 'キャンセル' => '4',
  5239.                 '仮売上済み' => '11',
  5240.                 '実売上済み' => '12',
  5241.                 '即時売上げ済み' => '13',
  5242.                 '取消済み' => '14',
  5243.                 '決済失敗' => '99',
  5244.             ],
  5245.             'arrCreditConnectionDestination' => [
  5246.                 => [
  5247.                     'creditConnectionPlace1' => 'https://www.test.e-scott.jp/online/aut/OAUT002.do',
  5248.                     'creditConnectionPlace2' => 'https://www.test.e-scott.jp/online/crp/OCRP005.do',
  5249.                     'creditConnectionPlace6' => 'https://www.test.e-scott.jp/euser/stn/CdGetJavaScript.do',
  5250.                 ],
  5251.                 => [
  5252.                     'creditConnectionPlace1' => 'https://www.e-scott.jp/online/aut/OAUT002.do',
  5253.                     'creditConnectionPlace2' => 'https://www.e-scott.jp/online/crp/OCRP005.do',
  5254.                     'creditConnectionPlace6' => 'https://www.e-scott.jp/euser/stn/CdGetJavaScript.do',
  5255.                 ],
  5256.             ],
  5257.             'arrThreedConnectionDestination' => [
  5258.                 => [
  5259.                     'creditConnectionPlace7' => 'https://www.test.e-scott.jp/online/tds/OTDS010.do',
  5260.                 ],
  5261.                 => [
  5262.                     'creditConnectionPlace7' => 'https://www.e-scott.jp/online/tds/OTDS010.do',
  5263.                 ],
  5264.             ],
  5265.             'arrCvsConnectionDestination' => [
  5266.                 => [
  5267.                     'creditConnectionPlace3' => 'https://link.kessai.info/JLPCT/JLPcon',
  5268.                     'creditConnectionPlace5' => 'https://www.test.e-scott.jp/online/cnv/OCNV005.do',
  5269.                 ],
  5270.                 => [
  5271.                     'creditConnectionPlace3' => 'https://link.kessai.info/JLP/JLPcon',
  5272.                     'creditConnectionPlace5' => 'https://www.e-scott.jp/online/cnv/OCNV005.do',
  5273.                 ],
  5274.             ],
  5275.             'vt4g_plugin.const' => [
  5276.                 'VT4G_CODE' => 'VeriTrans4G2',
  5277.                 'VT4G_SERVICE_NAME' => 'ベリトランス4G',
  5278.                 'VT4G_PLUGIN_NAME' => 'ベリトランス4G決済プラグイン',
  5279.                 'VT4G_ENCODE' => 'UTF-8',
  5280.                 'VT4G_ENCODE_SJIS' => 'SJIS',
  5281.                 'VT4G_PLUGIN_MODE' => 'vt',
  5282.                 'VT4G_PLUGIN_PATH' => 'vt4g',
  5283.                 'VT4G_PLUGIN_CSS_FILENAME' => 'vt4g_css.twig',
  5284.                 'VT4G_PLUGIN_TOKEN_JS_FILENAME' => '/js/token.js',
  5285.                 'VT4G_PLUGIN_LOADING_IMAGE' => '/img/loading.gif',
  5286.                 'VT4G_PLUGIN_TOKEN_API_ENDPOINT' => 'https://api3.veritrans.co.jp/4gtoken',
  5287.                 'VT4G_USED_MAIL_TO' => 'sales@veritrans.jp',
  5288.                 'VT4G_USED_MAIL_SUBJECT' => '[EC-CUBE4] ベリトランス4Gプラグインご利用通知',
  5289.                 'VT4G_ECCUBE_VERSION_THROTTLING' => '4.2.1',
  5290.                 'VT4G_RECAPTCHA_URL' => 'https://www.google.com/recaptcha/api.js?render=',
  5291.                 'VT4G_RECAPTCHA_SITEVERIFY_URL' => 'https://www.google.com/recaptcha/api/siteverify',
  5292.                 'VT4G_CUSTOMER_ID_DIGITS' => 10,
  5293.                 'VT4G_PAYTYPEID_CREDIT' => 10,
  5294.                 'VT4G_PAYTYPEID_CVS' => 20,
  5295.                 'VT4G_PAYTYPEID_BANK' => 30,
  5296.                 'VT4G_PAYTYPEID_ATM' => 31,
  5297.                 'VT4G_PAYTYPEID_UPOP' => 40,
  5298.                 'VT4G_PAYTYPEID_ALIPAY' => 50,
  5299.                 'VT4G_PAYTYPEID_RAKUTEN' => 60,
  5300.                 'VT4G_PAYTYPEID_RECRUIT' => 61,
  5301.                 'VT4G_PAYTYPEID_LINEPAY' => 62,
  5302.                 'VT4G_PAYTYPEID_RAKUTEN_V2' => 63,
  5303.                 'VT4G_PAYTYPEID_PAYPAL' => 70,
  5304.                 'VT4G_PAYTYPEID_PAYPAY' => 80,
  5305.                 'VT4G_PAYNAME_PAYTYPEID_10' => 'クレジットカード決済',
  5306.                 'VT4G_PAYNAME_PAYTYPEID_12' => '本人認証(クレジットカード決済)',
  5307.                 'VT4G_PAYNAME_PAYTYPEID_20' => 'コンビニ決済',
  5308.                 'VT4G_PAYNAME_PAYTYPEID_30' => 'ネットバンク決済',
  5309.                 'VT4G_PAYNAME_PAYTYPEID_31' => 'ペイジー(Pay-easy)',
  5310.                 'VT4G_PAYNAME_PAYTYPEID_40' => '銀聯ネット決済',
  5311.                 'VT4G_PAYNAME_PAYTYPEID_50' => 'Alipay決済',
  5312.                 'VT4G_PAYNAME_PAYTYPEID_60' => '楽天ペイ',
  5313.                 'VT4G_PAYNAME_PAYTYPEID_61' => 'リクルートかんたん支払い',
  5314.                 'VT4G_PAYNAME_PAYTYPEID_62' => 'LINE Pay',
  5315.                 'VT4G_PAYNAME_PAYTYPEID_63' => '楽天ペイV2',
  5316.                 'VT4G_PAYNAME_PAYTYPEID_70' => 'PayPal決済',
  5317.                 'VT4G_PAYNAME_PAYTYPEID_80' => 'PayPay',
  5318.                 'VT4G_REMOVED_PAYNAME_LABEL' => '(VT4Gプラグイン削除済み)',
  5319.                 'VT4G_PAYNAME_BEFORE_PAYEASY' => 'ATM決済',
  5320.                 'VT4G_CODE_PAYTYPEID_10' => 'Credit',
  5321.                 'VT4G_CODE_PAYTYPEID_20' => 'CVS',
  5322.                 'VT4G_CODE_PAYTYPEID_30' => 'Bank',
  5323.                 'VT4G_CODE_PAYTYPEID_31' => 'ATM',
  5324.                 'VT4G_CODE_PAYTYPEID_40' => 'UPOP',
  5325.                 'VT4G_CODE_PAYTYPEID_50' => 'Alipay',
  5326.                 'VT4G_CODE_PAYTYPEID_60' => 'Rakuten',
  5327.                 'VT4G_CODE_PAYTYPEID_61' => 'Recruit',
  5328.                 'VT4G_CODE_PAYTYPEID_62' => 'LINEPay',
  5329.                 'VT4G_CODE_PAYTYPEID_63' => 'RakutenV2',
  5330.                 'VT4G_CODE_PAYTYPEID_70' => 'PayPal',
  5331.                 'VT4G_CODE_PAYTYPEID_80' => 'PayPay',
  5332.                 'VT4G_PAYTYPEID_SORT_LIST' => [
  5333.                     => 10,
  5334.                     => 20,
  5335.                     => 30,
  5336.                     => 31,
  5337.                     => 40,
  5338.                     => 50,
  5339.                     => 60,
  5340.                     => 63,
  5341.                     => 61,
  5342.                     => 62,
  5343.                     10 => 70,
  5344.                     11 => 80,
  5345.                 ],
  5346.                 'VT4G_METHOD_COMMON' => 'CommonMethod',
  5347.                 'VT4G_SERVICE_PAYTYPEID_30' => 'netbank-pc',
  5348.                 'VT4G_SERVICE_PAYTYPEID_31' => 'atm',
  5349.                 'VT4G_PAYMENT' => [
  5350.                     'URL' => [
  5351.                         'INDEX' => [
  5352.                             'NAME' => 'vt4g_shopping_payment',
  5353.                             'LABEL' => '商品購入/ベリトランス4G決済画面',
  5354.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Shopping/vt4g_payment',
  5355.                         ],
  5356.                         'COMPLETE' => [
  5357.                             'NAME' => 'vt4g_shopping_payment_complete',
  5358.                         ],
  5359.                         'BACK' => [
  5360.                             'NAME' => 'vt4g_shopping_payment_back',
  5361.                         ],
  5362.                     ],
  5363.                 ],
  5364.                 'VT4G_PAY_STATUS' => [
  5365.                     'AUTH' => [
  5366.                         'VALUE' => 1,
  5367.                         'LABEL' => '与信',
  5368.                         'RECV_NAME' => '申込結果',
  5369.                     ],
  5370.                     'CAPTURE' => [
  5371.                         'VALUE' => 2,
  5372.                         'LABEL' => '売上',
  5373.                         'RECV_NAME' => '売上結果',
  5374.                     ],
  5375.                     'CANCEL' => [
  5376.                         'VALUE' => 3,
  5377.                         'LABEL' => '取消',
  5378.                         'RECV_NAME' => '取消結果',
  5379.                     ],
  5380.                     'REQUEST' => [
  5381.                         'VALUE' => 4,
  5382.                         'LABEL' => '申込',
  5383.                     ],
  5384.                     'DEPOSIT' => [
  5385.                         'VALUE' => 5,
  5386.                         'LABEL' => '入金',
  5387.                         'RECV_NAME' => '入金結果',
  5388.                     ],
  5389.                     'REFUND' => [
  5390.                         'VALUE' => 6,
  5391.                         'LABEL' => '返金',
  5392.                         'RECV_NAME' => '返金結果',
  5393.                     ],
  5394.                     'EXPIRED' => [
  5395.                         'VALUE' => 7,
  5396.                         'LABEL' => '期限切れ',
  5397.                     ],
  5398.                     'NEWLY' => [
  5399.                         'VALUE' => 8,
  5400.                         'LABEL' => '新規決済',
  5401.                     ],
  5402.                     'CAPTURE_REQUEST' => [
  5403.                         'VALUE' => 9,
  5404.                         'LABEL' => '売上要求中',
  5405.                     ],
  5406.                     'CANCEL_REQUEST' => [
  5407.                         'VALUE' => 10,
  5408.                         'LABEL' => '取消要求中',
  5409.                     ],
  5410.                     'REDUCTION_REQUEST' => [
  5411.                         'VALUE' => 11,
  5412.                         'LABEL' => '減額要求中',
  5413.                     ],
  5414.                     'UPDATEAUTH_EXTENSION' => [
  5415.                         'VALUE' => 12,
  5416.                         'LABEL' => '与信変更(与信延長)',
  5417.                     ],
  5418.                     'UPDATEAUTH_AMOUNT' => [
  5419.                         'VALUE' => 13,
  5420.                         'LABEL' => '与信変更(金額変更)',
  5421.                     ],
  5422.                     'UPDATEAUTH_AMOUNT_AND_EXTENSION' => [
  5423.                         'VALUE' => 14,
  5424.                         'LABEL' => '与信変更(与信延長+金額変更)',
  5425.                     ],
  5426.                     'FAILURE' => [
  5427.                         'VALUE' => 99,
  5428.                         'LABEL' => '決済失敗',
  5429.                     ],
  5430.                 ],
  5431.                 'VT4G_LABEL_RENAME' => [
  5432.                     'RAKUTEN' => [
  5433.                         'REFUND' => '減額',
  5434.                     ],
  5435.                 ],
  5436.                 'VT4G_CONVENI' => [
  5437.                     'SEVENELEVEN' => [
  5438.                         'CODE' => 'sej',
  5439.                         'LABEL' => 'セブン-イレブン',
  5440.                     ],
  5441.                     'LAWSON' => [
  5442.                         'CODE' => 'lawson',
  5443.                         'LABEL' => 'ローソン(ローソン、ミニストップ、セイコーマート)',
  5444.                     ],
  5445.                     'FAMILYMART' => [
  5446.                         'CODE' => 'famima',
  5447.                         'LABEL' => 'ファミリーマート',
  5448.                     ],
  5449.                     'DAILYYAMAZAKI' => [
  5450.                         'CODE' => 'other',
  5451.                         'LABEL' => 'デイリーヤマザキ・ヤマザキデイリーストア',
  5452.                     ],
  5453.                     'ECON' => [
  5454.                         'CODE' => 'econ',
  5455.                         'LABEL' => 'ローソン・ファミリーマート・ミニストップ・セイコーマート',
  5456.                     ],
  5457.                 ],
  5458.                 'VT4G_RECV_CVS_TYPE' => [
  5459.                     'sej' => 'セブン-イレブン',
  5460.                     'econ-lw' => 'ローソン',
  5461.                     'econ-fm' => 'ファミリーマート',
  5462.                     'econ-mini' => 'ミニストップ',
  5463.                     'econ-other' => 'セイコーマート',
  5464.                     'lawson' => 'ローソン、ミニストップ、セイコーマート',
  5465.                     'famima' => 'ファミリーマート',
  5466.                     'other' => 'デイリーヤマザキ・ヤマザキデイリーストア',
  5467.                 ],
  5468.                 'VT4G_RECV_PAYPAL_FIXED' => 1,
  5469.                 'VT4G_RECV_TXN_TYPE_AUTH' => 'Authorize',
  5470.                 'VT4G_RECV_TXN_TYPE_CAPTURE' => 'Capture',
  5471.                 'VT4G_RECV_TXN_TYPE_REFUND' => 'Refund',
  5472.                 'VT4G_RECV_TXN_TYPE_CANCEL' => 'Cancel',
  5473.                 'VT4G_RECV_TXN_TYPE_CREDIT' => [
  5474.                     => 'Verify',
  5475.                     => 'AuthorizeConfirm',
  5476.                     => 'VerifyNotify',
  5477.                 ],
  5478.                 'VT4G_RECV_RECODE_HEAD' => [
  5479.                     => 'numberOfNotify',
  5480.                     => 'pushTime',
  5481.                     => 'pushId',
  5482.                 ],
  5483.                 'VT4G_RECV_RECODE_BODY' => [
  5484.                     'VT4G_PAYTYPEID_CREDIT' => [
  5485.                         => 'orderId',
  5486.                         => 'vResultCode',
  5487.                         => 'txnType',
  5488.                         => 'mpiMstatus',
  5489.                         => 'cardMstatus',
  5490.                         => 'dummy',
  5491.                     ],
  5492.                     'VT4G_PAYTYPEID_CVS' => [
  5493.                         => 'orderId',
  5494.                         => 'cvsType',
  5495.                         => 'receiptNo',
  5496.                         => 'receiptDate',
  5497.                         => 'rcvAmount',
  5498.                         => 'dummy',
  5499.                     ],
  5500.                     'VT4G_PAYTYPEID_BANK' => [
  5501.                         => 'orderId',
  5502.                         => 'kikanNo',
  5503.                         => 'kigyoNo',
  5504.                         => 'rcvDate',
  5505.                         => 'customerNo',
  5506.                         => 'confNo',
  5507.                         => 'rcvAmount',
  5508.                         => 'dummy',
  5509.                     ],
  5510.                     'VT4G_PAYTYPEID_UPOP' => [
  5511.                         => 'orderId',
  5512.                         => 'txnType',
  5513.                         => 'mstatus',
  5514.                         => 'traceNumber',
  5515.                         => 'traceTime',
  5516.                         => 'settleAmount',
  5517.                         => 'settleDate',
  5518.                         => 'settleRate',
  5519.                         => 'dummy',
  5520.                     ],
  5521.                     'VT4G_PAYTYPEID_ALIPAY' => [
  5522.                         => 'orderId',
  5523.                         => 'txnType',
  5524.                         => 'mstatus',
  5525.                         => 'vResultCode',
  5526.                         => 'centerTradeId',
  5527.                         => 'dummy',
  5528.                     ],
  5529.                     'VT4G_PAYTYPEID_RAKUTEN_V2' => [
  5530.                         => 'orderId',
  5531.                         => 'txnType',
  5532.                         => 'txnTime',
  5533.                         => 'vResultCode',
  5534.                         => 'mstatus',
  5535.                         => 'usedPoint',
  5536.                         => 'gatewayOrderId',
  5537.                         => 'dummy',
  5538.                     ],
  5539.                     'VT4G_PAYTYPEID_RAKUTEN' => [
  5540.                         => 'orderId',
  5541.                         => 'txnType',
  5542.                         => 'txnTime',
  5543.                         => 'vResultCode',
  5544.                         => 'mstatus',
  5545.                         => 'usedPoint',
  5546.                         => 'dummy',
  5547.                     ],
  5548.                     'VT4G_PAYTYPEID_RECRUIT' => [
  5549.                         => 'orderId',
  5550.                         => 'txnType',
  5551.                         => 'txnTime',
  5552.                         => 'vResultCode',
  5553.                         => 'mstatus',
  5554.                         => 'recruitOrderId',
  5555.                         => 'usePoint',
  5556.                         => 'givePoint',
  5557.                         => 'recruitCoupon',
  5558.                         => 'merchantCoupon',
  5559.                         10 => 'dummy',
  5560.                     ],
  5561.                     'VT4G_PAYTYPEID_LINEPAY' => [
  5562.                         => 'orderId',
  5563.                         => 'txnType',
  5564.                         => 'txnTime',
  5565.                         => 'vResultCode',
  5566.                         => 'mstatus',
  5567.                         => 'linepayOrderId',
  5568.                         => 'dummy',
  5569.                     ],
  5570.                     'VT4G_PAYTYPEID_PAYPAL' => [
  5571.                         => 'orderId',
  5572.                         => 'mstatus',
  5573.                         => 'txnType',
  5574.                         => 'receivedDatetime',
  5575.                         => 'amount',
  5576.                         => 'payerId',
  5577.                         => 'centerTxnId',
  5578.                         => 'dummy',
  5579.                     ],
  5580.                     'VT4G_PAYTYPEID_PAYPAY' => [
  5581.                         => 'orderId',
  5582.                         => 'txnType',
  5583.                         => 'mstatus',
  5584.                         => 'vResultCode',
  5585.                         => 'paypayOrderId',
  5586.                         => 'dummy',
  5587.                     ],
  5588.                 ],
  5589.                 'VT4G_RECV_MAIL_SUBJECT' => [
  5590.                     'ERROR' => ' - 結果通知エラー報知メール',
  5591.                     'RESULT' => '要求結果報知メール',
  5592.                     'PAYMENT_INFO' => '入金報知メール',
  5593.                 ],
  5594.                 'VT4G_OPERATION_AUTH' => 'AUTH',
  5595.                 'VT4G_OPERATION_CAPTURE' => 'CAPTURE',
  5596.                 'VT4G_OPERATION_CANCEL' => 'CANCEL',
  5597.                 'VT4G_OPERATION_REFUND' => 'REFUND',
  5598.                 'VT4G_OPERATION_REFUND_ALL' => 'REFUND_ALL',
  5599.                 'VT4G_OPERATION_NEWLY' => 'NEWLY',
  5600.                 'VT4G_OPERATION_UPDATEAUTH' => 'UPDATEAUTH',
  5601.                 'VT4G_OPERATION_UPDATEAUTH_EXTENSION' => 'UPDATEAUTH_EXTENSION',
  5602.                 'VT4G_OPERATION_UPDATEAUTH_AMOUNT' => 'UPDATEAUTH_AMOUNT',
  5603.                 'VT4G_OPERATION_UPDATEAUTH_AMOUNT_AND_EXTENSION' => 'UPDATEAUTH_AMOUNT_AND_EXTENSION',
  5604.                 'VT4G_OPERATION_NAME' => [
  5605.                     'REFUND' => '再売上(減額用)',
  5606.                     'REFUND_ALL' => '全額返金',
  5607.                 ],
  5608.                 'VT4G_MAIL_TIMING' => [
  5609.                     'ORDER' => [
  5610.                         'ON_COMPLETE' => 0,
  5611.                         'ON_PAYMENT' => 1,
  5612.                     ],
  5613.                     'BANK' => [
  5614.                         'ON_PAYMENT' => 0,
  5615.                         'ON_RECEIVE' => 1,
  5616.                     ],
  5617.                 ],
  5618.                 'VT4G_MAIL_TARGET' => [
  5619.                     'RAKUTEN' => [
  5620.                         'FAILURE' => 0,
  5621.                         'ALL' => 1,
  5622.                     ],
  5623.                 ],
  5624.                 'VT4G_FORM' => [
  5625.                     'REGEX' => [
  5626.                         'VERITRANS_ID_PREFIX' => '/^[[:alnum:]_\\-\\.]+$/i',
  5627.                         'INTEGER' => '/^[0-9]+$/',
  5628.                     ],
  5629.                     'RANGE' => [
  5630.                         'MIN' => [
  5631.                             'PAYMENT_TERM' => 1,
  5632.                             'CARDINFO_REGIST_MAX' => 1,
  5633.                             'ROLLBACK_TIME' => 1,
  5634.                         ],
  5635.                         'MAX' => [
  5636.                             'PAYMENT_TERM' => 60,
  5637.                             'CARDINFO_REGIST_MAX' => 10,
  5638.                             'ROLLBACK_TIME' => 999,
  5639.                         ],
  5640.                     ],
  5641.                     'LENGTH' => [
  5642.                         'MIN' => [
  5643.                             'VERITRANS_ID_PREFIX' => 1,
  5644.                             'CARD_NO' => 14,
  5645.                             'SECURITY_CODE' => 3,
  5646.                             'CARD_NAME' => 2,
  5647.                         ],
  5648.                         'MAX' => [
  5649.                             'PAYMENT_TERM' => 2,
  5650.                             'CONTENTS' => 12,
  5651.                             'CONTENTS_KANA' => 24,
  5652.                             'ORDER_MAIL_TITLE1' => 50,
  5653.                             'ORDER_MAIL_BODY1' => 1000,
  5654.                             'VERITRANS_ID_PREFIX' => 17,
  5655.                             'MERCHANT_CCID' => 24,
  5656.                             'MERCHANT_PASS' => 64,
  5657.                             'MERCHANT_ID' => 24,
  5658.                             'MERCHANT_HASH' => 24,
  5659.                             'TOKEN_API_KEY' => 36,
  5660.                             'VT4G_ORDER_ID_PREFIX' => 50,
  5661.                             'FREE' => 16,
  5662.                             'CARD_NO' => 16,
  5663.                             'SECURITY_CODE' => 4,
  5664.                             'CARD_NAME' => 45,
  5665.                             'COMMODITY_NAME' => 100,
  5666.                             'REFUND_REASON' => 80,
  5667.                             'ITEM_NAME' => [
  5668.                                 'LEN_255' => 255,
  5669.                                 'LEN_300' => 300,
  5670.                             ],
  5671.                             'ORDER_DESCRIPTION' => 127,
  5672.                             'PAYMENT_TERM_DAY' => 2,
  5673.                         ],
  5674.                     ],
  5675.                     'CHOICES' => [
  5676.                         'COMMON_FLG' => [
  5677.                             '利用する' => 1,
  5678.                             '利用しない' => 0,
  5679.                         ],
  5680.                         'WITH_CAPTURE' => [
  5681.                             '与信+売上' => 1,
  5682.                             '与信のみ' => 0,
  5683.                         ],
  5684.                         'CREDIT_PAY_METHOD' => [
  5685.                             '一括払い' => '10',
  5686.                             'ボーナス一括' => '21',
  5687.                             '分割2回払い' => '61C02',
  5688.                             '分割3回払い' => '61C03',
  5689.                             '分割4回払い' => '61C04',
  5690.                             '分割5回払い' => '61C05',
  5691.                             '分割6回払い' => '61C06',
  5692.                             '分割7回払い' => '61C07',
  5693.                             '分割8回払い' => '61C08',
  5694.                             '分割9回払い' => '61C09',
  5695.                             '分割10回払い' => '61C10',
  5696.                             '分割11回払い' => '61C11',
  5697.                             '分割12回払い' => '61C12',
  5698.                             '分割13回払い' => '61C13',
  5699.                             '分割14回払い' => '61C14',
  5700.                             '分割15回払い' => '61C15',
  5701.                             '分割16回払い' => '61C16',
  5702.                             '分割17回払い' => '61C17',
  5703.                             '分割18回払い' => '61C18',
  5704.                             '分割19回払い' => '61C19',
  5705.                             '分割20回払い' => '61C20',
  5706.                             '分割21回払い' => '61C21',
  5707.                             '分割22回払い' => '61C22',
  5708.                             '分割23回払い' => '61C23',
  5709.                             '分割24回払い' => '61C24',
  5710.                             'リボルビング払い' => '80',
  5711.                         ],
  5712.                         'MPI_OPTION' => [
  5713.                             '完全認証' => 'mpi-complete',
  5714.                             '通常認証(カード会社リスク負担)' => 'mpi-company',
  5715.                             '通常認証(カード会社、加盟店リスク負担)' => 'mpi-merchant',
  5716.                         ],
  5717.                         'ONE_CLICK_FLG' => [
  5718.                             'かんたん決済' => 2,
  5719.                             'ベリトランス会員ID決済' => 1,
  5720.                             '利用しない' => 0,
  5721.                         ],
  5722.                         'CONVENI' => [
  5723.                             '01:セブンイレブン' => 'sej',
  5724.                             '02:ローソン・ミニストップ・セイコーマート' => 'lawson',
  5725.                             '03:ファミリーマート' => 'famima',
  5726.                             '04:デイリーヤマザキ・ヤマザキデイリーストア' => 'other',
  5727.                             '05:ローソン・ファミリーマート・ミニストップ・セイコーマート' => 'econ',
  5728.                         ],
  5729.                         'MAIL_TIMING' => [
  5730.                             '入金通知受信時' => 1,
  5731.                             '決済申込完了時' => 0,
  5732.                         ],
  5733.                         'DUMMY_MODE_FLG' => [
  5734.                             '本番モードで稼働' => 0,
  5735.                             'ダミーモードで稼働' => 1,
  5736.                         ],
  5737.                         'RESULT_MAIL_TARGET' => [
  5738.                             'すべて' => 1,
  5739.                             '要求不成立のみ' => 0,
  5740.                         ],
  5741.                         'REGISTRATION_FLG' => [
  5742.                             '登録する' => 1,
  5743.                             '登録しない' => 0,
  5744.                             '初期値なし' => 2,
  5745.                         ],
  5746.                         'RETRADE_FLG' => [
  5747.                             '利用する' => 1,
  5748.                             '利用しない' => 0,
  5749.                         ],
  5750.                         'SEND_PAYMENT_INFO_MAIL' => [
  5751.                             '送信する(TO:注文者、BCC:ショップ)' => 2,
  5752.                             '送信する(TO:ショップ)' => 1,
  5753.                             '送信しない' => 0,
  5754.                         ],
  5755.                         'PUSH_URL_AUTO_SETTING' => [
  5756.                             '設定する' => 1,
  5757.                             '設定しない' => 0,
  5758.                         ],
  5759.                         'UPDATE_AUTHORIZE' => [
  5760.                             '使用する' => 1,
  5761.                             '使用しない' => 0,
  5762.                         ],
  5763.                         'USE_RECAPTCHA' => [
  5764.                             '利用する(プラグイン提供決済すべて)' => 2,
  5765.                             '利用する(クレジットカード決済のみ)' => 1,
  5766.                             '利用しない' => 0,
  5767.                         ],
  5768.                         'RECAPTCHA_SCORE' => [
  5769.                             '0.0' => '0.0',
  5770.                             '0.1' => '0.1',
  5771.                             '0.2' => '0.2',
  5772.                             '0.3' => '0.3',
  5773.                             '0.4' => '0.4',
  5774.                             '0.5' => '0.5',
  5775.                             '0.6' => '0.6',
  5776.                             '0.7' => '0.7',
  5777.                             '0.8' => '0.8',
  5778.                             '0.9' => '0.9',
  5779.                             '1.0' => '1.0',
  5780.                         ],
  5781.                     ],
  5782.                     'DEFAULT' => [
  5783.                         'WITH_CAPTURE' => 0,
  5784.                         'CREDIT_PAY_METHOD' => '10',
  5785.                         'SECURITY_FLG' => 1,
  5786.                         'MPI_FLG' => 1,
  5787.                         'MPI_OPTION' => 'mpi-company',
  5788.                         'ONE_CLICK_FLG' => 0,
  5789.                         'DUMMY_MODE_FLG' => 1,
  5790.                         'MAIL_TIMING' => 0,
  5791.                         'RESULT_MAIL_TARGET' => 0,
  5792.                         'CARDINFO_REGIST_DEFAULT' => 2,
  5793.                         'CARDINFO_REGIST_MAX' => 5,
  5794.                         'SEND_PAYMENT_INFO_MAIL' => 0,
  5795.                         'CONTENTS_KANA' => 'ゴチュウモンブン',
  5796.                         'COMMODITY_NAME' => 'ご注文の商品',
  5797.                         'REFUND_REASON' => 'ご注文の返金',
  5798.                         'PUSH_URL_AUTO_SETTING' => 0,
  5799.                         'UPDATE_AUTHORIZE' => 0,
  5800.                         'RATE_LIMIT' => 0,
  5801.                         'USE_RECAPTCHA' => 0,
  5802.                         'ROLLBACK_TIME' => [
  5803.                             'TIME_60' => 60,
  5804.                             'TIME_480' => 480,
  5805.                         ],
  5806.                     ],
  5807.                 ],
  5808.                 'VT4G_WITH_CAPTURE' => [
  5809.                     'AUTH' => 0,
  5810.                     'CAPTURE' => 1,
  5811.                 ],
  5812.                 'VT4G_REQUEST' => [
  5813.                     'CREDIT' => [
  5814.                         'RETRY_LIMIT' => 3,
  5815.                         'RETRY_WAIT' => 3,
  5816.                     ],
  5817.                 ],
  5818.                 'VT4G_RESPONSE' => [
  5819.                     'MSTATUS' => [
  5820.                         'OK' => 'success',
  5821.                         'NG' => 'failure',
  5822.                         'PENDING' => 'pending',
  5823.                     ],
  5824.                     'V_RESULT_CODE' => [
  5825.                         'RAKUTEN' => [
  5826.                             'REQUEST_TIMEOUT' => 'FG26',
  5827.                         ],
  5828.                     ],
  5829.                 ],
  5830.                 'VT4G_DOC_PATH' => '/Resource/doc',
  5831.                 'VT4G_EXPLAIN_FILE_NAME_FMT' => '/explain_%s.txt',
  5832.                 'VT4G_CREDIT_ERR_RESPONSE_YEAR98' => 98,
  5833.                 'VT4G_CREDIT_ERR_RESPONSE_YEAR99' => 99,
  5834.                 'VT4G_CREDIT_MPI_OPTION' => [
  5835.                     'COMPLETE' => 'mpi-complete',
  5836.                     'COMPANY' => 'mpi-company',
  5837.                     'MERCHANT' => 'mpi-merchant',
  5838.                 ],
  5839.                 'VT4G_CREDIT_ONE_CLICK' => [
  5840.                     'RETRADE' => 2,
  5841.                     'VERITRANS_ID' => 1,
  5842.                     'DISABLED' => 0,
  5843.                 ],
  5844.                 'VT4G_CREDIT_RETRADE' => [
  5845.                     'DATETIME_FORMAT' => 'Y-m-d 00:00:00',
  5846.                     'LIMIT_CARDS' => 10,
  5847.                     'VALID_MONTH' => 13,
  5848.                 ],
  5849.                 'VT4G_CREDIT_ERR_TRANS_PREFIX' => 'front.order.vt4g.vresult_code_',
  5850.                 'VT4G_CREDIT_VERITRANS_ID_SESSION_KEY' => 'vt4g_veritrans_id',
  5851.                 'VT4G_CREDIT_VERIFY_TIMEOUT' => 25,
  5852.                 'VT4G_CREDIT_VERIFY_RESULT_LINK' => 2,
  5853.                 'VT4G_CREDIT_PAYNOWID_TEMP_REG' => 1,
  5854.                 'VT4G_CREDIT_DEVICE_CHANNEL' => '02',
  5855.                 'VT4G_CREDIT_CARDHOLDER_HOME_PHONE_COUNTRY' => '81',
  5856.                 'VT4G_RAKUTEN_V2_PAYTYPE' => 2,
  5857.                 'VT4G_ALIPAY_CURRENCY' => 'JPY',
  5858.                 'VT4G_UPOP_TIMEOUT' => 30,
  5859.                 'VT4G_UPOP_CURRENCY' => [
  5860.                     392 => '日本円',
  5861.                     156 => '中国元',
  5862.                 ],
  5863.                 'VT4G_PAYPAL_ACTION' => [
  5864.                     'CREDIT' => 'set',
  5865.                     'COMPLETE' => 'do',
  5866.                 ],
  5867.                 'VT4G_PAYPAL_SHIPPING' => [
  5868.                     'DISABLED' => 0,
  5869.                 ],
  5870.                 'VT4G_PAYPAY_SERVICE_OPTION_TYPE' => 'online',
  5871.                 'VT4G_PAYPAY_TIMEOUT' => 5,
  5872.                 'VT4G_MERCHANT_CCID' => [
  5873.                     'EXCLUDE' => [
  5874.                         => '69951cc',
  5875.                         => '69992cc',
  5876.                     ],
  5877.                 ],
  5878.                 'VT4G_PAYMENT_INFO_MAIL' => [
  5879.                     'TO' => [
  5880.                         'CUSTOMER' => 2,
  5881.                         'SHOP' => 1,
  5882.                         'DISABLED' => 0,
  5883.                     ],
  5884.                 ],
  5885.                 'VT4G_RECAPTCHA_EXECUTE' => [
  5886.                     'ALL_PAYMENT' => 2,
  5887.                     'ONLY_CREDIT' => 1,
  5888.                     'NONE' => 0,
  5889.                 ],
  5890.                 'RULE_MIN_PAYTYPEID_10' => 2,
  5891.                 'RULE_MIN_PAYTYPEID_20' => 1,
  5892.                 'RULE_MIN_PAYTYPEID_30' => 1,
  5893.                 'RULE_MIN_PAYTYPEID_31' => 1,
  5894.                 'RULE_MIN_PAYTYPEID_40' => 1,
  5895.                 'RULE_MIN_PAYTYPEID_50' => 1,
  5896.                 'RULE_MIN_PAYTYPEID_60' => 100,
  5897.                 'RULE_MIN_PAYTYPEID_61' => 1,
  5898.                 'RULE_MIN_PAYTYPEID_62' => 1,
  5899.                 'RULE_MIN_PAYTYPEID_63' => 100,
  5900.                 'RULE_MIN_PAYTYPEID_70' => 1,
  5901.                 'RULE_MIN_PAYTYPEID_80' => 1,
  5902.                 'RULE_MAX_PAYTYPEID_10' => 99999999,
  5903.                 'RULE_MAX_PAYTYPEID_20' => 299999,
  5904.                 'RULE_MAX_PAYTYPEID_30' => 2000000000,
  5905.                 'RULE_MAX_PAYTYPEID_31' => 2000000000,
  5906.                 'RULE_MAX_PAYTYPEID_40' => 999999999,
  5907.                 'RULE_MAX_PAYTYPEID_50' => 9999999,
  5908.                 'RULE_MAX_PAYTYPEID_60' => 99999999,
  5909.                 'RULE_MAX_PAYTYPEID_61' => 9999999,
  5910.                 'RULE_MAX_PAYTYPEID_62' => 9999999,
  5911.                 'RULE_MAX_PAYTYPEID_63' => 99999999,
  5912.                 'RULE_MAX_PAYTYPEID_70' => 1000000,
  5913.                 'RULE_MAX_PAYTYPEID_80' => 500000,
  5914.                 'ORDER_CSV_COLUMN_CONFIG' => [
  5915.                     'NAME' => '注文ID',
  5916.                 ],
  5917.                 'ORDER_CSV_TEMPLATE' => 'order.csv',
  5918.                 'VT4G_MYPAGE' => [
  5919.                     'URL' => [
  5920.                         'INDEX' => [
  5921.                             'NAME' => 'mypage_vt4g_account_id',
  5922.                             'LABEL' => 'MYページ/ベリトランス会員ID',
  5923.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_account_id',
  5924.                         ],
  5925.                     ],
  5926.                 ],
  5927.                 'VT4G_RAKUTEN_BUTTON' => [
  5928.                     'URL' => [
  5929.                         'INDEX' => [
  5930.                             'NAME' => 'vt4g_admin_preview_rakuten_button',
  5931.                             'LABEL' => '商品購入/楽天ペイ支払いボタン',
  5932.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Shopping/vt4g_button_rakuten',
  5933.                         ],
  5934.                     ],
  5935.                 ],
  5936.                 'VT4G_MYPAGE_SUBSC_PAYMENT' => [
  5937.                     'URL' => [
  5938.                         'INDEX' => [
  5939.                             'NAME' => 'mypage_vt4g_subsc_payment',
  5940.                             'LABEL' => 'MYページ/継続課金決済履歴',
  5941.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment',
  5942.                         ],
  5943.                     ],
  5944.                 ],
  5945.                 'VT4G_MYPAGE_SUBSC_PAYMENT_HISTORY' => [
  5946.                     'URL' => [
  5947.                         'INDEX' => [
  5948.                             'NAME' => 'mypage_vt4g_subsc_payment_history',
  5949.                             'LABEL' => 'MYページ/継続課金決済履歴詳細',
  5950.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment_history',
  5951.                         ],
  5952.                     ],
  5953.                 ],
  5954.                 'VT4G_MYPAGE_RETRADE' => [
  5955.                     'URL' => [
  5956.                         'INDEX' => [
  5957.                             'NAME' => 'mypage_vt4g_retrade',
  5958.                             'LABEL' => 'MYページ/かんたん決済',
  5959.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_retrade',
  5960.                         ],
  5961.                     ],
  5962.                 ],
  5963.                 'VT4G_WITHDRAW_ERROR_MAIL_SUBJECT' => ' - ベリトランス会員ID削除エラー報知メール',
  5964.                 'VT4G_DTB_CSV' => [
  5965.                     'CUSTOMER' => [
  5966.                         'VT4G_ACCOUNT_ID' => [
  5967.                             'DISP_NAME' => 'ベリトランス会員ID',
  5968.                             'FIELD_NAME' => 'vt4g_account_id',
  5969.                         ],
  5970.                     ],
  5971.                     'ORDER' => [
  5972.                         'VT4G_PAYMENT_STATUS' => [
  5973.                             'DISP_NAME' => '決済状況',
  5974.                             'FIELD_NAME' => 'vt4g_payment_status',
  5975.                         ],
  5976.                         'VT4G_ORDER_ID' => [
  5977.                             'DISP_NAME' => '決済取引ID',
  5978.                             'FIELD_NAME' => 'vt4g_order_id',
  5979.                         ],
  5980.                         'VT4G_ROLLBACK_DATE' => [
  5981.                             'DISP_NAME' => 'ベリトランス4Gロールバック日時',
  5982.                             'FIELD_NAME' => 'vt4g_rollback_date',
  5983.                         ],
  5984.                     ],
  5985.                 ],
  5986.                 'VT4G_DTB_MAIL_TEMPLATE' => [
  5987.                     'PAYMENT_INFO' => [
  5988.                         'NAME' => 'ベリトランス4G入金お知らせメール',
  5989.                         'FILE_NAME' => 'VeriTrans4G2/Resource/template/default/Mail/vt4g_payment_recv_payment_info_1_0_0.twig',
  5990.                         'MAIL_SUBJECT' => 'ご入金を確認しました',
  5991.                     ],
  5992.                 ],
  5993.                 'VT4G_SUBSC_PRODUCT_CULUMN' => [
  5994.                     'MY_PAGE_DISP_FLG_ON' => 1,
  5995.                     'MY_PAGE_DISP_FLG_OFF' => 0,
  5996.                 ],
  5997.                 'VT4G_FEW_CREDIT_AMOUNT' => 2,
  5998.                 'VTG4_SUBSC_STATUS_SUBSC' => 1,
  5999.                 'VTG4_SUBSC_STATUS_CANCEL' => 2,
  6000.                 'VTG4_PAYMENT_REQUEST_SQL_PARAMETER' => [
  6001.                     'SORT_NO_FIRST' => 1,
  6002.                     'CONTINUE_PRODUCT_COUNT_ZERO' => 0,
  6003.                 ],
  6004.                 'VTG4_PAYMENT_REQUEST' => [
  6005.                     'REQUEST_STATUS' => [
  6006.                         'BEFORE_CREATION' => 0,
  6007.                         'NOT_APPLICABLE' => 2,
  6008.                         'WAITING_FOR_REFRECTON' => 5,
  6009.                         'SUCCESS_PAYMENT' => 7,
  6010.                         'FAILURE_PAYMENT' => 9,
  6011.                     ],
  6012.                     'REQUEST_STATUS_NAME' => [
  6013.                         'BEFORE_CREATION' => 'CSV未作成',
  6014.                         'NOT_APPLICABLE' => '対象外',
  6015.                         'WAITING_FOR_REFRECTON' => '反映待ち',
  6016.                         'SUCCESS_PAYMENT' => '決済成功',
  6017.                         'FAILURE_PAYMENT' => '決済失敗',
  6018.                     ],
  6019.                 ],
  6020.                 'VG4G_FEW_CREDIT_FLG_ON' => 1,
  6021.                 'VT4G_PAYMENT_TARGET_YES' => 1,
  6022.                 'VT4G_PAYMENT_TARGET_NO' => 0,
  6023.                 'VT4G_LOCK_TIMEOUT' => NULL,
  6024.                 'VT4G_CSV_REQUEST_DETAIL_HEADER' => [
  6025.                     => '決済依頼イベント番号',
  6026.                     => '決済依頼イベント名',
  6027.                     => '継続課金用販売種別名',
  6028.                     => '決済依頼番号',
  6029.                     => '決済依頼ステータス',
  6030.                     => '会員番号',
  6031.                     => '会員名',
  6032.                     => '初回注文ID',
  6033.                     => '取引ID',
  6034.                     => '決済金額',
  6035.                     10 => '決済手数料',
  6036.                     11 => '決済依頼明細番号',
  6037.                     12 => '商品名',
  6038.                     13 => '金額',
  6039.                     14 => '数量',
  6040.                     15 => '付与ポイント',
  6041.                     16 => '出荷ID',
  6042.                     17 => '配送先_お名前',
  6043.                     18 => '配送先_住所',
  6044.                     19 => 'CSV対象',
  6045.                 ],
  6046.             ],
  6047.             'YAMATO_SERVICE_NAME' => 'ネット総合決済サービス',
  6048.             'YAMATO_API_HTTP_TIMEOUT' => 20,
  6049.             'RECV_ALLOW_HOST' => [
  6050.                 => '127.0.0.1',
  6051.                 => '192.168.56.1',
  6052.                 => '218.40.0.72',
  6053.                 => '52.155.115.90',
  6054.             ],
  6055.             'YAMATO_PAYID_CREDIT' => 10,
  6056.             'YAMATO_PAYID_CVS' => 30,
  6057.             'YAMATO_PAYID_EDY' => 42,
  6058.             'YAMATO_PAYID_MOBILEEDY' => 43,
  6059.             'YAMATO_PAYID_SUICA' => 44,
  6060.             'YAMATO_PAYID_MOBILESUICA' => 45,
  6061.             'YAMATO_PAYID_WAON' => 46,
  6062.             'YAMATO_PAYID_MOBILEWAON' => 47,
  6063.             'YAMATO_PAYID_NETBANK' => 52,
  6064.             'YAMATO_PAYID_DEFERRED' => 60,
  6065.             'YAMATO_PAYID_SMS_DEFERRED' => 80,
  6066.             'YAMATO_PAYID_PAYPAY' => 91,
  6067.             'YAMATO_PAYID' => [
  6068.                 'CREDIT' => 10,
  6069.                 'CVS' => 30,
  6070.                 'DEFERRED' => 60,
  6071.                 'SMS_DEFERRED' => 80,
  6072.                 'PAYPAY' => 91,
  6073.             ],
  6074.             'YAMATO_ACTION_STATUS_SEND_REQUEST' => 0,
  6075.             'YAMATO_ACTION_STATUS_COMP_REQUEST' => 1,
  6076.             'YAMATO_ACTION_STATUS_PROMPT_REPORT' => 2,
  6077.             'YAMATO_ACTION_STATUS_DIFINIT_REPORT' => 3,
  6078.             'YAMATO_ACTION_STATUS_COMP_AUTH' => 4,
  6079.             'YAMATO_ACTION_STATUS_COMP_RESERVE' => 5,
  6080.             'YAMATO_ACTION_STATUS_NG_CUSTOMER' => 11,
  6081.             'YAMATO_ACTION_STATUS_NG_SHOP' => 12,
  6082.             'YAMATO_ACTION_STATUS_NG_PAYMENT' => 13,
  6083.             'YAMATO_ACTION_STATUS_NG_SYSTEM' => 14,
  6084.             'YAMATO_ACTION_STATUS_NG_RESERVE' => 15,
  6085.             'YAMATO_ACTION_STATUS_NG_REQUEST_CANCEL' => 16,
  6086.             'YAMATO_ACTION_STATUS_NG_CHANGE_PAYMENT' => 17,
  6087.             'YAMATO_ACTION_STATUS_NG_TRANSACTION' => 20,
  6088.             'YAMATO_ACTION_STATUS_WAIT' => 21,
  6089.             'YAMATO_ACTION_STATUS_INCREASE_WAIT' => 23,
  6090.             'YAMATO_ACTION_STATUS_WAIT_SETTLEMENT' => 30,
  6091.             'YAMATO_ACTION_STATUS_COMMIT_SETTLEMENT' => 31,
  6092.             'YAMATO_ACTION_STATUS_CANCEL' => 40,
  6093.             'YAMATO_ACTION_STATUS_3D_WAIT' => 50,
  6094.             'DEFERRED_STATUS_AUTH_OK' => 1,
  6095.             'DEFERRED_STATUS_AUTH_CANCEL' => 2,
  6096.             'DEFERRED_STATUS_REGIST_DELIV_SLIP' => 3,
  6097.             'DEFERRED_STATUS_RESEARCH_DELIV' => 5,
  6098.             'DEFERRED_STATUS_SEND_WARNING' => 6,
  6099.             'DEFERRED_STATUS_SALES_OK' => 10,
  6100.             'DEFERRED_STATUS_SEND_BILL' => 11,
  6101.             'DEFERRED_STATUS_PAID' => 12,
  6102.             'DEFERRED_AVAILABLE' => 0,
  6103.             'DEFERRED_NOT_AVAILABLE' => 1,
  6104.             'DEFERRED_OVER_LIMIT' => 2,
  6105.             'DEFERRED_UNDER_EXAM' => 3,
  6106.             'DEFERRED_SMS_AVAILABLE' => 1,
  6107.             'DEFERRED_SMS_CODE_INVALID' => 2,
  6108.             'DEFERRED_SMS_CODE_EXPIRED' => 3,
  6109.             'DEFERRED_SMS_BAD_DELIVERY' => 4,
  6110.             'DEFERRED_SMS_BAD_STATUS' => 5,
  6111.             'MESSAGE_DEFERRED_SMS_CODE_INVALID' => '認証コードが間違っています。',
  6112.             'MESSAGE_DEFERRED_SMS_CODE_EXPIRED' => '認証コードの有効期限が切れています。',
  6113.             'MESSAGE_DEFERRED_SMS_BAD_DELIVERY' => '認証コードの受信に失敗しました。',
  6114.             'MESSAGE_DEFERRED_SMS_BAD_STATUS' => '与信が必要なお取引ではありませんでした。',
  6115.             'MESSAGE_DEFERRED_SMS_GENERAL' => '認証に失敗しました。',
  6116.             'DEFFERED_FALL_AUTH' => '申し訳ありません。今回のご注文分に関してはお取引できません。別の決済手段にて再度ご注文いただけますようお願いいたします。',
  6117.             'DEFERRED_INVOICE_REISSUE' => 1,
  6118.             'DEFERRED_INVOICE_REISSUE_WITHDRAWN' => 3,
  6119.             'ORDER_SHIPPING_REGISTERED' => 9625,
  6120.             'DELIV_COMPLETE_MAIL_ID' => 9625,
  6121.             'DEFERRED_DELIV_SLIP_URL' => 'http://toi.kuronekoyamato.co.jp/cgi-bin/tneko',
  6122.             'YAMATO_PAYNAME_CREDIT' => 'クレジットカード決済',
  6123.             'YAMATO_PAYNAME_CVS' => 'コンビニ決済',
  6124.             'YAMATO_PAYNAME_DEFERRED' => 'クロネコ代金後払い決済',
  6125.             'YAMATO_PAYNAME_PAYPAY' => 'PayPay決済',
  6126.             'YAMATO_PAYCODE_CREDIT' => 'Credit',
  6127.             'YAMATO_PAYCODE_CVS' => 'CVS',
  6128.             'YAMATO_PAYCODE_DEFERRED' => 'Deferred',
  6129.             'DEFERRED_SEND_DELIV_CHARGE' => 100,
  6130.             'DEFERRED_CHARGE' => 190,
  6131.             'CREDIT_METHOD_UC' => 1,
  6132.             'CREDIT_METHOD_DINERS' => 2,
  6133.             'CREDIT_METHOD_JCB' => 3,
  6134.             'CREDIT_METHOD_DC' => 4,
  6135.             'CREDIT_METHOD_MITSUISUMITOMO' => 5,
  6136.             'CREDIT_METHOD_UFJ' => 6,
  6137.             'CREDIT_METHOD_SAISON' => 7,
  6138.             'CREDIT_METHOD_NICOS' => 8,
  6139.             'CREDIT_METHOD_VISA' => 9,
  6140.             'CREDIT_METHOD_MASTER' => 10,
  6141.             'CREDIT_METHOD_AEON' => 11,
  6142.             'CREDIT_METHOD_AMEX' => 12,
  6143.             'CREDIT_METHOD_TOP' => 13,
  6144.             'CREDIT_METHOD_RAKUTEN' => 14,
  6145.             'CREDIT_METHOD_OTHER' => 99,
  6146.             'CONVENI_ID_SEVENELEVEN' => 21,
  6147.             'CONVENI_ID_LAWSON' => 22,
  6148.             'CONVENI_ID_FAMILYMART' => 23,
  6149.             'CONVENI_ID_SEICOMART' => 24,
  6150.             'CONVENI_ID_MINISTOP' => 25,
  6151.             'CONVENI_ID_CIRCLEK' => 26,
  6152.             'CONVENI_NAME_SEVENELEVEN' => 'セブンイレブン',
  6153.             'CONVENI_NAME_LAWSON' => 'ローソン',
  6154.             'CONVENI_NAME_FAMILYMART' => 'ファミリーマート',
  6155.             'CONVENI_NAME_SEICOMART' => 'セイコーマート',
  6156.             'CONVENI_NAME_MINISTOP' => 'ミニストップ',
  6157.             'CONVENI_NAME_CIRCLEK' => 'サークルKサンクス',
  6158.             'CONVENI_FUNCTION_DIV_21' => 'B01',
  6159.             'CONVENI_FUNCTION_DIV_22' => 'B03',
  6160.             'CONVENI_FUNCTION_DIV_23' => 'B02',
  6161.             'CONVENI_FUNCTION_DIV_24' => 'B06',
  6162.             'CONVENI_FUNCTION_DIV_25' => 'B05',
  6163.             'CONVENI_FUNCTION_DIV_26' => 'B04',
  6164.             'EMONEY_METHOD_RAKUTENEDY' => 61,
  6165.             'EMONEY_METHOD_M_RAKUTENEDY' => 62,
  6166.             'EMONEY_METHOD_SUICA' => 63,
  6167.             'EMONEY_METHOD_M_SUICA' => 64,
  6168.             'EMONEY_METHOD_WAON' => 65,
  6169.             'EMONEY_METHOD_M_WAON' => 66,
  6170.             'EMONEY_NAME_RAKUTENEDY' => '楽天Edy決済',
  6171.             'EMONEY_NAME_M_RAKUTENEDY' => '楽天モバイルEdy決済',
  6172.             'EMONEY_NAME_SUICA' => 'Suica決済',
  6173.             'EMONEY_NAME_M_SUICA' => 'モバイルSuica決済',
  6174.             'EMONEY_NAME_WAON' => 'WAON決済',
  6175.             'EMONEY_NAME_M_WAON' => 'モバイルWAON決済',
  6176.             'NETBANK_METHOD_RAKUTENBANK' => 41,
  6177.             'DELIV_TIMECODE' => [
  6178.                 => '',
  6179.                 => '0812',
  6180.                 => '1214',
  6181.                 => '1416',
  6182.                 => '1618',
  6183.                 => '1820',
  6184.                 => '1921',
  6185.                 => '2021',
  6186.                 => '0010',
  6187.                 => '0017',
  6188.             ],
  6189.             'DELETE_DELIV_TIMECODE' => [
  6190.                 => '1214',
  6191.                 => '2021',
  6192.             ],
  6193.             'DELIV_SLIP_TYPE_CORECT' => 2,
  6194.             'DELIV_SLIP_TYPE_NEKOPOS' => 7,
  6195.             'CREDIT_SAVE_LIMIT' => 3,
  6196.             'YAMATO_ENABLE_PAYMENT_VALUE' => 0,
  6197.             'YAMATO_DISABLE_PAYMENT_VALUE' => 1,
  6198.             'YAMATO_MYPAGE_CARD_REGISTER' => 'yamato.mypage.card.register',
  6199.             'YAMATO_MYPAGE_CARD_DELETE' => 'yamato.mypage.card.delete',
  6200.             'YAMATO_DELIV_ADDR_MAX' => 99,
  6201.             'YAMATO_SHIPPED_MAX' => 3,
  6202.             'DEFERRED_DELIV_ADDR_MAX' => 10,
  6203.             'SALE_TYPE_ID_RESERVE' => 9625,
  6204.             'YAMATO_DEADLINE_RECREDIT' => 9,
  6205.             'YAMATO_TRADER_URL' => 'shopping/load_payment_module.php?mode=3dTran',
  6206.             'YAMATO_3D_EXCLUDED' => 'A012050002',
  6207.             'CREDIT_NO_LEN' => 16,
  6208.             'SECURITY_CODE_MIN_LEN' => 3,
  6209.             'SECURITY_CODE_MAX_LEN' => 4,
  6210.             'CARD_ORNER_LEN' => 20,
  6211.             'ITEM_NAME_LEN' => 200,
  6212.             'DEF_REQ_AUTH' => 'KAAAU0010APIAction',
  6213.             'DEF_GET_AUTH_RESULT' => 'KAARS0010APIAction',
  6214.             'DEF_ENTRY_SHIPMENT' => 'KAASL0010APIAction',
  6215.             'DEF_GET_TRAN_STATUS' => 'KAAST0010APIAction',
  6216.             'DEF_CANCEL_AUTH' => 'KAACL0010APIAction',
  6217.             'DEF_GET_INVOICE' => 'KAASD0010APIAction',
  6218.             'DEF_REQ_AUTH_REALTIME' => 'KAARA0010APIAction',
  6219.             'DEF_CHANGE_AMOUNT' => 'KAAKK0010APIAction',
  6220.             'DEF_REISSUE_INVOICE' => 'KAARR0010APIAction',
  6221.             'DEF_SMS_REQ_AUTH' => 'KAASA0020APIAction',
  6222.             'api.name' => [
  6223.                 'A01' => 'クレジット決済登録通常用',
  6224.                 'A02' => 'クレジット決済登録3Dセキュア結果用',
  6225.                 'A03' => 'クレジットカードのお預かり情報照会',
  6226.                 'A04' => 'クレジットカードのお預かり情報変更',
  6227.                 'A05' => 'クレジットカードのお預かり情報削除',
  6228.                 'A06' => 'クレジット決済取消',
  6229.                 'A07' => 'クレジット金額変更',
  6230.                 'A08' => 'クレジット決済登録通常用(トークン)',
  6231.                 'A09' => 'クレジット決済登録3Dセキュア結果用(トークン)',
  6232.                 'A11' => 'クレジット再与信',
  6233.                 'B01' => 'コンビニ(オンライン払い)セブン-イレブン',
  6234.                 'B02' => 'コンビニ(オンライン払い)ファミリーマート',
  6235.                 'B03' => 'コンビニ(オンライン払い)ローソン',
  6236.                 'B04' => 'コンビニ(オンライン払い)サークルKサンクス',
  6237.                 'B05' => 'コンビニ(オンライン払い)ミニストップ',
  6238.                 'B06' => 'コンビニ(オンライン払い)セイコーマート',
  6239.                 'C01' => '電子マネー決済登録(楽天Edy(Cyber))',
  6240.                 'C02' => '電子マネー決済登録(楽天Edy(Mobile))',
  6241.                 'C03' => '電子マネー決済登録(Suica(インターネットサービス))',
  6242.                 'C04' => '電子マネー決済登録(Suica(Mobile))',
  6243.                 'C05' => '電子マネー決済登録(Waon(PC))',
  6244.                 'C06' => '電子マネー決済登録(Waon(MB))',
  6245.                 'D01' => 'ネットバンク決済登録(楽天銀行)',
  6246.                 'E01' => '出荷情報登録',
  6247.                 'E02' => '出荷情報取消',
  6248.                 'E03' => '出荷予定日変更',
  6249.                 'E04' => '取引情報照会',
  6250.                 'F01' => '接続元加盟店ECサーバ認証',
  6251.                 'F02' => '出荷情報登録(切売)',
  6252.                 'F03' => '出荷情報取消(切売)',
  6253.                 'F04' => '取引情報照会(切売)',
  6254.                 'H01' => 'グローバルIPアドレス照会',
  6255.                 'L01' => 'PayPay決済登録',
  6256.                 'L02' => 'PayPay決済取消',
  6257.                 'L03' => 'PayPay金額変更',
  6258.                 'KAAAU0010APIAction' => '後払い与信依頼',
  6259.                 'KAARS0010APIAction' => '後払い与信結果取得',
  6260.                 'KAASL0010APIAction' => '後払い出荷情報登録',
  6261.                 'KAAST0010APIAction' => '後払い取引状況取得',
  6262.                 'KAACL0010APIAction' => '後払い与信取消依頼',
  6263.                 'KAASD0010APIAction' => '後払い請求書印字データ取得',
  6264.                 'KAARA0010APIAction' => '後払いリアルタイムオーソリ',
  6265.                 'KAAKK0010APIAction' => '後払い金額変更(減額)',
  6266.                 'KAARR0010APIAction' => '後払い請求書再発行',
  6267.             ],
  6268.             'api.url' => [
  6269.                 'A01' => 'https://api.kuronekoyamato.co.jp/api/credit',
  6270.                 'A02' => 'https://api.kuronekoyamato.co.jp/api/credit3D',
  6271.                 'A03' => 'https://api.kuronekoyamato.co.jp/api/creditInfoGet',
  6272.                 'A04' => 'https://api.kuronekoyamato.co.jp/api/creditInfoUpdate',
  6273.                 'A05' => 'https://api.kuronekoyamato.co.jp/api/creditInfoDelete',
  6274.                 'A06' => 'https://api.kuronekoyamato.co.jp/api/creditCancel',
  6275.                 'A07' => 'https://api.kuronekoyamato.co.jp/api/creditChangePrice',
  6276.                 'A08' => 'https://api.kuronekoyamato.co.jp/api/creditToken',
  6277.                 'A09' => 'https://api.kuronekoyamato.co.jp/api/creditToken3D',
  6278.                 'A11' => 'https://api.kuronekoyamato.co.jp/api/reAuth',
  6279.                 'B01' => 'https://api.kuronekoyamato.co.jp/api/cvs1',
  6280.                 'B02' => 'https://api.kuronekoyamato.co.jp/api/cvs2',
  6281.                 'B03' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  6282.                 'B04' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  6283.                 'B05' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  6284.                 'B06' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  6285.                 'C01' => 'https://api.kuronekoyamato.co.jp/api/e_money1',
  6286.                 'C02' => 'https://api.kuronekoyamato.co.jp/api/e_money2',
  6287.                 'C03' => 'https://api.kuronekoyamato.co.jp/api/e_money3',
  6288.                 'C04' => 'https://api.kuronekoyamato.co.jp/api/e_money4',
  6289.                 'C05' => 'https://api.kuronekoyamato.co.jp/api/e_money5',
  6290.                 'C06' => 'https://api.kuronekoyamato.co.jp/api/e_money6',
  6291.                 'D01' => 'https://api.kuronekoyamato.co.jp/api/bank1',
  6292.                 'E01' => 'https://api.kuronekoyamato.co.jp/api/shipmentEntry',
  6293.                 'E02' => 'https://api.kuronekoyamato.co.jp/api/shipmentCancel',
  6294.                 'E03' => 'https://api.kuronekoyamato.co.jp/api/changeDate',
  6295.                 'E04' => 'https://api.kuronekoyamato.co.jp/api/tradeInfo',
  6296.                 'F01' => 'https://apixp.kuronekoyamato.co.jp/api/xp/authXp',
  6297.                 'F02' => 'https://apixp.kuronekoyamato.co.jp/api/xp/shipmentEntryXp',
  6298.                 'F03' => 'https://apixp.kuronekoyamato.co.jp/api/xp/shipmentCancelXp',
  6299.                 'F04' => 'https://apixp.kuronekoyamato.co.jp/api/xp/tradeInfoXp',
  6300.                 'H01' => 'https://ptwebcollect.jp/test_gateway/traderIp.api',
  6301.                 'L01' => 'https://api.kuronekoyamato.co.jp/api/paypaySettle',
  6302.                 'L02' => 'https://api.kuronekoyamato.co.jp/api/paypaySettleCancel',
  6303.                 'L03' => 'https://api.kuronekoyamato.co.jp/api/paypayChangePrice',
  6304.                 'KAAAU0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAAU0010APIAction_execute.action',
  6305.                 'KAARS0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARS0010APIAction_execute.action',
  6306.                 'KAASL0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASL0010APIAction_execute.action',
  6307.                 'KAAST0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAST0010APIAction_execute.action',
  6308.                 'KAACL0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAACL0010APIAction_execute.action',
  6309.                 'KAASD0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASD0010APIAction_execute.action',
  6310.                 'KAARA0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARA0010APIAction_execute.action',
  6311.                 'KAAKK0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAKK0010APIAction_execute.action',
  6312.                 'KAARR0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARR0010APIAction_execute.action',
  6313.                 'KAASA0020APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASA0020APIAction_execute.action',
  6314.             ],
  6315.             'api.test.gateway' => [
  6316.                 'A01' => 'https://ptwebcollect.jp/test_gateway/credit.api',
  6317.                 'A02' => 'https://ptwebcollect.jp/test_gateway/credit3D.api',
  6318.                 'A03' => 'https://ptwebcollect.jp/test_gateway/creditInfoGet.api',
  6319.                 'A04' => 'https://ptwebcollect.jp/test_gateway/creditInfoUpdate.api',
  6320.                 'A05' => 'https://ptwebcollect.jp/test_gateway/creditInfoDelete.api',
  6321.                 'A06' => 'https://ptwebcollect.jp/test_gateway/creditCancel.api',
  6322.                 'A07' => 'https://ptwebcollect.jp/test_gateway/creditChangePrice.api',
  6323.                 'A08' => 'https://ptwebcollect.jp/test_gateway/creditToken.api',
  6324.                 'A09' => 'https://ptwebcollect.jp/test_gateway/creditToken3D.api',
  6325.                 'A11' => 'https://ptwebcollect.jp/test_gateway/reAuth.api',
  6326.                 'B01' => 'https://ptwebcollect.jp/test_gateway/cvs1.api',
  6327.                 'B02' => 'https://ptwebcollect.jp/test_gateway/cvs2.api',
  6328.                 'B03' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  6329.                 'B04' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  6330.                 'B05' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  6331.                 'B06' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  6332.                 'C01' => 'https://ptwebcollect.jp/test_gateway/e_money1.api',
  6333.                 'C02' => 'https://ptwebcollect.jp/test_gateway/e_money2.api',
  6334.                 'C03' => 'https://ptwebcollect.jp/test_gateway/e_money3.api',
  6335.                 'C04' => 'https://ptwebcollect.jp/test_gateway/e_money4.api',
  6336.                 'C05' => 'https://ptwebcollect.jp/test_gateway/e_money5.api',
  6337.                 'C06' => 'https://ptwebcollect.jp/test_gateway/e_money6.api',
  6338.                 'D01' => 'https://ptwebcollect.jp/test_gateway/bank1.api',
  6339.                 'E01' => 'https://ptwebcollect.jp/test_gateway/shipmentEntry.api',
  6340.                 'E02' => 'https://ptwebcollect.jp/test_gateway/shipmentCancel.api',
  6341.                 'E03' => 'https://ptwebcollect.jp/test_gateway/changeDate.api',
  6342.                 'E04' => 'https://ptwebcollect.jp/test_gateway/tradeInfo.api',
  6343.                 'F01' => 'https://ptwebcollect.jp/test_gateway/xp/authXp.api',
  6344.                 'F02' => 'https://ptwebcollect.jp/test_gateway/xp/shipmentEntryXp.api',
  6345.                 'F03' => 'https://ptwebcollect.jp/test_gateway/xp/shipmentCancelXp.api',
  6346.                 'F04' => 'https://ptwebcollect.jp/test_gateway/xp/tradeInfoXp.api',
  6347.                 'H01' => 'https://ptwebcollect.jp/test_gateway/traderIp.api',
  6348.                 'L01' => 'https://ptwebcollect.jp/test_gateway/paypaySettle.api',
  6349.                 'L02' => 'https://ptwebcollect.jp/test_gateway/paypaySettleCancel.api',
  6350.                 'L03' => 'https://ptwebcollect.jp/test_gateway/paypayChangePrice.api',
  6351.                 'KAARS0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARS0010APIAction_execute.action',
  6352.                 'KAASL0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASL0010APIAction_execute.action',
  6353.                 'KAAST0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAST0010APIAction_execute.action',
  6354.                 'KAACL0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAACL0010APIAction_execute.action',
  6355.                 'KAASD0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASD0010APIAction_execute.action',
  6356.                 'KAARA0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARA0010APIAction_execute.action',
  6357.                 'KAAKK0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAKK0010APIAction_execute.action',
  6358.                 'KAARR0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARR0010APIAction_execute.action',
  6359.                 'KAASA0020APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASA0020APIAction_execute.action',
  6360.             ],
  6361.             'TOKEN_URL_1' => 'https://api.kuronekoyamato.co.jp/api/token/js/embeddedTokenLib.js',
  6362.             'TOKEN_URL_0' => 'https://ptwebcollect.jp/test_gateway/token/js/embeddedTokenLib.js',
  6363.             'USE_SECURITY_CODE' => 1,
  6364.             'YAMATO_MULTI_ATACK_PERMIT_COUNT' => 5,
  6365.             'YAMATO_MULTI_ATACK_WAIT' => 5,
  6366.             'ERR_DEF_AMOUNT_NOT_CHANGE' => 'kaakk049E',
  6367.             'yamato_error_msg' => [
  6368.                 'A011010201' => '加盟店コードなし',
  6369.                 'A011010202' => '加盟店コードの桁数不正',
  6370.                 'A011010204' => '加盟店コードに禁止文字あり',
  6371.                 'A011010301' => '端末区分なし',
  6372.                 'A011010306' => '端末区分の不正セット',
  6373.                 'A011010401' => '受付番号なし',
  6374.                 'A011010402' => '受付番号の桁数不正',
  6375.                 'A011010404' => '受付番号に禁止文字あり',
  6376.                 'A011010501' => '決済金額なし',
  6377.                 'A011010502' => '決済金額の桁数不正',
  6378.                 'A011010504' => '決済金額に禁止文字あり',
  6379.                 'A011010601' => '購入者名(漢字)なし',
  6380.                 'A011010603' => '購入者名(漢字)のバイト数不正',
  6381.                 'A011010701' => '購入者TELなし',
  6382.                 'A011010702' => '購入者TELの桁数不正',
  6383.                 'A011010704' => '購入者TELに禁止文字あり',
  6384.                 'A011010801' => '購入者E-Mailなし',
  6385.                 'A011010802' => '購入者E-Mailの桁数不正',
  6386.                 'A011010901' => '認証区分なし',
  6387.                 'A011011001' => '支払回数なし',
  6388.                 'A011011002' => '支払回数の桁数不正',
  6389.                 'A011011004' => '支払回数に禁止文字あり',
  6390.                 'A011011101' => 'オプションサービス区分なし',
  6391.                 'A011011106' => 'オプションサービス区分の不正セット',
  6392.                 'A011010571' => '決済金額の下限額オーバ',
  6393.                 'A011011271' => '商品名に禁止文字あり',
  6394.                 'A011011272' => '商品名の半角桁・全角桁・バイト数不正',
  6395.                 'A011010671' => '購入者名(漢字)に禁止文字あり',
  6396.                 'A011010672' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  6397.                 'A011010871' => '購入者E-Mailに禁止文字あり',
  6398.                 'A011010971' => '認証区分の不正セット',
  6399.                 'A011010972' => '認証区分の不正セット',
  6400.                 'A011011371' => 'カード会社コード(API用)なし',
  6401.                 'A011011372' => 'カード番号が不正です。確認し再入力するか、別のカードをご利用ください。',
  6402.                 'A011011471' => 'カード番号なし',
  6403.                 'A011011472' => 'カード番号の桁数不正',
  6404.                 'A011011473' => 'カード番号に禁止文字あり',
  6405.                 'A011011571' => 'セキュリティコードなし',
  6406.                 'A011011572' => 'セキュリティコードの桁数不正',
  6407.                 'A011011573' => 'セキュリティコードに禁止文字あり',
  6408.                 'A011011671' => 'カード名義人なし',
  6409.                 'A011011672' => 'カード名義人の桁数不正',
  6410.                 'A011011673' => 'カード名義人に禁止文字あり',
  6411.                 'A011011771' => 'カード有効期限なし',
  6412.                 'A011011772' => 'カード有効期限の形式不正',
  6413.                 'A011011773' => 'カード有効期限の期限不正',
  6414.                 'A011011871' => '加盟店ECサイトURLなし',
  6415.                 'A011011872' => '加盟店ECサイトURLの桁数不正',
  6416.                 'A011011873' => '加盟店ECサイトURLの形式不正',
  6417.                 'A011011971' => '会員IDなし',
  6418.                 'A011011972' => '会員IDの桁数不正',
  6419.                 'A011011973' => '会員IDに禁止文字あり',
  6420.                 'A011012071' => '認証キーなし',
  6421.                 'A011012072' => '認証キーの桁数不正',
  6422.                 'A011012073' => '認証キーに禁止文字あり',
  6423.                 'A011012171' => 'カード識別キーの不正セット',
  6424.                 'A011012271' => '最終利用日時の形式不正',
  6425.                 'A011012371' => '出荷予定日なし',
  6426.                 'A011012372' => '出荷予定日の形式不正',
  6427.                 'A011012373' => '出荷予定日の日付不正(下限日)',
  6428.                 'A011012374' => '出荷予定日の日付不正(上限日)',
  6429.                 'A011012471' => 'チェックサムなし',
  6430.                 'A011012472' => 'チェックサムの改ざんあり',
  6431.                 'A012000001' => '当該加盟店の利用デバイス決済利用不可',
  6432.                 'A012000002' => '当該加盟店のクレジット決済利用不可',
  6433.                 'A012000003' => '当該加盟店の認証不可',
  6434.                 'A011010572' => '決済金額の上限額オーバ',
  6435.                 'A012010001' => '当該受注の二重決済',
  6436.                 'A012020001' => '当該加盟店のお預かり利用不可',
  6437.                 'A012030001' => '当該加盟店のお預かり取得不可',
  6438.                 'A012040001' => '当該加盟店のカード会社情報取得不可',
  6439.                 'A012040002' => '当該加盟店の支払方法取得不可',
  6440.                 'A012050001' => '3D認証に失敗しました。別のカードをご利用ください。',
  6441.                 'A012050002' => '3D認証対象外',
  6442.                 'A012060001' => 'カード情報に誤りがあります。確認し再入力するか、別のカードをご利用ください。',
  6443.                 'A012070001' => '当該加盟店のお預かり処理不可',
  6444.                 'A012080001' => '各種マスタ取得失敗',
  6445.                 'A012090001' => '請求後取消用のお預かり処理失敗',
  6446.                 'A021010201' => '加盟店コードなし',
  6447.                 'A021010202' => '加盟店コードの桁数不正',
  6448.                 'A021010204' => '加盟店コードに禁止文字あり',
  6449.                 'A021010301' => '受付番号なし',
  6450.                 'A021010302' => '受付番号の桁数不正',
  6451.                 'A021010304' => '受付番号に禁止文字あり',
  6452.                 'A021010401' => '3D認証応答電文パラメータ不正',
  6453.                 'A021010501' => '3D認証応答電文パラメータ不正',
  6454.                 'A021010601' => '3D認証応答電文パラメータ不正',
  6455.                 'A021010701' => '3D認証応答電文パラメータ不正',
  6456.                 'A021010801' => '3D認証応答電文パラメータ不正',
  6457.                 'A021010901' => '3D認証応答電文パラメータ不正',
  6458.                 'A021011001' => '3D認証応答電文パラメータ不正',
  6459.                 'A021011101' => '3D認証応答電文パラメータ不正',
  6460.                 'A021011201' => '3D認証応答電文パラメータ不正',
  6461.                 'A021011501' => '3D認証応答電文パラメータ不正',
  6462.                 'A021011701' => '3D認証応答電文パラメータ不正',
  6463.                 'A021011801' => '3D認証応答電文パラメータ不正',
  6464.                 'A021011901' => '3D認証応答電文パラメータ不正',
  6465.                 'A021012001' => '3Dトークンなし',
  6466.                 'A021012002' => '3Dトークンの桁数不正',
  6467.                 'A022000001' => '当該加盟店の利用デバイス決済利用不可',
  6468.                 'A022000002' => '当該加盟店のクレジット決済利用不可',
  6469.                 'A022010001' => '当該受注の二重決済',
  6470.                 'A022020001' => '3D認証応答電文不正',
  6471.                 'A022020002' => '3D認証結果不正',
  6472.                 'A022030001' => 'カード情報に誤りがあります。確認し再入力するか、別のカードをご利用ください。',
  6473.                 'A022040001' => '当該加盟店のお預かり処理不可',
  6474.                 'A022050001' => '各種マスタ取得失敗',
  6475.                 'A022060001' => '請求後取消失敗',
  6476.                 'A061010201' => '加盟店コードなし',
  6477.                 'A061010202' => '加盟店コードの桁数不正',
  6478.                 'A061010204' => '加盟店コードに禁止文字あり',
  6479.                 'A061010301' => '受付番号なし',
  6480.                 'A061010302' => '受付番号の桁数不正',
  6481.                 'A061010304' => '受付番号に禁止文字あり',
  6482.                 'A062010001' => '受注データが存在しない',
  6483.                 'A062010002' => '受注データ方式不正',
  6484.                 'A062010003' => '受注データが取消不可ステータス',
  6485.                 'A062010004' => '決済機関に処理レコードが存在しない(クレジットカード精算済み)',
  6486.                 'A062010005' => '与信エラー:ステータスNG',
  6487.                 'A062010007' => '与信エラー:更新無し',
  6488.                 'A062030001' => '請求後取消失敗',
  6489.                 'A070000000' => 'バッチ処理時間帯により金額変更機能使用不可',
  6490.                 'A071010201' => '加盟店コードなし',
  6491.                 'A071010202' => '加盟店コードの桁数不正',
  6492.                 'A071010204' => '加盟店コードに禁止文字あり',
  6493.                 'A071010301' => '受付番号なし',
  6494.                 'A071010302' => '受付番号の桁数不正',
  6495.                 'A071010304' => '受付番号に禁止文字あり',
  6496.                 'A071010401' => '変更後決済金額なし',
  6497.                 'A071010402' => '変更後決済金額の桁数不正',
  6498.                 'A071010404' => '決済金額に禁止文字あり',
  6499.                 'A071010471' => '決済金額の下限額オーバ',
  6500.                 'A071010472' => '決済金額の上限額オーバ',
  6501.                 'A072000001' => '当該加盟店の金額変更サービス利用不可',
  6502.                 'A073000001' => '受付番号の受注データ不正',
  6503.                 'A073000002' => '同梱中受注',
  6504.                 'A074000001' => '金額変更なし',
  6505.                 'A074000002' => '当該加盟店の増額利用不可',
  6506.                 'A075000001' => '金額変更に利用するクレジットカード情報なし',
  6507.                 'A076000001' => '金額変更時の与信処理に失敗',
  6508.                 'A077000001' => '金額変更時の取消処理に失敗',
  6509.                 'A031010201' => '加盟店コードなし',
  6510.                 'A031010202' => '加盟店コードの桁数不正',
  6511.                 'A031010204' => '加盟店コードに禁止文字あり',
  6512.                 'A031010301' => '会員IDなし',
  6513.                 'A031010302' => '会員IDの桁数不正',
  6514.                 'A031010401' => '認証キーなし',
  6515.                 'A031010402' => '認証キーの桁数不正',
  6516.                 'A031010501' => 'チェックサムなし',
  6517.                 'A031010371' => '会員IDに禁止文字あり',
  6518.                 'A031010471' => '認証キーに禁止文字あり',
  6519.                 'A031010571' => 'チェックサム不正',
  6520.                 'A032000001' => '当該加盟店のお預かりサービス利用不可',
  6521.                 'A033000001' => 'お預かり情報の取得エラー',
  6522.                 'A041010201' => '加盟店コードなし',
  6523.                 'A041010202' => '加盟店コードの桁数不正',
  6524.                 'A041010204' => '加盟店コードに禁止文字あり',
  6525.                 'A041010301' => '会員IDなし',
  6526.                 'A041010302' => '会員IDの桁数不正',
  6527.                 'A041010401' => '認証キーなし',
  6528.                 'A041010402' => '認証キーの桁数不正',
  6529.                 'A041010501' => 'チェックサムなし',
  6530.                 'A041010601' => 'カード識別キーなし',
  6531.                 'A041010606' => 'カード識別キーの不正セット',
  6532.                 'A041010705' => 'カード有効期限のフォーマット不正',
  6533.                 'A041010802' => 'カード名義人の桁数不正',
  6534.                 'A041010804' => 'カード名義人に禁止文字あり',
  6535.                 'A041010906' => 'カード会社コードの不正セット',
  6536.                 'A041011001' => '最終利用日時なし',
  6537.                 'A041011005' => '最終利用日時のフォーマット不正',
  6538.                 'A041010371' => '会員IDに禁止文字あり',
  6539.                 'A041010471' => '認証キーに禁止文字あり',
  6540.                 'A041010571' => 'チェックサム不正',
  6541.                 'A041010771' => 'カードの有効期限切れ',
  6542.                 'A042000001' => '当該加盟店の決済利用不可',
  6543.                 'A042000002' => '当該加盟店のクレジット利用不可',
  6544.                 'A042000003' => '当該加盟店のお預かりサービス利用不可',
  6545.                 'A042000004' => '当該加盟店のカード会社利用不可',
  6546.                 'A043000001' => '当該カードの排他エラー',
  6547.                 'A043000002' => '当該カードの変更なし',
  6548.                 'A043000003' => '当該カードの取得エラー',
  6549.                 'A044000001' => '当該カードの有効性エラー',
  6550.                 'A045000001' => '当該カードの更新エラー',
  6551.                 'A051010201' => '加盟店コードなし',
  6552.                 'A051010202' => '加盟店コードの桁数不正',
  6553.                 'A051010204' => '加盟店コードに禁止文字あり',
  6554.                 'A051010301' => '会員IDなし',
  6555.                 'A051010302' => '会員IDの桁数不正',
  6556.                 'A051010401' => '認証キーなし',
  6557.                 'A051010402' => '認証キーの桁数不正',
  6558.                 'A051010501' => 'チェックサムなし',
  6559.                 'A051010601' => 'カード識別キーなし',
  6560.                 'A051010606' => 'カード識別キーの不正セット',
  6561.                 'A051010701' => '最終利用日時なし',
  6562.                 'A051010705' => '最終利用日時のフォーマット不正',
  6563.                 'A051010371' => '会員IDに禁止文字あり',
  6564.                 'A051010471' => '認証キーに禁止文字あり',
  6565.                 'A051010571' => 'チェックサム不正',
  6566.                 'A052000001' => '当該加盟店のお預かりサービス利用不可',
  6567.                 'A053000001' => '当該カードの排他エラー',
  6568.                 'A054000001' => '当該カードの削除エラー',
  6569.                 'A081010201' => '加盟店コードの設定がありません。',
  6570.                 'A081010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  6571.                 'A081010204' => '半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  6572.                 'A081010301' => '端末区分の設定がありません。',
  6573.                 'A081010306' => '端末区分に「1」、「2」以外の値が設定されておりますので、リクエスト内容をご確認ください。',
  6574.                 'A081010401' => '受付番号の設定がありません。',
  6575.                 'A081010402' => '受付番号の桁数をオーバーしております。23桁以下にして頂きますようお願い致します。',
  6576.                 'A081010404' => '受付番号にご利用頂けない文字種別が設定されております。',
  6577.                 'A081010501' => '決済金額の設定がありません。',
  6578.                 'A081010502' => 'ご利用可能な決済金額をオーバーしております。',
  6579.                 'A081010504' => '決済金額に半角数字以外の文字種別が設定されております。',
  6580.                 'A081010571' => '決済金額は1円以上となっております。',
  6581.                 'A081010572' => 'ご利用可能な決済金額上限をご確認ください。',
  6582.                 'A081010601' => '購入者名(漢字)の設定がありません。',
  6583.                 'A081010671' => '購入者名(漢字)にサポート対象外の文字が含まれております。',
  6584.                 'A081010672' => '購入者名(漢字)の桁数もしくはバイト数がオーバーしております。',
  6585.                 'A081010701' => '購入者TELの設定がありません。',
  6586.                 'A081010702' => '購入者TELの桁数に誤りがございます。',
  6587.                 'A081010704' => '購入者TELに半角数字、「-(半角ハイフン)」以外の文字種別が設定されております。',
  6588.                 'A081010801' => '購入者E-Mailの設定がありません。',
  6589.                 'A081010802' => '購入者E-Mailの桁数をオーバーしております。',
  6590.                 'A081010871' => '購入者E-Mailが誤っております。',
  6591.                 'A081010872' => '購入者E-mailのアカウント部分(@(アットマーク)より前)もしくはドメイン部分(@(アットマーク)より後)が入力されておりません。',
  6592.                 'A081010901' => '支払回数の設定がありません。',
  6593.                 'A081010902' => '支払回数の桁数が誤っております。支払回数をご確認ください。',
  6594.                 'A081010904' => '支払回数に半角数字以外の文字種別が設定されております。',
  6595.                 'A081011071' => '商品名にサポート対象外の文字が含まれております。商品名をご確認ください。',
  6596.                 'A081011072' => '商品名の桁数もしくはバイト数がオーバーしております。',
  6597.                 'A081011171' => 'カード会社コード(API用)の設定がありません。',
  6598.                 'A081011172' => '決済手段一覧区分1~13以外の値が設定されておりますので、リクエスト内容をご確認ください。',
  6599.                 'A081011201' => 'トークンの設定がありません。',
  6600.                 'A081011202' => 'トークンの桁数に誤りがございます。',
  6601.                 'A081011204' => 'トークンにサポート対象外の文字が含まれております。トークンをご確認ください。',
  6602.                 'A081011371' => '加盟店ECサイトURLの設定がありません。',
  6603.                 'A081011372' => '加盟店ECサイトURLの桁数をオーバーしております。',
  6604.                 'A081011373' => '加盟店様ECサイトURLがhttps形式ではございません。',
  6605.                 'A081011471' => '出荷予定日の日付形式が誤っております。',
  6606.                 'A081011472' => '出荷予定日に過去日が設定されております。有効期限をご確認下さい。',
  6607.                 'A081011473' => '出荷予定日に誤りがあります。',
  6608.                 'A082000001' => '加盟店の決済利用不可',
  6609.                 'A082000002' => 'クレジット決済利用開始日設定不備',
  6610.                 'A082000003' => 'リクエスト頂いた受付番号がすでに登録されております。受付番号をご確認ください。',
  6611.                 'A082000004' => 'トークンのカード情報取得に失敗しました。',
  6612.                 'A082000005' => 'オプションサービスの契約がございません。',
  6613.                 'A082000006' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  6614.                 'A082000007' => 'ご利用可能なクレジットカード支払回数が設定されておりません。支払回数をご確認ください。',
  6615.                 'A082000008' => '決済を行うクレジットカード情報のご確認をお願い致します',
  6616.                 'A082000010' => '与信処理不可',
  6617.                 'A082000011' => 'お預かり処理不可。①登録できるカードは3件までです。or ②リクエスト頂いたクレジットカード情報は、すでにお預け済み(登録済)です。',
  6618.                 'A082000012' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  6619.                 'A091010201' => '加盟店コードの設定がありません。',
  6620.                 'A091010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  6621.                 'A091010204' => '半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  6622.                 'A091010301' => '受付番号の設定がありません。',
  6623.                 'A091010302' => '受付番号の桁数をオーバーしております。23桁以下にして頂きますようお願い致します。',
  6624.                 'A091010304' => '受付番号文字種別誤り',
  6625.                 'A091010401' => '3Dセキュア応答電文パラメータ誤り',
  6626.                 'A091010501' => '3Dセキュア応答電文パラメータ誤り',
  6627.                 'A091010601' => '3Dセキュア応答電文パラメータ誤り',
  6628.                 'A091010701' => '3Dセキュア応答電文パラメータ誤り',
  6629.                 'A091010801' => '3Dセキュア応答電文パラメータ誤り',
  6630.                 'A091010901' => '3Dセキュア応答電文パラメータ誤り',
  6631.                 'A091011001' => '3Dセキュア応答電文パラメータ誤り',
  6632.                 'A091011101' => '3Dセキュア応答電文パラメータ誤り',
  6633.                 'A091011201' => '3Dセキュア応答電文パラメータ誤り',
  6634.                 'A091011501' => '3Dセキュア応答電文パラメータ誤り',
  6635.                 'A091011701' => '3Dセキュア応答電文パラメータ誤り',
  6636.                 'A091011801' => '3Dセキュア応答電文パラメータ誤り',
  6637.                 'A091011901' => '3Dセキュア応答電文パラメータ誤り',
  6638.                 'A091012001' => '3Dトークンの設定がありません。',
  6639.                 'A091012002' => '3Dトークンの桁数が誤っております。',
  6640.                 'A092000001' => 'リクエスト頂いた受付番号がすでに登録されております。',
  6641.                 'A092000002' => 'システムエラー(カード情報取得)',
  6642.                 'A092000003' => '3Dセキュア応答電文誤り',
  6643.                 'A092000004' => '3Dセキュアがキャンセルされました。',
  6644.                 'A092000005' => '与信処理不可',
  6645.                 'A092000006' => 'お預かり処理不可。①登録できるカードは3件までです。or ②リクエスト頂いたクレジットカード情報は、すでにお預け済み(登録済)です。',
  6646.                 'A110000000' => '23:00~1:00は、夜間処理中の為、再与信が行えません。',
  6647.                 'A111010201' => '加加盟店コードの設定がありません。',
  6648.                 'A111010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  6649.                 'A111010204' => '加盟店コードに半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  6650.                 'A111010301' => '受付番号の設定がありません。',
  6651.                 'A111010302' => '受付番号の桁数をオーバーしております。',
  6652.                 'A111010304' => '受付番号にご利用頂けない文字種別が設定されております。',
  6653.                 'A112000001' => '加盟店のクレジット設定不備',
  6654.                 'A112000002' => '再与信対象外 該当の受注に対して再与信は行えません。',
  6655.                 'A112000003' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  6656.                 'A112000004' => '再与信NG 再与信を行いましたが、カードの有効性が確認できずNGとなりました。',
  6657.                 'B011010201' => '加盟店コードなし',
  6658.                 'B011010202' => '加盟店コードの桁数不正',
  6659.                 'B011010204' => '加盟店コードに禁止文字あり',
  6660.                 'B011010301' => '端末区分なし',
  6661.                 'B011010306' => '端末区分の不正セット',
  6662.                 'B011010401' => '受付番号なし',
  6663.                 'B011010402' => '受付番号の桁数不正',
  6664.                 'B011010404' => '受付番号に禁止文字あり',
  6665.                 'B011010601' => '決済金額なし',
  6666.                 'B011010602' => '決済金額の桁数不正',
  6667.                 'B011010604' => '決済金額に禁止文字あり',
  6668.                 'B011010701' => '購入者名(漢字)なし',
  6669.                 'B011010702' => '購入者名(漢字)の桁数不正',
  6670.                 'B011010801' => '購入者E-Mailなし',
  6671.                 'B011010802' => '購入者E-Mailの桁数不正',
  6672.                 'B011010671' => '決済金額の下限額オーバー',
  6673.                 'B011010672' => '決済金額のセブン-イレブン上限額オーバー',
  6674.                 'B011010571' => '商品名に禁止文字あり',
  6675.                 'B011010572' => '商品名の半角桁・全角桁・バイト数不正',
  6676.                 'B011010771' => '購入者名(漢字)に禁止文字あり',
  6677.                 'B011010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  6678.                 'B011010871' => '購入者E-Mailに禁止文字あり',
  6679.                 'B012000001' => '当該加盟店の利用デバイス決済利用不可',
  6680.                 'B012000002' => '当該加盟店のセブン-イレブン利用不可',
  6681.                 'B013000001' => '当該受注の二重決済',
  6682.                 'B014000001' => '決済申込み失敗',
  6683.                 'B021010201' => '加盟店コードなし',
  6684.                 'B021010202' => '加盟店コードの桁数不正',
  6685.                 'B021010204' => '加盟店コードに禁止文字あり',
  6686.                 'B021010301' => '端末区分なし',
  6687.                 'B021010306' => '端末区分の不正セット',
  6688.                 'B021010401' => '受付番号なし',
  6689.                 'B021010402' => '受付番号の桁数不正',
  6690.                 'B021010404' => '受付番号に禁止文字あり',
  6691.                 'B021010601' => '決済金額なし',
  6692.                 'B021010602' => '決済金額の桁数不正',
  6693.                 'B021010604' => '決済金額に禁止文字あり',
  6694.                 'B021010701' => '購入者名(漢字)なし',
  6695.                 'B021010702' => '購入者名(漢字)の桁数不正',
  6696.                 'B021010801' => '購入者名(フリガナ)なし',
  6697.                 'B021010802' => '購入者名(フリガナ)の桁数不正',
  6698.                 'B021010901' => '購入者TELなし',
  6699.                 'B021010902' => '購入者TELの桁数不正',
  6700.                 'B021010904' => '購入者TELに禁止文字あり',
  6701.                 'B021011001' => '購入者E-Mailなし',
  6702.                 'B021011002' => '購入者E-Mailの桁数不正',
  6703.                 'B021010671' => '決済金額の下限額オーバー',
  6704.                 'B021010672' => '決済金額のファミリーマート上限額オーバー',
  6705.                 'B021010571' => '商品名に禁止文字あり',
  6706.                 'B021010572' => '商品名の半角桁・全角桁・バイト数不正',
  6707.                 'B021010771' => '購入者名(漢字)に禁止文字あり',
  6708.                 'B021010871' => '購入者名(フリガナ)に禁止文字あり',
  6709.                 'B021011071' => '購入者E-Mailに禁止文字あり',
  6710.                 'B022000001' => '当該加盟店の利用デバイス決済利用不可',
  6711.                 'B022000002' => '当該加盟店のファミリーマート利用不可',
  6712.                 'B023000001' => '当該受注の二重決済',
  6713.                 'B024000001' => '決済申込み失敗',
  6714.                 'B031010201' => '加盟店コードなし',
  6715.                 'B031010202' => '加盟店コードの桁数不正',
  6716.                 'B031010204' => '加盟店コードに禁止文字あり',
  6717.                 'B031010301' => '端末区分なし',
  6718.                 'B031010306' => '端末区分の不正セット',
  6719.                 'B031010401' => '受付番号なし',
  6720.                 'B031010402' => '受付番号の桁数不正',
  6721.                 'B031010404' => '受付番号に禁止文字あり',
  6722.                 'B031010501' => '商品名なし',
  6723.                 'B031010601' => '決済金額なし',
  6724.                 'B031010602' => '決済金額の桁数不正',
  6725.                 'B031010604' => '決済金額に禁止文字あり',
  6726.                 'B031010701' => '購入者名(漢字)なし',
  6727.                 'B031010702' => '購入者名(漢字)の桁数不正',
  6728.                 'B031010801' => '購入者TELなし',
  6729.                 'B031010802' => '購入者TELの桁数不正',
  6730.                 'B031010804' => '購入者TELに禁止文字あり',
  6731.                 'B031010901' => '購入者E-Mailなし',
  6732.                 'B031010902' => '購入者E-Mailの桁数不正',
  6733.                 'B031010671' => '決済金額の下限額オーバー',
  6734.                 'B031010672' => '決済金額のローソン上限額オーバー',
  6735.                 'B031010571' => '商品名に禁止文字あり',
  6736.                 'B031010572' => '商品名の半角桁・全角桁・バイト数不正',
  6737.                 'B031010771' => '購入者名(漢字)に禁止文字あり',
  6738.                 'B031010871' => '購入者TELの桁数不正',
  6739.                 'B031010971' => '購入者E-Mailに禁止文字あり',
  6740.                 'B032000001' => '当該加盟店の利用デバイス決済利用不可',
  6741.                 'B032000002' => '当該加盟店のローソン利用不可',
  6742.                 'B033000001' => '当該受注の二重決済',
  6743.                 'B034000001' => '決済申込み失敗',
  6744.                 'B034000002' => 'サイト注文番号重複エラー(決済申込み時)',
  6745.                 'B041010201' => '加盟店コードなし',
  6746.                 'B041010202' => '加盟店コードの桁数不正',
  6747.                 'B041010204' => '加盟店コードに禁止文字あり',
  6748.                 'B041010301' => '端末区分なし',
  6749.                 'B041010306' => '端末区分の不正セット',
  6750.                 'B041010401' => '受付番号なし',
  6751.                 'B041010402' => '受付番号の桁数不正',
  6752.                 'B041010404' => '受付番号に禁止文字あり',
  6753.                 'B041010501' => '商品名なし',
  6754.                 'B041010601' => '決済金額なし',
  6755.                 'B041010602' => '決済金額の桁数不正',
  6756.                 'B041010604' => '決済金額に禁止文字あり',
  6757.                 'B041010701' => '購入者名(漢字)なし',
  6758.                 'B041010702' => '購入者名(漢字)の桁数不正',
  6759.                 'B041010801' => '購入者TELなし',
  6760.                 'B041010802' => '購入者TELの桁数不正',
  6761.                 'B041010804' => '購入者TELに禁止文字あり',
  6762.                 'B041010901' => '購入者E-Mailなし',
  6763.                 'B041010902' => '購入者E-Mailの桁数不正',
  6764.                 'B041010671' => '決済金額の下限額オーバー',
  6765.                 'B041010672' => '決済金額のサークルKサンクス上限額オーバー',
  6766.                 'B041010571' => '商品名に禁止文字あり',
  6767.                 'B041010572' => '商品名の半角桁・全角桁・バイト数不正',
  6768.                 'B041010771' => '購入者名(漢字)に禁止文字あり',
  6769.                 'B041010871' => '購入者TELの桁数不正',
  6770.                 'B041010971' => '購入者E-Mailに禁止文字あり',
  6771.                 'B042000001' => '当該加盟店の利用デバイス決済利用不可',
  6772.                 'B042000002' => '当該加盟店のサークルKサンクス利用不可',
  6773.                 'B043000001' => '当該受注の二重決済',
  6774.                 'B044000001' => '決済申込み失敗',
  6775.                 'B044000002' => 'サイト注文番号重複エラー(決済申込み時)',
  6776.                 'B051010201' => '加盟店コードなし',
  6777.                 'B051010202' => '加盟店コードの桁数不正',
  6778.                 'B051010204' => '加盟店コードに禁止文字あり',
  6779.                 'B051010301' => '端末区分なし',
  6780.                 'B051010306' => '端末区分の不正セット',
  6781.                 'B051010401' => '受付番号なし',
  6782.                 'B051010402' => '受付番号の桁数不正',
  6783.                 'B051010404' => '受付番号に禁止文字あり',
  6784.                 'B051010501' => '商品名なし',
  6785.                 'B051010601' => '決済金額なし',
  6786.                 'B051010602' => '決済金額の桁数不正',
  6787.                 'B051010604' => '決済金額に禁止文字あり',
  6788.                 'B051010701' => '購入者名(漢字)なし',
  6789.                 'B051010702' => '購入者名(漢字)の桁数不正',
  6790.                 'B051010801' => '購入者TELなし',
  6791.                 'B051010802' => '購入者TELの桁数不正',
  6792.                 'B051010804' => '購入者TELに禁止文字あり',
  6793.                 'B051010901' => '購入者E-Mailなし',
  6794.                 'B051010902' => '購入者E-Mailの桁数不正',
  6795.                 'B051010671' => '決済金額の下限額オーバー',
  6796.                 'B051010672' => '決済金額のミニストップ上限額オーバー',
  6797.                 'B051010571' => '商品名に禁止文字あり',
  6798.                 'B051010572' => '商品名の半角桁・全角桁・バイト数不正',
  6799.                 'B051010771' => '購入者名(漢字)に禁止文字あり',
  6800.                 'B051010871' => '購入者TELの桁数不正',
  6801.                 'B051010971' => '購入者E-Mailに禁止文字あり',
  6802.                 'B052000001' => '当該加盟店の利用デバイス決済利用不可',
  6803.                 'B052000002' => '当該加盟店のミニストップ利用不可',
  6804.                 'B053000001' => '当該受注の二重決済',
  6805.                 'B054000001' => '決済申込み失敗',
  6806.                 'B054000002' => 'サイト注文番号重複エラー(決済申込み時)',
  6807.                 'B061010201' => '加盟店コードなし',
  6808.                 'B061010202' => '加盟店コードの桁数不正',
  6809.                 'B061010204' => '加盟店コードに禁止文字あり',
  6810.                 'B061010301' => '端末区分なし',
  6811.                 'B061010306' => '端末区分の不正セット',
  6812.                 'B061010401' => '受付番号なし',
  6813.                 'B061010402' => '受付番号の桁数不正',
  6814.                 'B061010404' => '受付番号に禁止文字あり',
  6815.                 'B061010501' => '商品名なし',
  6816.                 'B061010601' => '決済金額なし',
  6817.                 'B061010602' => '決済金額の桁数不正',
  6818.                 'B061010604' => '決済金額に禁止文字あり',
  6819.                 'B061010701' => '購入者名(漢字)なし',
  6820.                 'B061010702' => '購入者名(漢字)の桁数不正',
  6821.                 'B061010801' => '購入者TELなし',
  6822.                 'B061010802' => '購入者TELの桁数不正',
  6823.                 'B061010804' => '購入者TELに禁止文字あり',
  6824.                 'B061010901' => '購入者E-Mailなし',
  6825.                 'B061010902' => '購入者E-Mailの桁数不正',
  6826.                 'B061010671' => '決済金額の下限額オーバー',
  6827.                 'B061010672' => '決済金額のセイコーマート上限額オーバー',
  6828.                 'B061010571' => '商品名に禁止文字あり',
  6829.                 'B061010572' => '商品名の半角桁・全角桁・バイト数不正',
  6830.                 'B061010771' => '購入者名(漢字)に禁止文字あり',
  6831.                 'B061010871' => '購入者TELの桁数不正',
  6832.                 'B061010971' => '購入者E-Mailに禁止文字あり',
  6833.                 'B062000001' => '当該加盟店の利用デバイス決済利用不可',
  6834.                 'B062000002' => '当該加盟店のセイコーマート利用不可',
  6835.                 'B063000001' => '当該受注の二重決済',
  6836.                 'B064000001' => '決済申込み失敗',
  6837.                 'B064000002' => 'サイト注文番号重複エラー(決済申込み時)',
  6838.                 'C011010201' => '加盟店コードなし',
  6839.                 'C011010202' => '加盟店コードの桁数不正',
  6840.                 'C011010204' => '加盟店コードに禁止文字あり',
  6841.                 'C011010301' => '端末区分なし',
  6842.                 'C011010306' => '端末区分の不正セット',
  6843.                 'C011010401' => '受付番号なし',
  6844.                 'C011010402' => '受付番号の桁数不正',
  6845.                 'C011010404' => '受付番号に禁止文字あり',
  6846.                 'C011010601' => '決済金額なし',
  6847.                 'C011010602' => '決済金額の桁数不正',
  6848.                 'C011010604' => '決済金額に禁止文字あり',
  6849.                 'C011010701' => '購入者名(漢字)なし',
  6850.                 'C011010801' => '購入者E-Mailなし',
  6851.                 'C011010802' => '購入者E-Mailの桁数不正',
  6852.                 'C011010901' => '決済完了通知URL必須エラー',
  6853.                 'C011011071' => '決済金額の下限額オーバー',
  6854.                 'C011011072' => '決済金額の上限額オーバー',
  6855.                 'C011011171' => '商品名に禁止文字あり',
  6856.                 'C011011172' => '商品名の半角・全角桁・バイト数不正',
  6857.                 'C011011271' => '購入者名に禁止文字あり',
  6858.                 'C011011272' => '購入者名(漢字)の半角・全角桁・バイト数不正',
  6859.                 'C011011371' => '購入者E-Mailに禁止文字あり',
  6860.                 'C011011473' => '決済完了通知URLの文字形式不正',
  6861.                 'C011010572' => '決済完了通知URL桁数エラー',
  6862.                 'C012000174' => '当該加盟店のパソコン決済利用不可',
  6863.                 'C012000175' => '当該加盟店の楽天Edy利用不可',
  6864.                 'C012000251' => '当該受注の二重決済',
  6865.                 'C012000371' => '決済申込み失敗',
  6866.                 'C021010201' => '加盟店コードなし',
  6867.                 'C021010202' => '加盟店コードの桁数不正',
  6868.                 'C021010204' => '加盟店コードに禁止文字あり',
  6869.                 'C021010301' => '端末区分なし',
  6870.                 'C021010306' => '端末区分の不正セット',
  6871.                 'C021010401' => '受付番号なし',
  6872.                 'C021010402' => '受付番号の桁数不正',
  6873.                 'C021010404' => '受付番号に禁止文字あり',
  6874.                 'C021010601' => '決済金額なし',
  6875.                 'C021010602' => '決済金額の桁数不正',
  6876.                 'C021010604' => '決済金額に禁止文字あり',
  6877.                 'C021010701' => '購入者名(漢字)なし',
  6878.                 'C021010801' => '購入者E-Mailなし',
  6879.                 'C021010802' => '購入者E-Mailの桁数不正',
  6880.                 'C021010971' => '決済金額の下限額オーバー',
  6881.                 'C021010972' => '決済金額の上限額オーバー',
  6882.                 'C021011071' => '商品名に禁止文字あり',
  6883.                 'C021011072' => '商品名の半角・全角桁・バイト数不正',
  6884.                 'C021011171' => '購入者名(漢字)に禁止文字あり',
  6885.                 'C021011172' => '購入者名(漢字)の半角・全角桁・バイト数不正',
  6886.                 'C021011271' => '購入者E-Mailに禁止文字あり',
  6887.                 'C022000171' => '当該加盟店のスマートフォン決済利用不可',
  6888.                 'C022000172' => '当該加盟店のパソコン決済利用不可',
  6889.                 'C022000173' => '当該加盟店の携帯電話決済利用不可',
  6890.                 'C022000174' => '当該加盟店の楽天Edy(Mobile)利用不可',
  6891.                 'C022000251' => '当該受注の二重決済',
  6892.                 'C022000371' => '決済申込み失敗',
  6893.                 'C031010201' => '加盟店コードなし',
  6894.                 'C031010202' => '加盟店コードの桁数不正',
  6895.                 'C031010204' => '加盟店コードに禁止文字あり',
  6896.                 'C031010301' => '端末区分なし',
  6897.                 'C031010306' => '端末区分の不正セット',
  6898.                 'C031010401' => '受付番号なし',
  6899.                 'C031010402' => '受付番号の桁数不正',
  6900.                 'C031010404' => '受付番号に禁止文字あり',
  6901.                 'C031010501' => '商品名なし',
  6902.                 'C031010601' => '決済金額なし',
  6903.                 'C031010602' => '決済金額の桁数不正',
  6904.                 'C031010604' => '決済金額に禁止文字あり',
  6905.                 'C031010701' => '購入者名(漢字)なし',
  6906.                 'C031010801' => '購入者E-Mailなし',
  6907.                 'C031010802' => '購入者E-Mailの桁数不正',
  6908.                 'C031010901' => '戻り先URL必須エラー',
  6909.                 'C031011071' => '決済金額の下限額オーバー',
  6910.                 'C031011072' => '決済金額の上限額オーバー',
  6911.                 'C031011171' => '商品名に禁止文字あり',
  6912.                 'C031011172' => '商品名の半角桁・全角桁・バイト数不正',
  6913.                 'C031011271' => '購入者名(漢字)に禁止文字あり',
  6914.                 'C031011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  6915.                 'C031011371' => '購入者E-Mail不正',
  6916.                 'C031011471' => '戻り先URLの文字形式不正',
  6917.                 'C031011472' => '戻り先URL桁数エラー',
  6918.                 'C032000001' => '当該加盟店のパソコン決済利用不可',
  6919.                 'C032000002' => '当該加盟店のSuica(インターネットサービス)利用不可',
  6920.                 'C032010001' => '当該受注の二重決済',
  6921.                 'C032020001' => '決済申込み失敗:その他',
  6922.                 'C032020002' => '決済申込み失敗:Suica未加入',
  6923.                 'C032020003' => '決済申込み失敗:決済依頼件数上限超過',
  6924.                 'C032020004' => '決済申込み失敗:一時利用停止',
  6925.                 'C032020005' => '決済申込み失敗:メンテナンス',
  6926.                 'C041010201' => '加盟店コードなし',
  6927.                 'C041010202' => '加盟店コードの桁数不正',
  6928.                 'C041010204' => '加盟店コードに禁止文字あり',
  6929.                 'C041010301' => '端末区分なし',
  6930.                 'C041010306' => '端末区分の不正セット',
  6931.                 'C041010401' => '受付番号なし',
  6932.                 'C041010402' => '受付番号の桁数不正',
  6933.                 'C041010404' => '受付番号に禁止文字あり',
  6934.                 'C041010501' => '商品名なし',
  6935.                 'C041010601' => '決済金額なし',
  6936.                 'C041010602' => '決済金額の桁数不正',
  6937.                 'C041010604' => '決済金額に禁止文字あり',
  6938.                 'C041010701' => '購入者名(漢字)なし',
  6939.                 'C041010801' => '購入者E-Mailなし',
  6940.                 'C041010802' => '購入者E-Mailの桁数不正',
  6941.                 'C041011071' => '決済金額の下限額オーバー',
  6942.                 'C041011072' => '決済金額の上限額オーバー',
  6943.                 'C041011171' => '商品名に禁止文字あり',
  6944.                 'C041011172' => '商品名の半角桁・全角桁・バイト数不正',
  6945.                 'C041011271' => '購入者名(漢字)に禁止文字あり',
  6946.                 'C041011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  6947.                 'C041011371' => '購入者E-Mail不正',
  6948.                 'C042000001' => '当該加盟店のスマートフォン決済利用不可',
  6949.                 'C042000002' => '当該加盟店のパソコン決済利用不可',
  6950.                 'C042000003' => '当該加盟店の携帯電話決済利用不可',
  6951.                 'C042000004' => '当該加盟店のSuica(モバイル)利用不可',
  6952.                 'C042010001' => '当該受注の二重決済',
  6953.                 'C042020001' => '決済申込み失敗:その他',
  6954.                 'C042020002' => '決済申込み失敗:モバイルSuica未加入',
  6955.                 'C042020003' => '決済申込み失敗:決済依頼件数上限超過',
  6956.                 'C042020004' => '決済申込み失敗:一時利用停止',
  6957.                 'C042020005' => '決済申込み失敗:メンテナンス',
  6958.                 'C051010201' => '加盟店コードなし',
  6959.                 'C051010202' => '加盟店コードの桁数不正',
  6960.                 'C051010204' => '加盟店コードに禁止文字あり',
  6961.                 'C051010301' => '端末区分なし',
  6962.                 'C051010306' => '端末区分の不正セット',
  6963.                 'C051010401' => '受付番号なし',
  6964.                 'C051010402' => '受付番号の桁数不正',
  6965.                 'C051010404' => '受付番号に禁止文字あり',
  6966.                 'C051010501' => '商品名なし',
  6967.                 'C051010601' => '決済金額なし',
  6968.                 'C051010602' => '決済金額の桁数不正',
  6969.                 'C051010604' => '決済金額に禁止文字あり',
  6970.                 'C051010701' => '購入者名(漢字)なし',
  6971.                 'C051010801' => '購入者E-Mailなし',
  6972.                 'C051010802' => '購入者E-Mailの桁数不正',
  6973.                 'C051010901' => '戻り先URL必須エラー',
  6974.                 'C051010902' => '戻り先URL桁数エラー',
  6975.                 'C051010904' => '戻り先URLに禁止文字あり',
  6976.                 'C051010671' => '決済金額の下限額オーバー',
  6977.                 'C051010672' => '決済金額の上限額オーバー',
  6978.                 'C051010571' => '商品名に禁止文字あり',
  6979.                 'C051010572' => '商品名の半角桁・全角桁・バイト数不正',
  6980.                 'C051010771' => '購入者名(漢字)に禁止文字あり',
  6981.                 'C051010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  6982.                 'C051010871' => '購入者E-Mail不正',
  6983.                 'C051010971' => '戻り先URLの文字形式不正',
  6984.                 'C052000001' => '当該加盟店のパソコン決済利用不可',
  6985.                 'C052000002' => '当該加盟店のWaon(パソコン)利用不可',
  6986.                 'C052010001' => '当該受注の二重決済',
  6987.                 'C052000003' => '当該加盟店のWAON決済利用不可',
  6988.                 'C052020001' => '決済情報通知エラー',
  6989.                 'C061010201' => '加盟店コードなし',
  6990.                 'C061010202' => '加盟店コードの桁数不正',
  6991.                 'C061010204' => '加盟店コードに禁止文字あり',
  6992.                 'C061010301' => '端末区分なし',
  6993.                 'C061010306' => '端末区分の不正セット',
  6994.                 'C061010401' => '受付番号なし',
  6995.                 'C061010402' => '受付番号の桁数不正',
  6996.                 'C061010404' => '受付番号に禁止文字あり',
  6997.                 'C061010501' => '商品名なし',
  6998.                 'C061010601' => '決済金額なし',
  6999.                 'C061010602' => '決済金額の桁数不正',
  7000.                 'C061010604' => '決済金額に禁止文字あり',
  7001.                 'C061010701' => '購入者名(漢字)なし',
  7002.                 'C061010801' => '購入者E-Mailなし',
  7003.                 'C061010802' => '購入者E-Mailの桁数不正',
  7004.                 'C061010671' => '決済金額の下限額オーバー',
  7005.                 'C061010672' => '決済金額の上限額オーバー',
  7006.                 'C061010571' => '商品名に禁止文字あり',
  7007.                 'C061010572' => '商品名の半角桁・全角桁・バイト数不正',
  7008.                 'C061010771' => '購入者名(漢字)に禁止文字あり',
  7009.                 'C061010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  7010.                 'C061010871' => '購入者E-Mail不正',
  7011.                 'C062000001' => '当該加盟店の携帯電話決済利用不可',
  7012.                 'C062000002' => '当該加盟店の11:モバイルWAON/モバイル JMB WAON利用不可',
  7013.                 'C062010001' => '当該受注の二重決済',
  7014.                 'C062000003' => '当該加盟店のWAON決済利用不可',
  7015.                 'C062020001' => '決済情報通知エラー',
  7016.                 'D011010201' => '加盟店コードなし',
  7017.                 'D011010202' => '加盟店コードの桁数不正',
  7018.                 'D011010204' => '加盟店コードに禁止文字あり',
  7019.                 'D011010301' => '端末区分なし',
  7020.                 'D011010306' => '端末区分の不正セット',
  7021.                 'D011010401' => '受付番号なし',
  7022.                 'D011010402' => '受付番号の桁数不正',
  7023.                 'D011010404' => '受付番号に禁止文字あり',
  7024.                 'D011010601' => '決済金額なし',
  7025.                 'D011010602' => '決済金額の桁数不正',
  7026.                 'D011010604' => '決済金額に禁止文字あり',
  7027.                 'D011010701' => '購入者名(漢字)なし',
  7028.                 'D011010801' => '購入者E-Mailなし',
  7029.                 'D011010802' => '購入者E-Mailの桁数不正',
  7030.                 'D011010901' => '完了画面URLなし',
  7031.                 'D011010903' => '完了戻りURLbyte数エラー',
  7032.                 'D011011071' => '決済金額の下限額オーバー',
  7033.                 'D011011072' => '決済金額の上限額オーバー',
  7034.                 'D011011171' => '商品名に禁止文字あり',
  7035.                 'D011011172' => '商品名の半角桁・全角桁・バイト数不正',
  7036.                 'D011011271' => '購入者名(漢字)に禁止文字あり',
  7037.                 'D011011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  7038.                 'D011011371' => '購入者E-Mail不正',
  7039.                 'D011011471' => '完了戻りURLの文字形式不正',
  7040.                 'D012000001' => '当該加盟店のパソコン決済利用不可',
  7041.                 'D012000002' => '当該加盟店の携帯電話決済利用不可',
  7042.                 'D012000003' => '当該加盟店の楽天銀行決済利用不可',
  7043.                 'D012010001' => '当該受注の二重決済',
  7044.                 'E011010201' => '加盟店コードなし',
  7045.                 'E011010202' => '加盟店コードの桁数不正',
  7046.                 'E011010204' => '加盟店コードに禁止文字あり',
  7047.                 'E011010301' => '受付番号なし',
  7048.                 'E011010302' => '受付番号の桁数不正',
  7049.                 'E011010304' => '受付番号に禁止文字あり',
  7050.                 'E011010401' => '送り状番号なし',
  7051.                 'E011010402' => '送り状番号の桁数不正',
  7052.                 'E011010404' => '送り状番号に禁止文字あり',
  7053.                 'E011010251' => '加盟店の状態が出荷情報登録不可',
  7054.                 'E011010351' => '受注データ不正',
  7055.                 'E011010451' => '送り状番号不正',
  7056.                 'E012000001' => '送り状番号登録済みエラー',
  7057.                 'E012000002' => '送り状番号が99件超',
  7058.                 'E012000003' => '同梱の合計金額が30万円超',
  7059.                 'E012000004' => '同梱対象が既に3件以上登録済み',
  7060.                 'E012000005' => '登録済み受注データが修正不可',
  7061.                 'E012000006' => '登録しようとした送り状番号が同梱済み',
  7062.                 'E013000001' => '排他制御エラー',
  7063.                 'E021010201' => '加盟店コードなし',
  7064.                 'E021010202' => '加盟店コードの桁数不正',
  7065.                 'E021010204' => '加盟店コードに禁止文字あり',
  7066.                 'E021010301' => '受付番号なし',
  7067.                 'E021010302' => '受付番号の桁数不正',
  7068.                 'E021010304' => '受付番号に禁止文字あり',
  7069.                 'E021010401' => '送り状番号なし',
  7070.                 'E021010402' => '送り状番号の桁数不正',
  7071.                 'E021010404' => '送り状番号に禁止文字あり',
  7072.                 'E021010251' => '加盟店の状態が出荷情報取消不可',
  7073.                 'E021010351' => '受注データ不正',
  7074.                 'E022000001' => '送り状番データ不正',
  7075.                 'E022000002' => '複数送り状番号取消時、受注データに紐づく送り状番号が他の受注データを同梱',
  7076.                 'E022000003' => '登録済み受注データが修正不可',
  7077.                 'E023000001' => '排他制御エラー',
  7078.                 'E031010201' => '加盟店コードなし',
  7079.                 'E031010202' => '加盟店コードの桁数不正',
  7080.                 'E031010204' => '加盟店コードに禁止文字あり',
  7081.                 'E031010301' => '受付番号なし',
  7082.                 'E031010302' => '受付番号の桁数不正',
  7083.                 'E031010304' => '受付番号に禁止文字あり',
  7084.                 'E031010401' => '出荷予定日なし',
  7085.                 'E031010405' => '出荷予定日のフォーマット不正',
  7086.                 'E032000001' => '当該加盟店のオプションサービス利用不可',
  7087.                 'E031010351' => '受付番号の受注データ不正',
  7088.                 'E031010471' => '出荷予定日下限チェック不正 (過去日チェック)',
  7089.                 'E031010472' => '出荷予定日上限チェック不正 (与信承認日より180日が上限)',
  7090.                 'E033000001' => '排他制御エラー',
  7091.                 'E041010201' => '加盟店コードなし',
  7092.                 'E041010202' => '加盟店コードの桁数不正',
  7093.                 'E041010204' => '加盟店コードに禁止文字あり',
  7094.                 'E041010301' => '受付番号なし',
  7095.                 'E041010302' => '受付番号の桁数不正',
  7096.                 'E041010304' => '受付番号に禁止文字あり',
  7097.                 'H011010201' => '加盟店コードなし',
  7098.                 'H011010202' => '加盟店コードの桁数オーバー',
  7099.                 'H011010204' => '加盟店コード文字種別誤り',
  7100.                 'L011010201' => '加盟店コードなし',
  7101.                 'L011010202' => '加盟店コードの桁数オーバー',
  7102.                 'L011010204' => '加盟店コード文字種別誤り',
  7103.                 'L011010301' => '受付番号なし',
  7104.                 'L011010302' => '受付番号の桁数不正',
  7105.                 'L011010304' => '受付番号に禁止文字あり',
  7106.                 'L011010472' => '商品名の半角桁・全角桁・バイト数不正',
  7107.                 'L011010601' => '決済金額なし',
  7108.                 'L011010602' => '決済金額の桁数不正',
  7109.                 'L011010604' => '決済金額に禁止文字あり',
  7110.                 'L011010671' => '決済金額の下限額オーバー',
  7111.                 'L011010672' => '決済金額の上限額オーバー',
  7112.                 'L011010701' => '購入者名(漢字)なし',
  7113.                 'L011010702' => '購入者名(漢字)の桁数不正',
  7114.                 'L011010801' => '購入者TELなし',
  7115.                 'L011010802' => '購入者TELの桁数不正',
  7116.                 'L011010804' => '購入者TELに禁止文字あり',
  7117.                 'L011010901' => '購入者E-Mailなし',
  7118.                 'L011010902' => '購入者E-Mailの桁数不正',
  7119.                 'L011010971' => '購入者E-Mailに禁止文字あり',
  7120.                 'L011010972' => '購入者E-Mailに一部未入力あり',
  7121.                 'L011011401' => '正常時戻り先URL必須エラー',
  7122.                 'L011011402' => '正常時戻り先URL桁数エラー',
  7123.                 'L011011471' => '正常時戻り先URLに禁止文字あり',
  7124.                 'L011011502' => '異常時戻り先URL桁数エラー',
  7125.                 'L011011571' => '異常時戻り先URLに禁止文字あり',
  7126.                 'L011011701' => '決済結果通知先URL必須エラー',
  7127.                 'L011011702' => '決済結果通知先URL桁数エラー',
  7128.                 'L011011771' => '決済結果通知先URLに禁止文字あり',
  7129.                 'L011011801' => 'チェックサムなし',
  7130.                 'L011011871' => 'チェックサム不正',
  7131.                 'L012000001' => '当該加盟店の決済利用不可',
  7132.                 'L012000002' => 'PayPay決済利用開始日設定不備',
  7133.                 'L012000005' => '受付番号重複エラー',
  7134.                 'L012000006' => 'メンテナンス中エラー',
  7135.                 'L012000007' => 'システムエラー',
  7136.                 'L012000008' => '各種マスタ取得失敗',
  7137.                 'L012000009' => 'システムエラー',
  7138.                 'L021010201' => '加盟店コードなし',
  7139.                 'L021010202' => '加盟店コードの桁数オーバー',
  7140.                 'L021010204' => '加盟店コード文字種別誤り',
  7141.                 'L021010301' => '受付番号なし',
  7142.                 'L021010302' => '受付番号の桁数不正',
  7143.                 'L021010304' => '受付番号に禁止文字あり',
  7144.                 'L022000001' => '受注データなし',
  7145.                 'L022000002' => '受注データ方式不正',
  7146.                 'L022000003' => '受注データが取消不可',
  7147.                 'L022000004' => 'システムエラー',
  7148.                 'L022000005' => 'システムエラー',
  7149.                 'L022000006' => 'システムエラー',
  7150.                 'L031010201' => '加盟店コードなし',
  7151.                 'L031010202' => '加盟店コードの桁数不正',
  7152.                 'L031010204' => '加盟店コードに禁止文字あり',
  7153.                 'L031010301' => '受付番号なし',
  7154.                 'L031010302' => '受付番号の桁数不正',
  7155.                 'L031010304' => '受付番号に禁止文字あり',
  7156.                 'L031010401' => '変更後決済金額なし',
  7157.                 'L031010402' => '変更後決済金額の桁数不正',
  7158.                 'L031010404' => '決済金額に禁止文字あり',
  7159.                 'L031010471' => '決済金額の下限額オーバ',
  7160.                 'L031010472' => '決済金額の上限額オーバ',
  7161.                 'L031010502' => '注文の説明の桁数不正',
  7162.                 'L032000001' => '金額変更対象外',
  7163.                 'L032000002' => '金額変更なし',
  7164.                 'L032000003' => '請求後に増額要求不可',
  7165.                 'L032000004' => 'システムエラー',
  7166.                 'L032000005' => 'システムエラー',
  7167.                 'L032000006' => 'システムエラー',
  7168.                 'L032000007' => 'システムエラー',
  7169.                 'L032000008' => 'システムエラー',
  7170.                 'L032000009' => 'システムエラー',
  7171.                 'L032000010' => '各種マスタ取得失敗',
  7172.                 'Z012000001' => 'POST以外のリクエスト方式',
  7173.                 'Z012000002' => '機能区分なし',
  7174.                 'Z012000003' => '機能区分の不正セット',
  7175.                 'Z012000004' => '同受注番号にて決済中エラー',
  7176.                 'Z012000005' => 'リクエストタイムアウト',
  7177.                 'Z012000006' => 'APIトランザクションのプール数オーバー',
  7178.                 'Z012000007' => '当該加盟店の取引停止',
  7179.                 'Z012000008' => '当該加盟店のAPI利用不可',
  7180.                 'Z012000009' => '当該加盟店のAPI利用不可',
  7181.                 'Z012000010' => '認証パスワードエラー',
  7182.                 'Z019999999' => 'システムエラー',
  7183.                 'Z010000000' => 'メンテナンスエラー',
  7184.                 'kaara001E' => '加盟店コードが未入力です。',
  7185.                 'kaara002E' => '加盟店コードは半角数字で入力してください。',
  7186.                 'kaara003E' => '加盟店コードが桁数エラーです。',
  7187.                 'kaara004E' => '未登録の加盟店コードです。',
  7188.                 'kaara005E' => '利用できない加盟店コードです。',
  7189.                 'kaara006E' => '受注番号が未入力です。',
  7190.                 'kaara007E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  7191.                 'kaara008E' => '受注番号が桁数エラーです。',
  7192.                 'kaara009E' => '受注番号が一意(ユニーク)ではありません。',
  7193.                 'kaara010E' => '受注日が未入力です。',
  7194.                 'kaara011E' => '受注日は半角数字で入力してください。',
  7195.                 'kaara012E' => '受注日が桁数エラーです。',
  7196.                 'kaara013E' => '受注日が日付として妥当ではありません。',
  7197.                 'kaara014E' => '出荷予定日が未入力です。',
  7198.                 'kaara015E' => '出荷予定日は半角数字で入力してください。',
  7199.                 'kaara016E' => '出荷予定日が桁数エラーです。',
  7200.                 'kaara017E' => '出荷予定日が日付として妥当ではありません。',
  7201.                 'kaara018E' => '出荷予定日が既定期間内ではありません。',
  7202.                 'kaara019E' => '氏名が未入力です。',
  7203.                 'kaara020E' => '氏名は全角文字で入力してください。',
  7204.                 'kaara021E' => '氏名が桁数エラーです。',
  7205.                 'kaara022E' => '氏名が指定された文字コードの範囲文字ではありません。',
  7206.                 'kaara023E' => '氏名カナは半角カナで入力してください。',
  7207.                 'kaara024E' => '氏名カナが桁数エラーです。',
  7208.                 'kaara025E' => '郵便番号が未入力です。',
  7209.                 'kaara026E' => '郵便番号は半角数字、\'-\'以外は入力出来ません。',
  7210.                 'kaara027E' => '郵便番号の\'-\'は1つのみ入力できます。',
  7211.                 'kaara028E' => '郵便番号が桁数エラーです。',
  7212.                 'kaara029E' => '郵便番号が実在しません。',
  7213.                 'kaara030E' => '住所1が未入力です。',
  7214.                 'kaara031E' => '住所1は全角文字で入力してください。',
  7215.                 'kaara032E' => '住所1が桁数エラーです。',
  7216.                 'kaara033E' => '住所1が指定された文字コードの範囲文字ではありません。',
  7217.                 'kaara034E' => '住所1は都道府県から入力してください。',
  7218.                 'kaara035E' => '住所2は全角文字で入力してください。',
  7219.                 'kaara036E' => '住所2が桁数エラーです。',
  7220.                 'kaara037E' => '住所2が指定された文字コードの範囲文字ではありません。',
  7221.                 'kaara038E' => '電話番号が未入力です。',
  7222.                 'kaara039E' => '電話番号は半角数字、\'-\'以外は入力出来ません。',
  7223.                 'kaara040E' => '電話番号が桁数エラーです。',
  7224.                 'kaara043E' => 'メールアドレスは半角英数字で入力してください。',
  7225.                 'kaara044E' => 'メールアドレスが桁数エラーです。',
  7226.                 'kaara045E' => 'メールアドレスに\'@\'が含まれていません。',
  7227.                 'kaara046E' => '決済金額総計が未入力です。',
  7228.                 'kaara047E' => '決済金額総計は半角数字で入力してください。',
  7229.                 'kaara048E' => '決済金額総計が桁数エラーです。',
  7230.                 'kaara049E' => '決済金額総計は1円以上、999999円以内で入力してください。',
  7231.                 'kaara050E' => '送り先区分が未入力です。',
  7232.                 'kaara051E' => '送り先区分は半角数字で入力してください。',
  7233.                 'kaara052E' => '送り先区分は\'0\'\'1\'のいずれかを入力してください。',
  7234.                 'kaara053E' => '送り先区分は\'0\'\'1\'\'2\'のいずれかを入力してください。',
  7235.                 'kaara054E' => '購入商品名称は全角文字で入力してください。',
  7236.                 'kaara055E' => '購入商品名称が桁数エラーです。',
  7237.                 'kaara056E' => '購入商品名称が指定された文字コードの範囲文字ではありません。',
  7238.                 'kaara057E' => '購入商品名称1が未入力です。',
  7239.                 'kaara058E' => '購入商品数量は半角数字で入力してください。',
  7240.                 'kaara059E' => '購入商品数量が桁数エラーです。',
  7241.                 'kaara060E' => '購入商品単価は半角数字、\'-\'以外は入力出来ません。',
  7242.                 'kaara061E' => '購入商品単価が桁数エラーです。',
  7243.                 'kaara062E' => '購入商品単価が桁数エラーです。',
  7244.                 'kaara063E' => '購入商品小計は半角数字、\'-\'以外は入力出来ません。',
  7245.                 'kaara064E' => '購入商品小計が桁数エラーです。',
  7246.                 'kaara065E' => '購入商品小計が桁数エラーです。',
  7247.                 'kaara066E' => '送り先名称は全角文字で入力してください。',
  7248.                 'kaara067E' => '送り先名称が桁数エラーです。',
  7249.                 'kaara068E' => '送り先名称が指定された文字コードの範囲文字ではありません。',
  7250.                 'kaara070E' => '送り先郵便番号は半角数字、\'-\'以外は入力出来ません。',
  7251.                 'kaara071E' => '送り先郵便番号の\'-\'は1つのみ入力できます。',
  7252.                 'kaara072E' => '送り先郵便番号が桁数エラーです。',
  7253.                 'kaara073E' => '送り先郵便番号が実在しません。',
  7254.                 'kaara075E' => '送り先住所1は全角文字で入力してください。',
  7255.                 'kaara076E' => '送り先住所1が桁数エラーです。',
  7256.                 'kaara077E' => '送り先住所1が指定された文字コードの範囲文字ではありません。',
  7257.                 'kaara078E' => '送り先住所1は都道府県から入力してください。',
  7258.                 'kaara079E' => '送り先住所2は全角文字で入力してください。',
  7259.                 'kaara080E' => '送り先住所2が桁数エラーです。',
  7260.                 'kaara081E' => '送り先住所2が指定された文字コードの範囲文字ではありません。',
  7261.                 'kaara082E' => '送り先電話番号は半角数字、\'-\'以外は入力出来ません。',
  7262.                 'kaara083E' => '送り先電話番号の\'-\'は2つ入力してください。',
  7263.                 'kaara084E' => '送り先電話番号が桁数エラーです。',
  7264.                 'kaara086E' => '依頼日時が未入力です。',
  7265.                 'kaara087E' => '依頼日時は半角数字で入力してください。',
  7266.                 'kaara088E' => '依頼日時が桁数エラーです。',
  7267.                 'kaara089E' => '依頼日時が日付及び時刻として妥当ではありません。',
  7268.                 'kaara090E' => 'パスワードが未入力です。',
  7269.                 'kaara091E' => 'パスワードは半角英数字で入力してください。',
  7270.                 'kaara092E' => 'パスワードが不正です。',
  7271.                 'kaara093E' => '電話番号は0から入力してください。',
  7272.                 'kaara094E' => '送り先電話番号は0から入力してください。',
  7273.                 'kaara100E' => '出荷予定日は受注日以降の日付で入力してください。',
  7274.                 'kaara101E' => '決済金額総計と、購入商品小計の合計金額が一致しません。',
  7275.                 'kaara102E' => '送り先名称、送り先郵便番号、送り先住所1を入力してください。',
  7276.                 'kaara103E' => '住所1と住所2を結合して1つの住所とした状態で\'番地\'が指定されていません。',
  7277.                 'kaara104E' => '送り先住所1と送り先住所2を結合して1つの住所とした状態で\'番地\'が指定されていません。',
  7278.                 'kaars001E' => '項目数が相違しています。',
  7279.                 'kaars002E' => '加盟店コードが桁数エラーです。',
  7280.                 'kaars003E' => '加盟店コードは半角で入力してください。',
  7281.                 'kaars004E' => '加盟店コードが未入力です。',
  7282.                 'kaars005E' => '受注番号が桁数エラーです。',
  7283.                 'kaars006E' => '受注番号は半角で入力してください。',
  7284.                 'kaars007E' => '受注番号が未入力です。',
  7285.                 'kaars014E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  7286.                 'kaars008E' => '受注番号が登録されていません。',
  7287.                 'kaars009E' => '依頼日が存在しない日付です。',
  7288.                 'kaars010E' => '依頼日は半角で入力してください。',
  7289.                 'kaars011E' => '依頼日が未入力です。',
  7290.                 'kaars012E' => 'パスワードが不正です。',
  7291.                 'kaars013E' => 'パスワードエラー',
  7292.                 'kaacl001E' => '項目数が相違しています。(N行目)',
  7293.                 'kaacl002E' => '加盟店コードが桁数エラーです。',
  7294.                 'kaacl003E' => '加盟店コードは半角で入力してください。',
  7295.                 'kaacl004E' => '加盟店コードが未入力です。',
  7296.                 'kaacl005E' => '受注番号が桁数エラーです。',
  7297.                 'kaacl006E' => '受注番号は半角で入力してください。',
  7298.                 'kaacl007E' => '受注番号が未入力です。',
  7299.                 'kaacl016E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  7300.                 'kaacl008E' => '受注番号が登録されていません。',
  7301.                 'kaacl009E' => '既に取り消されています。',
  7302.                 'kaacl010E' => '依頼日が存在しない日付です。',
  7303.                 'kaacl011E' => '依頼日は半角で入力してください。',
  7304.                 'kaacl012E' => '依頼日が未入力です。',
  7305.                 'kaacl013E' => 'パスワードが不正です。',
  7306.                 'kaacl014E' => 'パスワードエラー',
  7307.                 'kaasl001E' => '項目数が相違しています。',
  7308.                 'kaasl002E' => '加盟店コードが桁数エラーです。',
  7309.                 'kaasl003E' => '加盟店コードは半角で入力してください。',
  7310.                 'kaasl004E' => '加盟店コードが未入力です。',
  7311.                 'kaasl005E' => '受注番号が桁数エラーです。',
  7312.                 'kaasl006E' => '受注番号は半角で入力してください。',
  7313.                 'kaasl007E' => '受注番号が未入力です。',
  7314.                 'kaasl038E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  7315.                 'kaasl008E' => '指定の受注番号が存在しません。',
  7316.                 'kaasl009E' => '送り状番号登録済です。',
  7317.                 'kaasl010E' => '送り状番号が桁数エラーです。',
  7318.                 'kaasl011E' => '送り状番号が未入力です。',
  7319.                 'kaasl012E' => '送り状番号は半角で入力してください。',
  7320.                 'kaasl013E' => '取消時に送り状番号の入力はできません。',
  7321.                 'kaasl014E' => '送り状番号チェックエラー',
  7322.                 'kaasl015E' => '送り状番号チェックエラー',
  7323.                 'kaasl016E' => '送り状番号は、1件しか入力できません。',
  7324.                 'kaasl017E' => '送り状番号は、10件までしか入力できません。',
  7325.                 'kaasl018E' => '送り状番号が既に存在します。',
  7326.                 'kaasl019E' => '処理区分エラー',
  7327.                 'kaasl020E' => '登録はできません。',
  7328.                 'kaasl022E' => '変更はできません。',
  7329.                 'kaasl023E' => '出荷予定日エラー',
  7330.                 'kaasl024E' => '出荷予定日は半角で入力してください。',
  7331.                 'kaasl025E' => '出荷予定日が未入力です。',
  7332.                 'kaasl026E' => '出荷予定日は指定できません。',
  7333.                 'kaasl027E' => '出荷予定日が受注日より前の日付です。',
  7334.                 'kaasl028E' => '変更前送り状番号桁数エラーです。',
  7335.                 'kaasl029E' => '変更前送り状番号は半角で入力してください。',
  7336.                 'kaasl030E' => '出荷予定日が未入力です。',
  7337.                 'kaasl031E' => '変更前送り状番号は指定できません。',
  7338.                 'kaasl032E' => '指定した変更前送り状番号は存在しません。',
  7339.                 'kaasl033E' => '依頼日が存在しない日付です。',
  7340.                 'kaasl034E' => '依頼日は半角で入力してください。',
  7341.                 'kaasl035E' => '依頼日が未入力です。',
  7342.                 'kaasl036E' => 'パスワードが不正です。',
  7343.                 'kaasl037E' => 'パスワードエラー',
  7344.                 'kaast001E' => '項目数が相違しています。',
  7345.                 'kaast002E' => '加盟店コードが桁数エラーです。',
  7346.                 'kaast003E' => '加盟店コードは半角で入力してください。',
  7347.                 'kaast004E' => '加盟店コードが未入力です。',
  7348.                 'kaast005E' => '受注番号が桁数エラーです。',
  7349.                 'kaast006E' => '受注番号は半角で入力してください。',
  7350.                 'kaast007E' => '受注番号が未入力です。',
  7351.                 'kaast008E' => '受注番号が登録されていません。',
  7352.                 'kaast014E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  7353.                 'kaast009E' => '依頼日が存在しない日付です。',
  7354.                 'kaast010E' => '依頼日は半角で入力してください。',
  7355.                 'kaast011E' => '依頼日が未入力です。',
  7356.                 'kaast012E' => 'パスワードが不正です。',
  7357.                 'kaast013E' => 'パスワードエラー',
  7358.                 'kaakk001E' => '加盟店コードが未入力です。',
  7359.                 'kaakk002E' => '加盟店コードは半角数字で入力してください。',
  7360.                 'kaakk003E' => '加盟店コードが桁数エラーです。',
  7361.                 'kaakk004E' => '金額変更機能が利用できない加盟店コードです。',
  7362.                 'kaakk005E' => '受注番号が未入力です。',
  7363.                 'kaakk006E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  7364.                 'kaakk007E' => '受注番号が桁数エラーです。',
  7365.                 'kaakk008E' => '該当受注番号のデータが存在しません。',
  7366.                 'kaakk009E' => '与信結果「ご利用可」の受注データのみ実行可能です。',
  7367.                 'kaakk010E' => 'お取引情報が「取消済み」「入金済み」のため実行できません。',
  7368.                 'kaakk011E' => 'お取引情報が「取消済み」「入金済み」のため実行できません。',
  7369.                 'kaakk013E' => '出荷予定日は半角数字で入力してください。',
  7370.                 'kaakk014E' => '出荷予定日が桁数エラーです。',
  7371.                 'kaakk015E' => '出荷予定日は指定した形式をセットしてください。[西暦年月日、yyyyMMdd形式]',
  7372.                 'kaakk016E' => '出荷予定日は本日以降の日付を設定してください。',
  7373.                 'kaakk017E' => '出荷予定日が既定期間内ではありません。',
  7374.                 'kaakk018E' => '郵便番号が未入力です。',
  7375.                 'kaakk019E' => '郵便番号は半角数字、\'-\'以外は入力出来ません。',
  7376.                 'kaakk020E' => '郵便番号が桁数エラーです。',
  7377.                 'kaakk021E' => '郵便番号の\'-\'は1つのみ入力できます。',
  7378.                 'kaakk022E' => '郵便番号が実在しません。',
  7379.                 'kaakk023E' => '住所1が未入力です。',
  7380.                 'kaakk024E' => '住所1が指定された文字コードの範囲文字ではありません。',
  7381.                 'kaakk025E' => '住所1は全角文字で入力してください。',
  7382.                 'kaakk026E' => '住所1が桁数エラーです。指定桁数(25桁)以内',
  7383.                 'kaakk027E' => '住所1は都道府県から入力してください。',
  7384.                 'kaakk028E' => '住所2が指定された文字コードの範囲文字ではありません。',
  7385.                 'kaakk029E' => '住所2は全角文字で入力してください。',
  7386.                 'kaakk030E' => '住所2が桁数エラーです。指定桁数(25桁)以内',
  7387.                 'kaakk031E' => '住所2に番地が設定されていません。',
  7388.                 'kaakk032E' => '購入商品名称(1~10)が指定されていません。',
  7389.                 'kaakk033E' => '購入商品名称(1~10)が指定された文字コードの範囲文字ではありません。',
  7390.                 'kaakk034E' => '購入商品名称(1~10)は全角文字で入力してください。',
  7391.                 'kaakk035E' => '購入商品名称(1~10)が桁数エラーです。指定桁数(30桁)以内',
  7392.                 'kaakk036E' => '購入商品数量(1~10)は半角数字で入力してください。',
  7393.                 'kaakk037E' => '購入商品数量(1~10)が桁数エラーです。指定桁数(4桁)以内',
  7394.                 'kaakk038E' => '購入商品単価(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  7395.                 'kaakk039E' => '購入商品単価(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  7396.                 'kaakk040E' => '購入商品単価(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  7397.                 'kaakk041E' => '購入商品単価(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  7398.                 'kaakk042E' => '購入商品小計(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  7399.                 'kaakk043E' => '購入商品小計(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  7400.                 'kaakk044E' => '購入商品小計(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  7401.                 'kaakk045E' => '購入商品小計(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  7402.                 'kaakk046E' => '決済金額総計が未入力です。',
  7403.                 'kaakk047E' => '決済金額総計は半角数字で入力してください。',
  7404.                 'kaakk048E' => '決済金額総計の桁数エラーです。指定桁数(6桁)以内',
  7405.                 'kaakk049E' => '決済金額総計が変更されていません。',
  7406.                 'kaakk050E' => '決済金額総計が初回の決済金額総計より減額されていません。',
  7407.                 'kaakk051E' => '決済金額総計が購入商品小計の合計と一致していません。',
  7408.                 'kaakk053E' => '送り先区分は半角数字で入力してください。',
  7409.                 'kaakk054E' => '送り先区分は(0:別送 1:同梱)のいずれかを入力してください。',
  7410.                 'kaakk055E' => '送り先区分は(0:別送)を入力してください。(1:同梱)は別途契約が必要です。',
  7411.                 'kaakk056E' => 'フリー項目が指定された文字コードの範囲文字ではありません。',
  7412.                 'kaakk057E' => 'フリー項目は全角漢字、平仮名、カタカナ、英数字、\'‐\'、\'_\'又は半角英数字、カタカナ、\'‐\'、\'_\'で入力してください。',
  7413.                 'kaakk058E' => 'フリー項目の桁数エラーです。全角指定桁数(20桁)以内又は半角指定桁数(40桁)以内',
  7414.                 'kaakk059E' => 'パスワードが入力されていません。',
  7415.                 'kaakk060E' => 'パスワードの桁数エラーです。指定桁数(8桁)以内',
  7416.                 'kaakk061E' => 'パスワードが一致しません。',
  7417.                 'kaakk062E' => '依頼日時が入力されていません。',
  7418.                 'kaakk063E' => '依頼日時は半角数字で入力してください。',
  7419.                 'kaakk064E' => '依頼日時の桁数エラー。指定桁数(14桁)',
  7420.                 'kaakk065E' => '依頼日時は[西暦年月日+時分秒、yyyyMMddHHmmss形式]の形式で入力してください。',
  7421.                 'kaarr001E' => '加盟店コードが未入力です。',
  7422.                 'kaarr002E' => '加盟店コードは半角数字で入力してください。',
  7423.                 'kaarr003E' => '加盟店コードが桁数エラーです。',
  7424.                 'kaarr004E' => '存在しない加盟店コードです。',
  7425.                 'kaarr005E' => '受注番号が未入力です。',
  7426.                 'kaarr006E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  7427.                 'kaarr007E' => '受注番号が桁数エラーです。',
  7428.                 'kaarr008E' => '該当受注番号のデータが存在しません。',
  7429.                 'kaarr009E' => '請求書再発行回数が上限の9回を超えています。',
  7430.                 'kaarr010E' => 'パスワードが入力されていません。',
  7431.                 'kaarr011E' => 'パスワードは半角英数字で入力してください。',
  7432.                 'kaarr012E' => 'パスワードが一致しません。',
  7433.                 'kaarr013E' => 'ご依頼内容が未入力です。',
  7434.                 'kaarr014E' => 'ご依頼内容は(1:請求内容変更・請求書再発行 3:請求書再発行取下げ)のいずれかを入力してください。',
  7435.                 'kaarr015E' => '請求内容変更・請求書再発行が実行ないお取引です。',
  7436.                 'kaarr016E' => '請求内容変更・請求書再発行が実行ないお取引です。',
  7437.                 'kaarr017E' => '請求書再発行取下げが実行できないお取引です。',
  7438.                 'kaarr018E' => '不備事由が未入力です。',
  7439.                 'kaarr019E' => '不備事由の値が不適切です。',
  7440.                 'kaarr020E' => '不備事由その他が未入力です。',
  7441.                 'kaarr021E' => '不備事由その他は指定された文字コードの範囲文字内を入力下さい。',
  7442.                 'kaarr022E' => '不備事由その他は全角漢字を入力してください。',
  7443.                 'kaarr023E' => '不備事由その他の桁数エラーです。全角指定桁数(25桁)以内',
  7444.                 'kaarr025E' => '出荷予定日は半角数字で入力下さい。',
  7445.                 'kaarr026E' => '出荷予定日の桁数エラーです。全角指定桁数(8桁)以内',
  7446.                 'kaarr027E' => '出荷予定日が日付として妥当であること「西暦年月日、yyyymmdd形式」',
  7447.                 'kaarr028E' => '出荷予定日が決済依頼日から定められた期間を超えた日付が入力されています。',
  7448.                 'kaarr029E' => '出荷予定日が受注日より前の日付が指定されています。',
  7449.                 'kaarr031E' => '送り先区分は半角数字であること。',
  7450.                 'kaarr032E' => '送り先区分は(0:別送 1:同梱)のいずれかを入力してください。',
  7451.                 'kaarr033E' => '送り先区分は(0:別送)を入力してください。(1:同梱)は別途契約が必要です。',
  7452.                 'kaarr034E' => '郵便番号が未入力です。',
  7453.                 'kaarr035E' => '郵便番号は半角数字またはハイフンの組み合わせであること。',
  7454.                 'kaarr036E' => '郵便番号はハイフンを除く7桁であること。',
  7455.                 'kaarr037E' => '郵便番号に2つ以上のハイフンが含まれています。',
  7456.                 'kaarr038E' => '実在しない郵便番号が設定されています。',
  7457.                 'kaarr039E' => '住所1が未入力です。',
  7458.                 'kaarr040E' => '住所1は全角文字で入力してください。',
  7459.                 'kaarr041E' => '住所1が指定された文字コードの範囲文字ではありません。',
  7460.                 'kaarr042E' => '住所1の桁数エラーです。全角指定桁数(25桁)以内',
  7461.                 'kaarr043E' => '住所1は都道府県から入力してください。',
  7462.                 'kaarr044E' => '住所2が未入力です。',
  7463.                 'kaarr045E' => '住所2は指定された文字コードの範囲文字ではありません。',
  7464.                 'kaarr046E' => '住所2の桁数エラーです。全角指定桁数(25桁)以内',
  7465.                 'kaarr047E' => '住所に番地が設定されていません。',
  7466.                 'kaarr048E' => '購入商品名称(1~10)が未入力です。',
  7467.                 'kaarr049E' => '購入商品名称(1~10)は全角文字で入力してください。',
  7468.                 'kaarr050E' => '購入商品名称(1~10)が指定された文字コードの範囲文字ではありません。',
  7469.                 'kaarr051E' => '購入商品名称(1~10)の桁数エラーです。全角指定桁数(30桁)以内',
  7470.                 'kaarr052E' => '購入商品数量(1~10)は半角数字で入力してください。',
  7471.                 'kaarr053E' => '購入商品数量(1~10)が桁数エラーです。指定桁数(4桁)以内',
  7472.                 'kaarr054E' => '購入商品単価(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  7473.                 'kaarr055E' => '購入商品単価(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  7474.                 'kaarr056E' => '購入商品単価(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  7475.                 'kaarr057E' => '購入商品単価(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  7476.                 'kaarr058E' => 'フリー項目は同梱の契約をされていない場合は、空白にして下さい。',
  7477.                 'kaarr059E' => 'フリー項目が指定された文字コードの範囲文字ではありません。',
  7478.                 'kaarr060E' => 'フリー項目は全角漢字、平仮名、カタカナ、英数字、\'‐\'、\'_\'又は半角英数字、カタカナ、\'‐\'、\'_\'で入力してください。',
  7479.                 'kaarr061E' => 'フリー項目の桁数エラーです。全角指定桁数(20桁)以内又は半角指定桁数(40桁)以内',
  7480.                 'kaarr063E' => '購入商品小計(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  7481.                 'kaarr064E' => '購入商品小計(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  7482.                 'kaarr065E' => '購入商品小計(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  7483.                 'kaarr066E' => '購入商品小計(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  7484.             ],
  7485.             'eccube_rate_limiter_configs' => [
  7486.             ],
  7487.             'eccube.plugins.enabled' => [
  7488.                 => 'MailMagazine42',
  7489.                 => 'SalesReport42',
  7490.                 => 'ContactManagement42',
  7491.                 => 'RefineCheckItem42',
  7492.                 => 'ExpressLink42',
  7493.                 => 'ClaimPdf42',
  7494.                 => 'SlnPayment42',
  7495.                 => 'DataMigration42',
  7496.             ],
  7497.             'eccube.plugins.disabled' => [
  7498.                 => 'Coupon42',
  7499.                 => 'GmoPaymentGateway42',
  7500.                 => 'PaygentPayment42',
  7501.                 => 'ProductReview42',
  7502.                 => 'Recommend42',
  7503.                 => 'RelatedProduct42',
  7504.                 => 'Securitychecker42',
  7505.                 => 'SiteKit42',
  7506.                 => 'VeriTrans4G2',
  7507.                 => 'YamatoPayment42',
  7508.             ],
  7509.             'event_dispatcher.event_aliases' => [
  7510.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  7511.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  7512.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  7513.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  7514.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  7515.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  7516.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  7517.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  7518.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  7519.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  7520.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  7521.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  7522.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  7523.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  7524.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  7525.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  7526.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  7527.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  7528.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  7529.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  7530.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  7531.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  7532.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  7533.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  7534.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  7535.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  7536.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  7537.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  7538.             ],
  7539.             'fragment.renderer.hinclude.global_template' => NULL,
  7540.             'fragment.path' => '/_fragment',
  7541.             'kernel.http_method_override' => true,
  7542.             'kernel.trusted_hosts' => [
  7543.             ],
  7544.             'kernel.enabled_locales' => [
  7545.             ],
  7546.             'kernel.error_controller' => 'error_controller',
  7547.             'debug.file_link_format' => NULL,
  7548.             'asset.request_context.base_path' => NULL,
  7549.             'asset.request_context.secure' => NULL,
  7550.             'translator.logging' => false,
  7551.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  7552.             'debug.error_handler.throw_at' => -1,
  7553.             'router.request_context.host' => 'localhost',
  7554.             'router.request_context.scheme' => 'http',
  7555.             'router.request_context.base_url' => '',
  7556.             'router.resource' => 'kernel::loadRoutes',
  7557.             'request_listener.http_port' => 80,
  7558.             'request_listener.https_port' => 443,
  7559.             'session.metadata.storage_key' => '_sf2_meta',
  7560.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  7561.             'session.metadata.update_threshold' => 0,
  7562.             'form.type_extension.csrf.enabled' => true,
  7563.             'form.type_extension.csrf.field_name' => '_token',
  7564.             'validator.translation_domain' => 'validators',
  7565.             'profiler_listener.only_exceptions' => false,
  7566.             'profiler_listener.only_main_requests' => false,
  7567.             'security.role_hierarchy.roles' => [
  7568.             ],
  7569.             'security.access.denied_url' => NULL,
  7570.             'security.authentication.manager.erase_credentials' => true,
  7571.             'security.authentication.session_strategy.strategy' => 'migrate',
  7572.             'security.access.always_authenticate_before_granting' => false,
  7573.             'security.authentication.hide_user_not_found' => true,
  7574.             'security.firewalls' => [
  7575.                 => 'dev',
  7576.                 => 'admin',
  7577.                 => 'customer',
  7578.             ],
  7579.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  7580.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  7581.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  7582.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  7583.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  7584.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  7585.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  7586.             'doctrine.entity_managers' => [
  7587.                 'default' => 'doctrine.orm.default_entity_manager',
  7588.             ],
  7589.             'doctrine.default_entity_manager' => 'default',
  7590.             'doctrine.dbal.connection_factory.types' => [
  7591.                 'datetime' => [
  7592.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  7593.                 ],
  7594.                 'datetimetz' => [
  7595.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  7596.                 ],
  7597.             ],
  7598.             'doctrine.connections' => [
  7599.                 'default' => 'doctrine.dbal.default_connection',
  7600.             ],
  7601.             'doctrine.default_connection' => 'default',
  7602.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  7603.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  7604.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  7605.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  7606.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  7607.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  7608.             'doctrine.orm.cache.memcache_host' => 'localhost',
  7609.             'doctrine.orm.cache.memcache_port' => 11211,
  7610.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  7611.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  7612.             'doctrine.orm.cache.memcached_host' => 'localhost',
  7613.             'doctrine.orm.cache.memcached_port' => 11211,
  7614.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  7615.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  7616.             'doctrine.orm.cache.redis_host' => 'localhost',
  7617.             'doctrine.orm.cache.redis_port' => 6379,
  7618.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  7619.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  7620.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  7621.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  7622.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  7623.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  7624.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  7625.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  7626.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  7627.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  7628.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  7629.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  7630.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  7631.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  7632.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  7633.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  7634.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  7635.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  7636.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  7637.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  7638.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  7639.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  7640.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  7641.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  7642.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  7643.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  7644.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  7645.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  7646.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  7647.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  7648.             'doctrine.orm.auto_generate_proxy_classes' => true,
  7649.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  7650.             'doctrine.orm.proxy_namespace' => 'Proxies',
  7651.             'monolog.use_microseconds' => true,
  7652.             'monolog.swift_mailer.handlers' => [
  7653.             ],
  7654.             'monolog.handlers_to_channels' => [
  7655.                 'monolog.handler.YamatoPayment42' => [
  7656.                     'type' => 'inclusive',
  7657.                     'elements' => [
  7658.                         => 'YamatoPayment42',
  7659.                     ],
  7660.                 ],
  7661.                 'monolog.handler.paygent_payment' => [
  7662.                     'type' => 'inclusive',
  7663.                     'elements' => [
  7664.                         => 'paygent_payment',
  7665.                     ],
  7666.                 ],
  7667.                 'monolog.handler.GmoPaymentGateway42' => [
  7668.                     'type' => 'inclusive',
  7669.                     'elements' => [
  7670.                         => 'GmoPaymentGateway42',
  7671.                     ],
  7672.                 ],
  7673.                 'monolog.handler.console' => [
  7674.                     'type' => 'exclusive',
  7675.                     'elements' => [
  7676.                         => 'event',
  7677.                         => 'doctrine',
  7678.                         => 'console',
  7679.                     ],
  7680.                 ],
  7681.                 'monolog.handler.buffered' => [
  7682.                     'type' => 'exclusive',
  7683.                     'elements' => [
  7684.                         => 'event',
  7685.                     ],
  7686.                 ],
  7687.             ],
  7688.             'twig.form.resources' => [
  7689.                 => 'form_div_layout.html.twig',
  7690.                 => 'bootstrap_5_layout.html.twig',
  7691.             ],
  7692.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  7693.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  7694.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  7695.             'web_profiler.debug_toolbar.mode' => 2,
  7696.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  7697.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  7698.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  7699.             'knp_paginator.page_range' => 5,
  7700.             'knp_paginator.page_limit' => NULL,
  7701.             'doctrine.migrations.preferred_em' => NULL,
  7702.             'doctrine.migrations.preferred_connection' => NULL,
  7703.             'maker.compatible_check.doctrine.supports_attributes' => true,
  7704.             'data_collector.templates' => [
  7705.                 'data_collector.request' => [
  7706.                     => 'request',
  7707.                     => '@WebProfiler/Collector/request.html.twig',
  7708.                 ],
  7709.                 'data_collector.time' => [
  7710.                     => 'time',
  7711.                     => '@WebProfiler/Collector/time.html.twig',
  7712.                 ],
  7713.                 'data_collector.memory' => [
  7714.                     => 'memory',
  7715.                     => '@WebProfiler/Collector/memory.html.twig',
  7716.                 ],
  7717.                 'data_collector.validator' => [
  7718.                     => 'validator',
  7719.                     => '@WebProfiler/Collector/validator.html.twig',
  7720.                 ],
  7721.                 'data_collector.ajax' => [
  7722.                     => 'ajax',
  7723.                     => '@WebProfiler/Collector/ajax.html.twig',
  7724.                 ],
  7725.                 'data_collector.form' => [
  7726.                     => 'form',
  7727.                     => '@WebProfiler/Collector/form.html.twig',
  7728.                 ],
  7729.                 'data_collector.exception' => [
  7730.                     => 'exception',
  7731.                     => '@WebProfiler/Collector/exception.html.twig',
  7732.                 ],
  7733.                 'data_collector.logger' => [
  7734.                     => 'logger',
  7735.                     => '@WebProfiler/Collector/logger.html.twig',
  7736.                 ],
  7737.                 'data_collector.events' => [
  7738.                     => 'events',
  7739.                     => '@WebProfiler/Collector/events.html.twig',
  7740.                 ],
  7741.                 'data_collector.router' => [
  7742.                     => 'router',
  7743.                     => '@WebProfiler/Collector/router.html.twig',
  7744.                 ],
  7745.                 'data_collector.cache' => [
  7746.                     => 'cache',
  7747.                     => '@WebProfiler/Collector/cache.html.twig',
  7748.                 ],
  7749.                 'data_collector.translation' => [
  7750.                     => 'translation',
  7751.                     => '@WebProfiler/Collector/translation.html.twig',
  7752.                 ],
  7753.                 'data_collector.security' => [
  7754.                     => 'security',
  7755.                     => '@Security/Collector/security.html.twig',
  7756.                 ],
  7757.                 'data_collector.twig' => [
  7758.                     => 'twig',
  7759.                     => '@WebProfiler/Collector/twig.html.twig',
  7760.                 ],
  7761.                 'data_collector.doctrine' => [
  7762.                     => 'db',
  7763.                     => '@Doctrine/Collector/db.html.twig',
  7764.                 ],
  7765.                 'doctrine_migrations.migrations_collector' => [
  7766.                     => 'doctrine_migrations',
  7767.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  7768.                 ],
  7769.                 'data_collector.dump' => [
  7770.                     => 'dump',
  7771.                     => '@Debug/Profiler/dump.html.twig',
  7772.                 ],
  7773.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  7774.                 'mailer.data_collector' => [
  7775.                     => 'mailer',
  7776.                     => '@WebProfiler/Collector/mailer.html.twig',
  7777.                 ],
  7778.                 'data_collector.config' => [
  7779.                     => 'config',
  7780.                     => '@WebProfiler/Collector/config.html.twig',
  7781.                 ],
  7782.                 'eccube.collector.core' => [
  7783.                     => 'eccube_core',
  7784.                     => '@toolbar/eccube.html.twig',
  7785.                 ],
  7786.             ],
  7787.             'console.command.ids' => [
  7788.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  7789.             ],
  7790.         ];
  7791.     }
  7792.     protected function throw($message)
  7793.     {
  7794.         throw new RuntimeException($message);
  7795.     }
  7796. }