<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'EcommerceShopBundle\EventListener\CheckoutEventListener' shared autowired service.
include_once \dirname(__DIR__, 4).'/src/EcommerceShopBundle/EventListener/CheckoutEventListener.php';
return $this->privates['EcommerceShopBundle\\EventListener\\CheckoutEventListener'] = new \EcommerceShopBundle\EventListener\CheckoutEventListener(($this->services['pimcore_ecommerce.factory'] ?? $this->load('getPimcoreEcommerce_FactoryService.php')), ($this->services['Pimcore\\Localization\\LocaleServiceInterface'] ?? $this->getLocaleServiceInterfaceService()), ($this->services['session'] ?? $this->getSessionService()), ($this->services['Pimcore\\Log\\ApplicationLogger'] ?? $this->load('getApplicationLoggerService.php')), ($this->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? $this->getTranslatorInterfaceService()));