Error 403 Forbidden

GET https://sw6.profikuechenshop.de/navigation/7f1a05011f684ba9bba5d26347fed84c

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"DzzQBI7LVz8="
_route_params
[]
_stopwatch_token
"c82039"
exception
Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException {#6723
  #message: "PageController can't be requested via XmlHttpRequest."
  #code: 0
  #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Routing/RoutingException.php"
  #line: 95
  -statusCode: 403
  -headers: []
  trace: {
    /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Routing/RoutingException.php:95 {
      Shopware\Core\Framework\Routing\RoutingException::accessDeniedForXmlHttpRequest(): AccessDeniedHttpException …
      › if (!Feature::isActive('v6.7.0.0')) {    return new AccessDeniedHttpException(        'PageController can\'t be requested via XmlHttpRequest.'
    }
    /var/customers/webs/kep/shopware6_testshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php:201 {
      Shopware\Storefront\Framework\Routing\StorefrontSubscriber->preventPageLoadingFromXmlHttpRequest(ControllerEvent $event): void …
      › 
      ›     throw RoutingException::accessDeniedForXmlHttpRequest();}
    }
    /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
      Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
    }
    /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
      Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);}
    /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
      Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › {    $event = $this->dispatcher->dispatch($event, $eventName);}
    /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
      Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › 
      ›     return $this->dispatcher->dispatch($event, $eventName);}
    }
    /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:171 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
    }
    /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
    }
    /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
      Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return parent::handle($request, $type, $catch);}
    }
    /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
      Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
      › try {    return $kernel->handle($request, $type, $catch);} finally {
    }
    /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
      › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
    /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
      › 
      › $response = $this->forward($subRequest, $catch);}
    /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
      › 
      ›     return $this->fetch($request, $catch);}
    }
    /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
    }
    /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
      Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
    }
    /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
      Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
    }
    /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
      › 
      › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
        "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#2603
  -records: [
    "" => [
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.835+00:00"
        "message" => "User Deprecated: Since shopware/core : The Shopware\Core\Service\Service bundle should be added to config/bundles.php"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#103
            #message: "User Deprecated: Since shopware/core : The Shopware\Core\Service\Service bundle should be added to config/bundles.php"
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:137 {
                Shopware\Core\Kernel->registerBundles(): iterable …
                › if ((!Feature::has('v6.7.0.0') || !Feature::isActive('v6.7.0.0')) && !isset($bundles[Service::class])) {    Feature::triggerDeprecationOrThrow('v6.7.0.0', \sprintf('The %s bundle should be added to config/bundles.php', Service::class));    yield new Service();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:356 {
                Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
                › $this->bundles = [];foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:761 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › 
                › $this->initializeBundles();$this->initializeContainer();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:122 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                › if (!$this->container) {    $this->preBoot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.848+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1893
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.849+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1870
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.849+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1864
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.849+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1862
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.849+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1866
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.850+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1876
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.851+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1851
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.851+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1834
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.851+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1872
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.851+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1874
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.852+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1829
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.852+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1859
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.853+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1820
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.853+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1826
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.853+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1815
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.854+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1818
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.854+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1810
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.854+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1811
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.856+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1806
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.856+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1805
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.856+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1796
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.856+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1797
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.856+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1814
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.856+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1822
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.856+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1852
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.857+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1825
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.857+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1831
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.857+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1788
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.877+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1663
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.877+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1686
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.877+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1740
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.877+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1741
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.877+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1734
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.878+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1651
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.878+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1645
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.878+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1646
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.878+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1642
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.878+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1643
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.879+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1639
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.879+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1640
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.879+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1674
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.879+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1652
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.879+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1678
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:63 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $definition = $this->getInstance($definitionRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.879+00:00"
        "message" => "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1672
            #message: "User Deprecated: Since shopware/core : Method "Shopware\Core\Framework\DataAbstractionLayer\EntityExtension::getEntityName()" is deprecated and will be removed in v6.7.0.0. Use "Method will be abstract" instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityExtension.php:49 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityExtension->getEntityName(): string …
                › if (EnvironmentHelper::getVariable('APP_ENV') === 'dev') {    Feature::triggerDeprecationOrThrow('v6.7.0.0', Feature::deprecatedMethodMessage(__CLASS__, __METHOD__, 'v6.7.0.0', 'Method will be abstract'));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:129 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->getInstance(DefinitionInstanceRegistry $registry, EntityExtension $extension): EntityDefinition …
                › 
                › if (!empty($extension->getEntityName())) {    $entity = $extension->getEntityName();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:71 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->addExtension(DefinitionInstanceRegistry $definitionRegistry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry, EntityExtension $extension): void …
                › try {    $salesChannelDefinition = $this->getInstance($salesChannelRegistry, $extension);} catch (DefinitionNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/ExtensionRegistry.php:39 {
                Shopware\Core\Framework\DataAbstractionLayer\ExtensionRegistry->configureExtensions(DefinitionInstanceRegistry $registry, SalesChannelDefinitionInstanceRegistry $salesChannelRegistry): void …
                › foreach ($this->extensions as $extension) {    $this->addExtension($registry, $salesChannelRegistry, $extension);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Framework.php:160 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:127 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:177 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:151 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › {    $this->boot();}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.981+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface" interface is considered internal. It may change without further notice. You should not use it from "Swag\Security\Fixes\GHSAm8952hj38cg9\EntityAggregatorDecorator"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1148
            #message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface" interface is considered internal. It may change without further notice. You should not use it from "Swag\Security\Fixes\GHSAm8952hj38cg9\EntityAggregatorDecorator"."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getEntityAggregatorInterfaceService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:22302 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getDreiscSeoRedirect_RepositoryService($container) …
                › }$c = ($container->services['Shopware\\Core\\Framework\\DataAbstractionLayer\\Search\\EntityAggregatorInterface'] ?? self::getEntityAggregatorInterfaceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:2906 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getDreiscSeoRedirectRepositoryService($container) …
                › {    $a = ($container->services['dreisc_seo_redirect.repository'] ?? self::getDreiscSeoRedirect_RepositoryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:3649 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getRequestTransformerService($container) …
                › {    $a = ($container->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectRepository'] ?? self::getDreiscSeoRedirectRepositoryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:4254 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getRequestTransformerDecoratorService($container) …
                › {    $a = ($container->services['DreiscSeoPro\\Core\\Routing\\RequestTransformer'] ?? self::getRequestTransformerService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:23411 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
                › }$b = ($container->services['DreiscSeoPro\\Decorator\\Shopware\\Storefront\\Routing\\RequestTransformerDecorator'] ?? self::getRequestTransformerDecoratorService($container));}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Container.php:223 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › } elseif (isset($container->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:204 {
                Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
                › {    return $this->container->get('http_kernel');}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774708
        "timestamp_rfc3339" => "2026-03-17T19:11:48.983+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class uses "Symfony\Component\VarExporter\LazyGhostTrait" that is deprecated since Symfony 7.3, use native lazy objects instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1138
            #message: "User Deprecated: The "Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" class uses "Symfony\Component\VarExporter\LazyGhostTrait" that is deprecated since Symfony 7.3, use native lazy objects instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getDreiscSeoRedirect_RepositoryService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:2906 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getDreiscSeoRedirectRepositoryService($container) …
                › {    $a = ($container->services['dreisc_seo_redirect.repository'] ?? self::getDreiscSeoRedirect_RepositoryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:3649 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getRequestTransformerService($container) …
                › {    $a = ($container->services['DreiscSeoPro\\Core\\Content\\DreiscSeoRedirect\\DreiscSeoRedirectRepository'] ?? self::getDreiscSeoRedirectRepositoryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:4254 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getRequestTransformerDecoratorService($container) …
                › {    $a = ($container->services['DreiscSeoPro\\Core\\Routing\\RequestTransformer'] ?? self::getRequestTransformerService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:23411 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getHttpKernelService($container) …
                › }$b = ($container->services['DreiscSeoPro\\Decorator\\Shopware\\Storefront\\Routing\\RequestTransformerDecorator'] ?? self::getRequestTransformerDecoratorService($container));}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Container.php:223 {
                Symfony\Component\DependencyInjection\Container::make(self $container, string $id, int $invalidBehavior): ?object …
                › } elseif (isset($container->methodMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $container->{$container->methodMap[$id]}($container);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Container.php:203 {
                Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = self::EXCEPTION_ON_INVALID_REFERENCE): ?object …
                ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? self::$make ??= self::make(...))($this, $id, $invalidBehavior));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/Kernel.php:204 {
                Symfony\Component\HttpKernel\Kernel->getHttpKernel(): HttpKernelInterface …
                › {    return $this->container->get('http_kernel');}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.003+00:00"
        "message" => "User Deprecated: The "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Maxia\MaxiaTaxSwitch6\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#1033
            #message: "User Deprecated: The "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Maxia\MaxiaTaxSwitch6\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory"."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextFactoryService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:57335 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getSalesChannelContextServiceService($container) …
                › {    $a = ($container->services['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextFactory'] ?? self::getSalesChannelContextFactoryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:42678 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getStorefrontSubscriberService($container) …
                › }$d = ($container->privates['Shopware\\Core\\System\\SalesChannel\\Context\\SalesChannelContextService'] ?? self::getSalesChannelContextServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:22874 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › $instance->addListener('Shopware\\Core\\Framework\\Event\\BeforeSendResponseEvent', [#[\Closure(name: 'Maxia\\MaxiaTaxSwitch6\\Storefront\\Subscriber\\StorefrontSubscriber')] fn () => ($container->privates['Maxia\\MaxiaTaxSwitch6\\Storefront\\Subscriber\\StorefrontSubscriber'] ?? self::getStorefrontSubscriberService($container)), 'removeDuplicateSession'], -100);$instance->addListener('Shopware\\Core\\Framework\\Adapter\\Cache\\Event\\HttpCacheKeyEvent', [#[\Closure(name: 'Maxia\\MaxiaTaxSwitch6\\Storefront\\Subscriber\\StorefrontSubscriber')] fn () => ($container->privates['Maxia\\MaxiaTaxSwitch6\\Storefront\\Subscriber\\StorefrontSubscriber'] ?? self::getStorefrontSubscriberService($container)), 'onHttpCacheKeyEvent'], 0);$instance->addListener('Shopware\\Core\\Checkout\\Customer\\Event\\CustomerLoginEvent', [#[\Closure(name: 'Maxia\\MaxiaTaxSwitch6\\Storefront\\Subscriber\\LoginRegisterSubscriber')] fn () => ($container->privates['Maxia\\MaxiaTaxSwitch6\\Storefront\\Subscriber\\LoginRegisterSubscriber'] ?? self::getLoginRegisterSubscriberService($container)), 'setTaxSettingOnLogin'], 0);
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:69 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:89 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.023+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.032+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.032+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.032+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.032+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.039+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.039+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.039+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.039+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.062+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.062+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.062+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.062+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.063+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.063+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.063+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.063+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.066+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.066+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.066+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.066+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.069+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.069+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.069+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.069+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.075+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.075+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.075+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.075+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.093+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.093+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.093+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.093+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.097+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.097+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.097+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.097+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.120+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.120+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.120+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.120+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.146+00:00"
        "message" => "User Deprecated: The "Swag\CustomizedProducts\Core\Checkout\Cart\Rule\LineItemGoodsTotalRuleDecorator" class extends "Shopware\Core\Checkout\Cart\Rule\LineItemGoodsTotalRule" that is deprecated tag:v6.7.0 - reason:becomes-final - Will become final in v6.7.0."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5206
            #message: "User Deprecated: The "Swag\CustomizedProducts\Core\Checkout\Cart\Rule\LineItemGoodsTotalRuleDecorator" class extends "Shopware\Core\Checkout\Cart\Rule\LineItemGoodsTotalRule" that is deprecated tag:v6.7.0 - reason:becomes-final - Will become final in v6.7.0."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Collector/RuleConditionRegistry.php:87 {
                Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry->mapRules(iterable $taggedRules): void …
                › 
                › foreach ($taggedRules as $rule) {    $this->rules[$rule->getName()] = $rule;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Collector/RuleConditionRegistry.php:25 {
                Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry->__construct(iterable $taggedRules) …
                › {    $this->mapRules($taggedRules);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:55632 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getRuleConditionRegistryService($container) …
                › {    return $container->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] = new \Shopware\Core\Framework\Rule\Collector\RuleConditionRegistry(new RewindableGenerator(function () use ($container) {        yield 0 => ($container->privates['Shopware\\Core\\Framework\\Rule\\Container\\AndRule'] ??= new \Shopware\Core\Framework\Rule\Container\AndRule());
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:51871 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getRulePayloadUpdaterService($container) …
                › {    return $container->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] = new \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadUpdater(($container->services['Doctrine\\DBAL\\Connection'] ?? self::getConnectionService($container)), ($container->privates['Shopware\\Core\\Framework\\Rule\\Collector\\RuleConditionRegistry'] ?? self::getRuleConditionRegistryService($container)));}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:51861 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getRulePayloadSubscriberService($container) …
                › {    return $container->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadSubscriber'] = new \Shopware\Core\Content\Rule\DataAbstractionLayer\RulePayloadSubscriber(($container->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadUpdater'] ?? self::getRulePayloadUpdaterService($container)), ($container->privates['Shopware\\Core\\Framework\\Script\\Debugging\\ScriptTraces'] ??= new \Shopware\Core\Framework\Script\Debugging\ScriptTraces()), ($container->targetDir.''.'/twig'), true);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:22678 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › $instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Write\\Validation\\PreWriteValidationEvent', [#[\Closure(name: 'Shopware\\Core\\Content\\Rule\\RuleValidator')] fn () => ($container->privates['Shopware\\Core\\Content\\Rule\\RuleValidator'] ?? self::getRuleValidatorService($container)), 'preValidate'], 0);$instance->addListener('rule.loaded', [#[\Closure(name: 'Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadSubscriber')] fn () => ($container->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RulePayloadSubscriber'] ?? self::getRulePayloadSubscriberService($container)), 'unserialize'], 0);$instance->addListener('Shopware\\Core\\Framework\\Plugin\\Event\\PluginPostInstallEvent', [#[\Closure(name: 'Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexerSubscriber')] fn () => ($container->privates['Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexerSubscriber'] ?? self::getRuleIndexerSubscriberService($container)), 'refreshPlugin'], 0);
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:243 {
                Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
                › if ($listener[0] instanceof \Closure) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:27 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                ›     }    $this->dispatch($nested, $name);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:215 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->read(Criteria $criteria, Context $context): EntityCollection …
                › 
                › $this->eventDispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:251 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->_search(Criteria $criteria, Context $context): EntitySearchResult …
                › 
                › $entities = $this->read($readCriteria, $context);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:68 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->Shopware\Core\Framework\DataAbstractionLayer\{closure} …
                › 
                ›     return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/EntityRepository.php:68 {
                Shopware\Core\Framework\DataAbstractionLayer\EntityRepository->search(Criteria $criteria, Context $context): EntitySearchResult …
                › 
                ›     return Profiler::trace($criteria->getTitle(), fn () => $this->_search($criteria, $context), 'repository');}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/Dbal/Common/RepositoryIterator.php:108 {
                Shopware\Core\Framework\DataAbstractionLayer\Dbal\Common\RepositoryIterator->fetch(): EntitySearchResult …
                › 
                › $result = $this->repository->search(clone $this->criteria, $this->context);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/RuleLoader.php:47 {
                Shopware\Core\Checkout\Cart\RuleLoader->load(Context $context): RuleCollection …
                › 
                › while (($result = $repositoryIterator->fetch()) !== null) {    foreach ($result->getEntities() as $rule) {
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/CustomPricing/Framework/Checkout/Cart/CustomPricingRuleLoaderDecorator.php:32 {
                Shopware\Commercial\CustomPricing\Framework\Checkout\Cart\CustomPricingRuleLoaderDecorator->load(Context $context): RuleCollection …
                › {    $ruleCollection = $this->decorated->load($context);    if (!License::get('CUSTOM_PRICES-4458487')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CachedRuleLoader.php:34 {
                Shopware\Core\Checkout\Cart\CachedRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
                › {    return $this->cache->get(self::CACHE_KEY, fn (): RuleCollection => $this->decorated->load($context));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/cache-contracts/CacheTrait.php:64 {
                Shopware\Core\Framework\Adapter\Cache\CacheDecorator->doGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null): mixed …
                › $save = true;$item->set($callback($item, $save));if ($save) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/cache-contracts/CacheTrait.php:30 {
                Shopware\Core\Framework\Adapter\Cache\CacheDecorator->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
                › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CachedRuleLoader.php:34 {
                Shopware\Core\Checkout\Cart\CachedRuleLoader->load(Context $context): RuleCollection …
                › {    return $this->cache->get(self::CACHE_KEY, fn (): RuleCollection => $this->decorated->load($context));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:172 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->loadRules(Context $context): RuleCollection …
                › 
                ›     return $this->rules = $this->ruleLoader->load($context)->filterForContext();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:84 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
                › return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {    $rules = $this->loadRules($context->getContext());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
                › {    return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {        $rules = $this->loadRules($context->getContext());
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:61 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
                › 
                ›     return $this->load($context, $cart, new CartBehavior($context->getPermissions()), true);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $result = $this->ruleLoader->loadByToken($context, $token);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.148+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.148+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.148+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.148+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.149+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.149+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.149+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.149+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.168+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.168+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.168+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.168+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.180+00:00"
        "message" => "User Deprecated: Since shopware/core : The default payment method of a customer will be removed."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5684
            #message: "User Deprecated: Since shopware/core : The default payment method of a customer will be removed."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Customer/Rule/CustomerDefaultPaymentMethodRule.php:50 {
                Shopware\Core\Checkout\Customer\Rule\CustomerDefaultPaymentMethodRule->match(RuleScope $scope): bool …
                › {    Feature::triggerDeprecationOrThrow('v6.7.0.0', 'The default payment method of a customer will be removed.');}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Container/AndRule.php:19 {
                Shopware\Core\Framework\Rule\Container\AndRule->match(RuleScope $scope): bool …
                › foreach ($this->rules as $rule) {    if (!$rule->match($scope)) {        return false;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Container/OrRule.php:16 {
                Shopware\Core\Framework\Rule\Container\OrRule->match(RuleScope $scope): bool …
                › foreach ($this->rules as $rule) {    if ($rule->match($scope)) {        return true;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Container/AndRule.php:19 {
                Shopware\Core\Framework\Rule\Container\AndRule->match(RuleScope $scope): bool …
                › foreach ($this->rules as $rule) {    if (!$rule->match($scope)) {        return false;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Rule/RuleCollection.php:27 {
                Shopware\Core\Content\Rule\RuleCollection->Shopware\Core\Content\Rule\{closure} …
                › 
                ›     return $rule->getPayload()->match(new CartRuleScope($cart, $context));}
              }
              Shopware\Core\Content\Rule\RuleCollection->Shopware\Core\Content\Rule\{closure}() {}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Struct/Collection.php:144 {
                Shopware\Core\Framework\Struct\Collection->filter(Closure $closure): static …
                › {    return $this->createNew(array_filter($this->elements, $closure));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Rule/RuleCollection.php:21 {
                Shopware\Core\Content\Rule\RuleCollection->filterMatchingRules(Cart $cart, SalesChannelContext $context): self …
                › {    return $this->filter(        function (RuleEntity $rule) use ($cart, $context) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:120 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
                › // filter rules which matches to current scope$rules = $rules->filterMatchingRules($cart, $context);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
                › {    return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {        $rules = $this->loadRules($context->getContext());
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:61 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
                › 
                ›     return $this->load($context, $cart, new CartBehavior($context->getPermissions()), true);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $result = $this->ruleLoader->loadByToken($context, $token);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.180+00:00"
        "message" => "User Deprecated: Since shopware/core : The default payment method of a customer will be removed."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5681
            #message: "User Deprecated: Since shopware/core : The default payment method of a customer will be removed."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Customer/Rule/CustomerDefaultPaymentMethodRule.php:50 {
                Shopware\Core\Checkout\Customer\Rule\CustomerDefaultPaymentMethodRule->match(RuleScope $scope): bool …
                › {    Feature::triggerDeprecationOrThrow('v6.7.0.0', 'The default payment method of a customer will be removed.');}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Container/AndRule.php:19 {
                Shopware\Core\Framework\Rule\Container\AndRule->match(RuleScope $scope): bool …
                › foreach ($this->rules as $rule) {    if (!$rule->match($scope)) {        return false;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Container/OrRule.php:16 {
                Shopware\Core\Framework\Rule\Container\OrRule->match(RuleScope $scope): bool …
                › foreach ($this->rules as $rule) {    if ($rule->match($scope)) {        return true;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Container/AndRule.php:19 {
                Shopware\Core\Framework\Rule\Container\AndRule->match(RuleScope $scope): bool …
                › foreach ($this->rules as $rule) {    if (!$rule->match($scope)) {        return false;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Rule/RuleCollection.php:27 {
                Shopware\Core\Content\Rule\RuleCollection->Shopware\Core\Content\Rule\{closure} …
                › 
                ›     return $rule->getPayload()->match(new CartRuleScope($cart, $context));}
              }
              Shopware\Core\Content\Rule\RuleCollection->Shopware\Core\Content\Rule\{closure}() {}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Struct/Collection.php:144 {
                Shopware\Core\Framework\Struct\Collection->filter(Closure $closure): static …
                › {    return $this->createNew(array_filter($this->elements, $closure));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Rule/RuleCollection.php:21 {
                Shopware\Core\Content\Rule\RuleCollection->filterMatchingRules(Cart $cart, SalesChannelContext $context): self …
                › {    return $this->filter(        function (RuleEntity $rule) use ($cart, $context) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:120 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
                › // filter rules which matches to current scope$rules = $rules->filterMatchingRules($cart, $context);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
                › {    return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {        $rules = $this->loadRules($context->getContext());
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:61 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
                › 
                ›     return $this->load($context, $cart, new CartBehavior($context->getPermissions()), true);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $result = $this->ruleLoader->loadByToken($context, $token);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.180+00:00"
        "message" => "User Deprecated: Since shopware/core : The default payment method of a customer will be removed."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5715
            #message: "User Deprecated: Since shopware/core : The default payment method of a customer will be removed."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Customer/Rule/CustomerDefaultPaymentMethodRule.php:50 {
                Shopware\Core\Checkout\Customer\Rule\CustomerDefaultPaymentMethodRule->match(RuleScope $scope): bool …
                › {    Feature::triggerDeprecationOrThrow('v6.7.0.0', 'The default payment method of a customer will be removed.');}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Container/AndRule.php:19 {
                Shopware\Core\Framework\Rule\Container\AndRule->match(RuleScope $scope): bool …
                › foreach ($this->rules as $rule) {    if (!$rule->match($scope)) {        return false;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Container/OrRule.php:16 {
                Shopware\Core\Framework\Rule\Container\OrRule->match(RuleScope $scope): bool …
                › foreach ($this->rules as $rule) {    if ($rule->match($scope)) {        return true;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Container/AndRule.php:19 {
                Shopware\Core\Framework\Rule\Container\AndRule->match(RuleScope $scope): bool …
                › foreach ($this->rules as $rule) {    if (!$rule->match($scope)) {        return false;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Rule/RuleCollection.php:27 {
                Shopware\Core\Content\Rule\RuleCollection->Shopware\Core\Content\Rule\{closure} …
                › 
                ›     return $rule->getPayload()->match(new CartRuleScope($cart, $context));}
              }
              Shopware\Core\Content\Rule\RuleCollection->Shopware\Core\Content\Rule\{closure}() {}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Struct/Collection.php:144 {
                Shopware\Core\Framework\Struct\Collection->filter(Closure $closure): static …
                › {    return $this->createNew(array_filter($this->elements, $closure));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Rule/RuleCollection.php:21 {
                Shopware\Core\Content\Rule\RuleCollection->filterMatchingRules(Cart $cart, SalesChannelContext $context): self …
                › {    return $this->filter(        function (RuleEntity $rule) use ($cart, $context) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:133 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
                › // check if rules changed for the last calculated cart, in this case we have to recalculate$ruleCompare = $all->filterMatchingRules($cart, $context);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
                › {    return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {        $rules = $this->loadRules($context->getContext());
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:61 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
                › 
                ›     return $this->load($context, $cart, new CartBehavior($context->getPermissions()), true);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $result = $this->ruleLoader->loadByToken($context, $token);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.180+00:00"
        "message" => "User Deprecated: Since shopware/core : The default payment method of a customer will be removed."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5686
            #message: "User Deprecated: Since shopware/core : The default payment method of a customer will be removed."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Customer/Rule/CustomerDefaultPaymentMethodRule.php:50 {
                Shopware\Core\Checkout\Customer\Rule\CustomerDefaultPaymentMethodRule->match(RuleScope $scope): bool …
                › {    Feature::triggerDeprecationOrThrow('v6.7.0.0', 'The default payment method of a customer will be removed.');}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Container/AndRule.php:19 {
                Shopware\Core\Framework\Rule\Container\AndRule->match(RuleScope $scope): bool …
                › foreach ($this->rules as $rule) {    if (!$rule->match($scope)) {        return false;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Container/OrRule.php:16 {
                Shopware\Core\Framework\Rule\Container\OrRule->match(RuleScope $scope): bool …
                › foreach ($this->rules as $rule) {    if ($rule->match($scope)) {        return true;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Container/AndRule.php:19 {
                Shopware\Core\Framework\Rule\Container\AndRule->match(RuleScope $scope): bool …
                › foreach ($this->rules as $rule) {    if (!$rule->match($scope)) {        return false;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Rule/RuleCollection.php:27 {
                Shopware\Core\Content\Rule\RuleCollection->Shopware\Core\Content\Rule\{closure} …
                › 
                ›     return $rule->getPayload()->match(new CartRuleScope($cart, $context));}
              }
              Shopware\Core\Content\Rule\RuleCollection->Shopware\Core\Content\Rule\{closure}() {}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Struct/Collection.php:144 {
                Shopware\Core\Framework\Struct\Collection->filter(Closure $closure): static …
                › {    return $this->createNew(array_filter($this->elements, $closure));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Rule/RuleCollection.php:21 {
                Shopware\Core\Content\Rule\RuleCollection->filterMatchingRules(Cart $cart, SalesChannelContext $context): self …
                › {    return $this->filter(        function (RuleEntity $rule) use ($cart, $context) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:133 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
                › // check if rules changed for the last calculated cart, in this case we have to recalculate$ruleCompare = $all->filterMatchingRules($cart, $context);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
                › {    return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {        $rules = $this->loadRules($context->getContext());
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:61 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
                › 
                ›     return $this->load($context, $cart, new CartBehavior($context->getPermissions()), true);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $result = $this->ruleLoader->loadByToken($context, $token);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.181+00:00"
        "message" => "#1 Rule detection: Versand DE with priority 3 (id: 8cf0d608ebfb4788801159104154a4b2)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.181+00:00"
        "message" => "#2 Rule detection: Bestellung - Zahlung Vorkasse with priority 1 (id: 0194f95957367e8aa976f3e47d30ca8b)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.181+00:00"
        "message" => "#3 Rule detection: Alle Kunden with priority 1 (id: 4fd250f2fd7d42d684bf9f07d69adea0)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.181+00:00"
        "message" => "#4 Rule detection: Cart>=0 with priority 0 (id: d3b4db9639fc41fda9fc905f0c32377e)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.185+00:00"
        "message" => "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExists instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5732
            #message: "User Deprecated: Since symfony/validator 7.4: Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExists instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/validator/Constraint.php"
            #line: 122
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/validator/Constraint.php:122 {
                Symfony\Component\Validator\Constraint->__construct(mixed $options = null, ?array $groups = null, mixed $payload = null) …
                › 
                › trigger_deprecation('symfony/validator', '7.4', 'Support for evaluating options in the base Constraint class is deprecated. Initialize properties in the constructor of %s instead.', static::class);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/DataAbstractionLayer/Validation/EntityExists.php:55 {
                Shopware\Core\Framework\DataAbstractionLayer\Validation\EntityExists->__construct(array $options) …
                › 
                ›     parent::__construct($options);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/LineItemFactoryRegistry.php:138 {
                Shopware\Core\Checkout\Cart\LineItemFactoryRegistry->createValidatorDefinition(): DataValidationDefinition …
                › ->add('referencedId', new Type('string'))->add('coverId', new Type('string'), new EntityExists(['entity' => MediaDefinition::ENTITY_NAME, 'context' => Context::createDefaultContext()]))->addSub(
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/LineItemFactoryRegistry.php:39 {
                Shopware\Core\Checkout\Cart\LineItemFactoryRegistry->__construct(iterable $handlers, DataValidator $validator, EventDispatcherInterface $eventDispatcher) …
                › ) {    $this->validatorDefinition = $this->createValidatorDefinition();}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:46783 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getLineItemFactoryRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Cart\LineItemFactoryRegistry(new RewindableGenerator(function () use ($container) {    yield 0 => ($container->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryHandler\\ProductLineItemFactory'] ?? self::getProductLineItemFactoryService($container));
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8731 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartItemAddRouteService($container) …
                › }$d = ($container->privates['Shopware\\Core\\Checkout\\Cart\\LineItemFactoryRegistry'] ?? self::getLineItemFactoryRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.195+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\PayLaterHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5792
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\PayLaterHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.201+00:00"
        "message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\AbstractSyncAPMHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5822
            #message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\AbstractSyncAPMHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPayLaterHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Container.php:399 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:59 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $syncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.201+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\SEPAHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5835
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\SEPAHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.201+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\VenmoHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5837
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\VenmoHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.203+00:00"
        "message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\VenmoHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5845
            #message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\VenmoHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getVenmoHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Container.php:399 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:59 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $syncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.203+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\ApplePayHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5846
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\ApplePayHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.203+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\GooglePayHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5853
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\GooglePayHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.204+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\PUIHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5860
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.sync` is deprecated for service Swag\PayPal\Checkout\Payment\Method\PUIHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:55 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.204+00:00"
        "message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\PUIHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5862
            #message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\PUIHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\SynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPUIHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Container.php:399 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:59 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $syncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.205+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service KlarnaPayment\Components\PaymentHandler\KlarnaPaymentsPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5821
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service KlarnaPayment\Components\PaymentHandler\KlarnaPaymentsPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.226+00:00"
        "message" => "User Deprecated: The "KlarnaPayment\Components\PaymentHandler\KlarnaPaymentsPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5909
            #message: "User Deprecated: The "KlarnaPayment\Components\PaymentHandler\KlarnaPaymentsPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getKlarnaPaymentsPaymentHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Container.php:399 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $asyncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.228+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service KlarnaPayment\Components\PaymentHandler\KlarnaExpressCheckoutPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5925
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service KlarnaPayment\Components\PaymentHandler\KlarnaExpressCheckoutPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.229+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\BancontactAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5927
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\BancontactAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.229+00:00"
        "message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\APMHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5912
            #message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\APMHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getBancontactAPMHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Container.php:399 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $asyncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.229+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\BlikAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5916
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\BlikAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.230+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\EpsAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5920
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\EpsAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.230+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\GiropayAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5941
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\GiropayAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.230+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\IdealAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5944
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\IdealAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.230+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\MultibancoAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5947
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\MultibancoAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.231+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\MyBankAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5950
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\MyBankAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.231+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\OxxoAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5953
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\OxxoAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.231+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\P24APMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5956
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\P24APMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.231+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5959
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.231+00:00"
        "message" => "User Deprecated: Since swag/paypal 10.0.0: tag:v10.0.0 - The Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler service will be removed"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5958
            #message: "User Deprecated: Since swag/paypal 10.0.0: tag:v10.0.0 - The Swag\PayPal\Checkout\Payment\Method\SofortAPMHandler service will be removed"
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php"
            #line: 62265
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:62265 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getSofortAPMHandlerService($container) …
                › {    trigger_deprecation('swag/paypal', '10.0.0', 'tag:v10.0.0 - The Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler service will be removed');}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Container.php:399 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $asyncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.232+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\TrustlyAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5961
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\TrustlyAPMHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.232+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\ACDCHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5922
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\Method\ACDCHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.233+00:00"
        "message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\ACDCHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5967
            #message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\ACDCHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getACDCHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Container.php:399 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $asyncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.233+00:00"
        "message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\ACDCHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5966
            #message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\Method\ACDCHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getACDCHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Container.php:399 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $asyncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.233+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\PayPalPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5981
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\PayPal\Checkout\Payment\PayPalPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:67 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › }Feature::triggerDeprecationOrThrow(    'v6.7.0.0',
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.235+00:00"
        "message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5963
            #message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\AsynchronousPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPayPalPaymentHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Container.php:399 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $asyncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.235+00:00"
        "message" => "User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5970
            #message: "User Deprecated: The "Swag\PayPal\Checkout\Payment\PayPalPaymentHandler" class implements "Shopware\Core\Checkout\Payment\Cart\PaymentHandler\RecurringPaymentHandlerInterface" that is deprecated tag:v6.7.0 - will be removed, extend AbstractPaymentHandler instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPayPalPaymentHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Container.php:399 {
                Symfony\Component\DependencyInjection\Container->getService(string|false $registry, string $id, ?string $method, string|bool $load): mixed …
                › if (false !== $registry) {    return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/dependency-injection/Argument/ServiceLocator.php:36 {
                Symfony\Component\DependencyInjection\Argument\ServiceLocator->get(string $id): mixed …
                ›     1 => $this->serviceMap[$id][0],    default => ($this->factory)(...$this->serviceMap[$id]),};
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Payment/Cart/PaymentHandler/PaymentHandlerRegistry.php:71 {
                Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry->__construct(ServiceProviderInterface $paymentHandlers, ServiceProviderInterface $syncHandlers, ServiceProviderInterface $asyncHandlers, ServiceProviderInterface $preparedHandlers, ServiceProviderInterface $refundHandlers, ServiceProviderInterface $recurringHandlers, Connection $connection) …
                › );$handler = $asyncHandlers->get($serviceId);$this->handlers[(string) $serviceId] = $handler;
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › $instance = new \Shopware\Core\Checkout\Payment\Cart\PaymentHandler\PaymentHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService ??= $container->getService(...), [    'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler' => ['privates', 'Shopware\\Core\\Framework\\App\\Payment\\Handler\\AppPaymentHandler', 'getAppPaymentHandlerService', false],
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:48408 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPreparedPaymentServiceService($container) …
                › {    $a = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8894 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$f = ($container->privates['Shopware\\Core\\Checkout\\Payment\\PreparedPaymentService'] ?? self::getPreparedPaymentServiceService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.242+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::__construct()" method is considered internal. It may change without further notice. You should not extend it from "KlarnaPayment\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRouteDecorator"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#6007
            #message: "User Deprecated: The "Shopware\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRoute::__construct()" method is considered internal. It may change without further notice. You should not extend it from "KlarnaPayment\Core\Checkout\Payment\SalesChannel\CachedPaymentMethodRouteDecorator"."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCachedPaymentMethodRouteDecoratorService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:18561 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getFilteredPaymentMethodRouteService($container) …
                › {    $a = ($container->services['KlarnaPayment\\Core\\Checkout\\Payment\\SalesChannel\\CachedPaymentMethodRouteDecorator'] ?? self::getCachedPaymentMethodRouteDecoratorService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:9825 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getSortedPaymentMethodRouteService($container) …
                › {    $a = ($container->services['Swag\\PayPal\\Checkout\\SalesChannel\\FilteredPaymentMethodRoute'] ?? self::getFilteredPaymentMethodRouteService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:9458 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCheckoutGatewayRouteService($container) …
                › {    $a = ($container->services['Shopware\\Core\\Checkout\\Payment\\SalesChannel\\SortedPaymentMethodRoute'] ?? self::getSortedPaymentMethodRouteService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8904 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$h = ($container->services['Shopware\\Core\\Checkout\\Gateway\\SalesChannel\\CheckoutGatewayRoute'] ?? self::getCheckoutGatewayRouteService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8935 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCartServiceService($container, $lazyLoad = true) …
                › 
                ›     return ($lazyLoad->__construct(($container->privates['Shopware\\Core\\Checkout\\Cart\\CartPersister'] ?? self::getCartPersisterService($container)), ($container->services['event_dispatcher'] ?? self::getEventDispatcherService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartCalculator'] ?? self::getCartCalculatorService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartLoadRoute'] ?? self::getCartLoadRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartDeleteRoute'] ?? self::getCartDeleteRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemAddRoute'] ?? self::getCartItemAddRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemUpdateRoute'] ?? self::getCartItemUpdateRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartItemRemoveRoute'] ?? self::getCartItemRemoveRouteService($container)), ($container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartOrderRoute'] ?? self::getCartOrderRouteService($container)), ($container->privates['Shopware\\Core\\Checkout\\Cart\\CartFactory'] ?? self::getCartFactoryService($container))) && false ?: $lazyLoad);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:8932 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartServiceService($container, $proxy)));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/Internal/LazyObjectState.php:60 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/var-exporter/LazyGhostTrait.php:153 {
                ContainerVz7aOPd\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/SalesChannel/CartService.php:50 {
                Shopware\Core\Checkout\Cart\SalesChannel\CartService->setCart(Cart $cart): void …
                › {    $this->cart[$cart->getToken()] = $cart;}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:99 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $this->cartService->setCart($result->getCart());}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:306 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->getCachedPluginConfig(Request $request): ?array …
                › $context = $this->contextService\r    ->get(new SalesChannelContextServiceParameters(\r        $salesChannel['salesChannelId'],\r
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:74 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->onHttpCacheKeyEvent(HttpCacheKeyEvent $event) …
                › $request = $event->request;\r$config = $this->getCachedPluginConfig($request);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/HttpCacheKeyGenerator.php:67 {
                Shopware\Core\Framework\Adapter\Cache\Http\HttpCacheKeyGenerator->generate(Request $request, ?Response $response = null): string …
                › 
                › $this->dispatcher->dispatch($event);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/Http/CacheStore.php:62 {
                Shopware\Core\Framework\Adapter\Cache\Http\CacheStore->lookup(Request $request): Response …
                › 
                › $key = $this->cacheKeyGenerator->generate($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:327 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › try {    $entry = $this->store->lookup($request);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.248+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Adapter\Cache\Event\HttpCacheKeyEvent"
          "listener" => "Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber::onHttpCacheKeyEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.250+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.250+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.250+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.250+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.251+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.251+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.251+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.251+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.964+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheControlListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.964+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
          "listener" => "Shopware\Storefront\Framework\Routing\CanonicalLinkListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.964+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Event\BeforeSendResponseEvent"
          "listener" => "Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber::removeDuplicateSession"
        ]
        "channel" => "event"
      ]
    ]
    4200 => [
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.361+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "frontend.navigation.page"
          "route_parameters" => [
            "_route" => "frontend.navigation.page"
            "_routeScope" => [
              "storefront"
            ]
            "_httpCache" => true
            "_controller" => "Shopware\Storefront\Controller\NavigationController::index"
            "navigationId" => "7f1a05011f684ba9bba5d26347fed84c"
          ]
          "request_uri" => "https://sw6.profikuechenshop.de/navigation/7f1a05011f684ba9bba5d26347fed84c"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.363+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.363+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.363+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.363+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.363+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.363+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.363+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.363+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.363+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.363+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.363+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.363+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.363+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\RouteParamsCleanupListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.363+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.363+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Commercial\Licensing\Subscriber\LicenseReportListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.363+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Commercial\B2B\EmployeeManagement\Api\Annotation\B2bRouteParamsCleanupListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.363+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.363+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.364+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.364+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "KlarnaPayment\Components\EventListener\RequestListener::addStoreApiToken"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.364+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::request"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.444+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.444+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.444+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.444+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.450+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.450+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.451+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.451+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.452+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.452+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.452+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.452+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.453+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.453+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.453+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.454+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.455+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.455+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.455+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.455+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.459+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.459+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.459+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.459+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.461+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.461+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.461+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.461+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.464+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.464+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.464+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.464+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.498+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "Shopware\Commercial\Subscription\Content\Product\ProductSubscriber::onProcessCriteria"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.498+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "Swag\DynamicAccess\Core\Content\Product\SalesChannel\SalesChannelCriteriaSubscriber::addProductRuleFilter"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.498+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.process.criteria"
          "listener" => "Swag\CustomizedProducts\Core\Content\Product\SalesChannel\SalesChannelProductRepositorySubscriber::search"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.564+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.564+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.564+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.564+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.568+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.568+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.568+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.568+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.572+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "sales_channel.product.search.result.loaded"
          "listener" => "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::addExcludedProductsToSearchResult"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.582+00:00"
        "message" => "User Deprecated: The "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Prems\Plugin\PremsIndividualOffer6\Core\Checkout\Promotion\Cart\PromotionCollectorDecorator"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#6962
            #message: "User Deprecated: The "Shopware\Core\Checkout\Promotion\Cart\PromotionCollector::__construct()" method is considered internal. It may change without further notice. You should not extend it from "Prems\Plugin\PremsIndividualOffer6\Core\Checkout\Promotion\Cart\PromotionCollectorDecorator"."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getPromotionCollectorDecoratorService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:47027 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › yield 3 => ($container->privates['Prems\\Plugin\\PremsIndividualOffer6\\Core\\Cart\\Checkout\\OfferPriceCollector'] ?? self::getOfferPriceCollectorService($container));yield 4 => ($container->privates['Prems\\Plugin\\PremsIndividualOffer6\\Core\\Checkout\\Promotion\\Cart\\PromotionCollectorDecorator'] ?? self::getPromotionCollectorDecoratorService($container));yield 5 => ($container->privates['Shopware\\Core\\Checkout\\Cart\\CustomCartProcessor'] ?? self::getCustomCartProcessorService($container));
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/Processor.php:87 {
                Shopware\Core\Checkout\Cart\Processor->runProcessors(Cart $original, Cart $cart, SalesChannelContext $context, CartBehavior $behavior): void …
                › // enrich cart with all required dataforeach ($this->collectors as $collector) {    $collector->collect($cart->getData(), $original, $context, $behavior);
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/Processor.php:54 {
                Shopware\Core\Checkout\Cart\Processor->Shopware\Core\Checkout\Cart\{closure} …
                › 
                › $this->runProcessors($original, $cart, $context, $behavior);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/Processor.php:34 {
                Shopware\Core\Checkout\Cart\Processor->process(Cart $original, SalesChannelContext $context, CartBehavior $behavior): Cart …
                › {    return Profiler::trace('cart::process', function () use ($original, $context, $behavior) {        $cart = new Cart($original->getToken());
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:109 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
                › // start first cart calculation to have all objects enriched$cart = $this->processor->process($cart, $context, $behaviorContext);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
                › {    return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {        $rules = $this->loadRules($context->getContext());
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:57 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
                › 
                ›     return $this->load($context, $cart, new CartBehavior($context->getPermissions()), false);} catch (CartTokenNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $result = $this->ruleLoader->loadByToken($context, $token);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
                Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › {    $this->decorated->resolve($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
                Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
                › {    $this->requestContextResolver->resolve($event->getRequest());}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.586+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.586+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.586+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.586+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.588+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.588+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.588+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.588+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.610+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.610+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.610+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.610+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.611+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.611+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.611+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.611+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.625+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.625+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.625+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.625+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.626+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.626+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.626+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.626+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.628+00:00"
        "message" => "User Deprecated: Since shopware/core : The default payment method of a customer will be removed."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#15809
            #message: "User Deprecated: Since shopware/core : The default payment method of a customer will be removed."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Customer/Rule/CustomerDefaultPaymentMethodRule.php:50 {
                Shopware\Core\Checkout\Customer\Rule\CustomerDefaultPaymentMethodRule->match(RuleScope $scope): bool …
                › {    Feature::triggerDeprecationOrThrow('v6.7.0.0', 'The default payment method of a customer will be removed.');}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Container/AndRule.php:19 {
                Shopware\Core\Framework\Rule\Container\AndRule->match(RuleScope $scope): bool …
                › foreach ($this->rules as $rule) {    if (!$rule->match($scope)) {        return false;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Container/OrRule.php:16 {
                Shopware\Core\Framework\Rule\Container\OrRule->match(RuleScope $scope): bool …
                › foreach ($this->rules as $rule) {    if ($rule->match($scope)) {        return true;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Container/AndRule.php:19 {
                Shopware\Core\Framework\Rule\Container\AndRule->match(RuleScope $scope): bool …
                › foreach ($this->rules as $rule) {    if (!$rule->match($scope)) {        return false;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Rule/RuleCollection.php:27 {
                Shopware\Core\Content\Rule\RuleCollection->Shopware\Core\Content\Rule\{closure} …
                › 
                ›     return $rule->getPayload()->match(new CartRuleScope($cart, $context));}
              }
              Shopware\Core\Content\Rule\RuleCollection->Shopware\Core\Content\Rule\{closure}() {}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Struct/Collection.php:144 {
                Shopware\Core\Framework\Struct\Collection->filter(Closure $closure): static …
                › {    return $this->createNew(array_filter($this->elements, $closure));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Rule/RuleCollection.php:21 {
                Shopware\Core\Content\Rule\RuleCollection->filterMatchingRules(Cart $cart, SalesChannelContext $context): self …
                › {    return $this->filter(        function (RuleEntity $rule) use ($cart, $context) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:133 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
                › // check if rules changed for the last calculated cart, in this case we have to recalculate$ruleCompare = $all->filterMatchingRules($cart, $context);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
                › {    return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {        $rules = $this->loadRules($context->getContext());
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:57 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
                › 
                ›     return $this->load($context, $cart, new CartBehavior($context->getPermissions()), false);} catch (CartTokenNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $result = $this->ruleLoader->loadByToken($context, $token);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
                Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › {    $this->decorated->resolve($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
                Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
                › {    $this->requestContextResolver->resolve($event->getRequest());}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.628+00:00"
        "message" => "User Deprecated: Since shopware/core : The default payment method of a customer will be removed."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#15884
            #message: "User Deprecated: Since shopware/core : The default payment method of a customer will be removed."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Customer/Rule/CustomerDefaultPaymentMethodRule.php:50 {
                Shopware\Core\Checkout\Customer\Rule\CustomerDefaultPaymentMethodRule->match(RuleScope $scope): bool …
                › {    Feature::triggerDeprecationOrThrow('v6.7.0.0', 'The default payment method of a customer will be removed.');}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Container/AndRule.php:19 {
                Shopware\Core\Framework\Rule\Container\AndRule->match(RuleScope $scope): bool …
                › foreach ($this->rules as $rule) {    if (!$rule->match($scope)) {        return false;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Container/OrRule.php:16 {
                Shopware\Core\Framework\Rule\Container\OrRule->match(RuleScope $scope): bool …
                › foreach ($this->rules as $rule) {    if ($rule->match($scope)) {        return true;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Rule/Container/AndRule.php:19 {
                Shopware\Core\Framework\Rule\Container\AndRule->match(RuleScope $scope): bool …
                › foreach ($this->rules as $rule) {    if (!$rule->match($scope)) {        return false;
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Rule/RuleCollection.php:27 {
                Shopware\Core\Content\Rule\RuleCollection->Shopware\Core\Content\Rule\{closure} …
                › 
                ›     return $rule->getPayload()->match(new CartRuleScope($cart, $context));}
              }
              Shopware\Core\Content\Rule\RuleCollection->Shopware\Core\Content\Rule\{closure}() {}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Struct/Collection.php:144 {
                Shopware\Core\Framework\Struct\Collection->filter(Closure $closure): static …
                › {    return $this->createNew(array_filter($this->elements, $closure));}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Rule/RuleCollection.php:21 {
                Shopware\Core\Content\Rule\RuleCollection->filterMatchingRules(Cart $cart, SalesChannelContext $context): self …
                › {    return $this->filter(        function (RuleEntity $rule) use ($cart, $context) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:133 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->Shopware\Core\Checkout\Cart\{closure} …
                › // check if rules changed for the last calculated cart, in this case we have to recalculate$ruleCompare = $all->filterMatchingRules($cart, $context);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:83 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->load(SalesChannelContext $context, Cart $cart, CartBehavior $behaviorContext, bool $new): RuleLoaderResult …
                › {    return Profiler::trace('cart-rule-loader', function () use ($context, $cart, $behaviorContext, $new) {        $rules = $this->loadRules($context->getContext());
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php:57 {
                Shopware\Core\Checkout\Cart\CartRuleLoader->loadByToken(SalesChannelContext $context, string $cartToken): RuleLoaderResult …
                › 
                ›     return $this->load($context, $cart, new CartBehavior($context->getPermissions()), false);} catch (CartTokenNotFoundException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:97 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › 
                › $result = $this->ruleLoader->loadByToken($context, $token);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php:67 {
                Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
                › 
                ›     $result = $closure();} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:61 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->get(SalesChannelContextServiceParameters $parameters): SalesChannelContext …
                › {    return Profiler::trace('sales-channel-context', function () use ($parameters) {        $token = $parameters->getToken();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php:67 {
                Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › );$context = $this->contextService->get($contextServiceParameters);}
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php:39 {
                Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver->resolve(Request $request): void …
                › {    $this->decorated->resolve($request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php:34 {
                Shopware\Core\Framework\Routing\ContextResolverListener->resolveContext(ControllerEvent $event): void …
                › {    $this->requestContextResolver->resolve($event->getRequest());}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.628+00:00"
        "message" => "#1 Rule detection: Speditionsversand with priority 2 (id: 0196d8bf067b719198ce83f8d94393b7)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.628+00:00"
        "message" => "#2 Rule detection: Bestellung - Zahlung Vorkasse with priority 1 (id: 0194f95957367e8aa976f3e47d30ca8b)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.628+00:00"
        "message" => "#3 Rule detection: Alle Kunden with priority 1 (id: 4fd250f2fd7d42d684bf9f07d69adea0)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.628+00:00"
        "message" => "#4 Rule detection: Cart>=0 with priority 0 (id: d3b4db9639fc41fda9fc905f0c32377e)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.628+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Checkout\Cart\Event\CartVerifyPersistEvent"
          "listener" => "Shopware\Commercial\B2B\OrderApproval\Subscriber\CartPersistSubscriber::handle"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.710+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
          "listener" => "Shopware\Core\Profiling\Subscriber\ActiveRulesDataCollectorSubscriber::onContextResolved"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.710+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\Routing\Event\SalesChannelContextResolvedEvent"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::replaceContextToken"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.711+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Commercial\Subscription\Storefront\StorefrontSubscriber::propagateSubscriptionDetails"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.711+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.711+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.711+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.711+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.711+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::mapShippingCallbackContextToken"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.711+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.711+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::controller"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.711+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Commercial\B2B\EmployeeManagement\Domain\RouteAccess\B2bRouteBlocker::blockRouteForEmployee"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.711+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.711+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.711+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.792+00:00"
        "message" => "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Swag\CustomizedProducts\Storefront\Framework\Twig\Extension\CustomizedProductsPriceTagTwigFilter" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#8897
            #message: "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Swag\CustomizedProducts\Storefront\Framework\Twig\Extension\CustomizedProductsPriceTagTwigFilter" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCustomizedProductsPriceTagTwigFilterService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:35481 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Shopware\Storefront\Framework\Twig\Extension\IconCacheTwigFilter());$instance->addExtension(($container->services['Swag\\CustomizedProducts\\Storefront\\Framework\\Twig\\Extension\\CustomizedProductsPriceTagTwigFilter'] ?? self::getCustomizedProductsPriceTagTwigFilterService($container)));$instance->addExtension(($container->services['Swag\\CustomizedProducts\\Storefront\\Framework\\Twig\\Extension\\CustomizedProductsLoadValidMimeTypes'] ?? self::getCustomizedProductsLoadValidMimeTypesService($container)));
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:2213 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));$instance->add($d);
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:67378 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:23167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:69 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:89 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.793+00:00"
        "message" => "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Swag\CustomizedProducts\Storefront\Framework\Twig\Extension\CustomizedProductsLoadValidMimeTypes" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#8911
            #message: "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFunctions()" might add "array" as a native return type declaration in the future. Do the same in implementation "Swag\CustomizedProducts\Storefront\Framework\Twig\Extension\CustomizedProductsLoadValidMimeTypes" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getCustomizedProductsLoadValidMimeTypesService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:35482 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(($container->services['Swag\\CustomizedProducts\\Storefront\\Framework\\Twig\\Extension\\CustomizedProductsPriceTagTwigFilter'] ?? self::getCustomizedProductsPriceTagTwigFilterService($container)));$instance->addExtension(($container->services['Swag\\CustomizedProducts\\Storefront\\Framework\\Twig\\Extension\\CustomizedProductsLoadValidMimeTypes'] ?? self::getCustomizedProductsLoadValidMimeTypesService($container)));$instance->addExtension(($container->services['Swag\\CustomizedProducts\\Storefront\\Framework\\Twig\\Extension\\CustomizedProductsTruncateEllipsisFilter'] ??= new \Swag\CustomizedProducts\Storefront\Framework\Twig\Extension\CustomizedProductsTruncateEllipsisFilter()));
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:2213 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));$instance->add($d);
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:67378 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:23167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:69 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:89 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.795+00:00"
        "message" => "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Swag\CustomizedProducts\Storefront\Framework\Twig\Extension\CustomizedProductsTruncateEllipsisFilter" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#8916
            #message: "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Swag\CustomizedProducts\Storefront\Framework\Twig\Extension\CustomizedProductsTruncateEllipsisFilter" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:2213 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));$instance->add($d);
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:67378 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:23167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:69 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:89 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.797+00:00"
        "message" => "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Prems\Plugin\PremsIndividualOffer6\Twig\Extension\OfferTwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#8941
            #message: "User Deprecated: Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "Prems\Plugin\PremsIndividualOffer6\Twig\Extension\OfferTwigExtension" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 348
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/error-handler/DebugClassLoader.php:348 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:2213 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::get_Container_Private_ProfilerService($container) …
                › $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($container->services['translator'] ?? self::getTranslatorService($container))));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($container->privates['twig.profile'] ??= new \Twig\Profiler\Profile()), ($container->services['twig'] ?? self::getTwigService($container))));$instance->add($d);
              }
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:67378 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /var/customers/webs/kep/shopware6_testshop/var/cache/dev_h3a40ca659fadd7d0ea8f1f6dfb15ce37/ContainerVz7aOPd/Shopware_Core_KernelDevDebugContainer.php:23167 {
                ContainerVz7aOPd\Shopware_Core_KernelDevDebugContainer::ContainerVz7aOPd\{closure} …
                › $instance->addListener('kernel.response', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelResponse'], -100);$instance->addListener('kernel.exception', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelException'], 0);$instance->addListener('kernel.terminate', [#[\Closure(name: 'profiler_listener', class: 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener')] fn () => ($container->privates['profiler_listener'] ?? self::getProfilerListenerService($container)), 'onKernelTerminate'], -1024);
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:221 {
                Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName): void …
                › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] ??= '__invoke';
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:70 {
                Symfony\Component\EventDispatcher\EventDispatcher->getListeners(?string $eventName = null): array …
                › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:69 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->decorated->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:89 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:256 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:120 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.809+00:00"
        "message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "PageController can't be requested via XmlHttpRequest." at RoutingException.php line 95"
        "priority" => 250
        "priorityName" => "NOTICE"
        "context" => [
          "exception" => Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException {#6723
            #message: "PageController can't be requested via XmlHttpRequest."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Routing/RoutingException.php"
            #line: 95
            -statusCode: 403
            -headers: []
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Routing/RoutingException.php:95 {
                Shopware\Core\Framework\Routing\RoutingException::accessDeniedForXmlHttpRequest(): AccessDeniedHttpException …
                › if (!Feature::isActive('v6.7.0.0')) {    return new AccessDeniedHttpException(        'PageController can\'t be requested via XmlHttpRequest.'
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php:201 {
                Shopware\Storefront\Framework\Routing\StorefrontSubscriber->preventPageLoadingFromXmlHttpRequest(ControllerEvent $event): void …
                › 
                ›     throw RoutingException::accessDeniedForXmlHttpRequest();}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:171 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Framework\Routing\DomainNotMappedListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Administration\Framework\Routing\NotFound\AdministrationNotFoundSubscriber::onError"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::customerNotLoggedInHandler"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.960+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.960+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.960+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.960+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.960+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Core\Framework\Api\EventListener\ResponseExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.960+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.960+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Shopware\Storefront\Framework\Routing\NotFound\NotFoundSubscriber::onError"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.960+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.960+00:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.961+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.961+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.961+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.961+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#8015
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-foundation/Request.php"
            #line: 754
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-foundation/Request.php:754 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:115 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->updateContextHash(ResponseEvent $event): void …
                › /** @var SalesChannelContext $context */\r$context = $request->get(PlatformRequest::ATTRIBUTE_SALES_CHANNEL_CONTEXT_OBJECT);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:267 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › try {    return $this->filterResponse($response, $request, $type);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver::addSeoInformation"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener::encodeResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCacheHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Profiling\Integration\ServerTiming::onResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::setSecurityHeaders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::response"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Storefront\Framework\Routing\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber::updateCookie"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCache"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.963+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber::updateContextHash"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.964+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.964+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.964+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    8746 => [
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\JsonRequestTransformerListener::onRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::setupOAuth"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::startSession"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\RouteParamsCleanupListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Twig\TwigDateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Commercial\Licensing\Subscriber\LicenseReportListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Commercial\B2B\EmployeeManagement\Api\Annotation\B2bRouteParamsCleanupListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::initializeCspNonce"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::maintenanceResolver"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Storefront\Theme\Twig\ThemeNamespaceHierarchyBuilder::requestEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "KlarnaPayment\Components\EventListener\RequestListener::addStoreApiToken"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.811+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::request"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Commercial\Subscription\Storefront\StorefrontSubscriber::propagateSubscriptionDetails"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\SalesChannelAuthenticationListener::validateRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\Authentication\ApiAuthenticationListener::validateRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Swag\PayPal\Checkout\ExpressCheckout\ExpressCheckoutSubscriber::mapShippingCallbackContextToken"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\ContextResolverListener::resolveContext"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::controller"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Commercial\B2B\EmployeeManagement\Domain\RouteAccess\B2bRouteBlocker::blockRouteForEmployee"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Routing\RouteScopeListener::checkScope"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\Acl\AclAnnotationValidator::validate"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.814+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber::preventPageLoadingFromXmlHttpRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.815+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\Captcha\CaptchaRouteListener::validateCaptcha"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.815+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Commercial\B2B\EmployeeManagement\Api\Annotation\B2bEmployeePermissionValidator::validate"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.815+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Commercial\B2B\QuickOrder\Api\Annotation\CustomerSpecificFeatureActivated::validate"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.815+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\CacheStateSubscriber::setStates"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.815+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Core\Framework\Api\EventListener\ExpectationSubscriber::checkExpectations"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.815+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Shopware\Storefront\Framework\AffiliateTracking\AffiliateTrackingListener::checkAffiliateTracking"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.815+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Prems\Plugin\PremsIndividualOffer6\Subscriber\KernelEventsSubscriber::setOfferModeState"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.819+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.819+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.819+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Shopware\Commercial\Subscription\Storefront\StorefrontSubscriber::setSubscriptionToken"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.819+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerVz7aOPd\RequestPayloadValueResolverGhost8c80924::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.819+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.871+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\Telemetry\EntityTelemetrySubscriber::emitAssociationsCountMetric"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.871+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Framework\DataAbstractionLayer\EntityProtection\EntityProtectionValidator::validateEntitySearch"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.871+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Shopware\Core\Content\Media\Subscriber\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.871+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "Shopware\Core\Framework\DataAbstractionLayer\Event\EntitySearchedEvent"
          "listener" => "Swag\Security\Fixes\GHSAm8952hj38cg9\MediaVisibilityRestrictionSubscriber::securePrivateFolders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.958+00:00"
        "message" => "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#9094
            #message: "User Deprecated: Since symfony/http-foundation 7.4: Request::get() is deprecated, use properties ->attributes, query or request directly instead."
            #code: 0
            #file: "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-foundation/Request.php"
            #line: 754
            #severity: E_USER_DEPRECATED
            trace: {
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-foundation/Request.php:754 {
                Symfony\Component\HttpFoundation\Request->get(string $key, mixed $default = null): mixed …
                › {    trigger_deprecation('symfony/http-foundation', '7.4', 'Request::get() is deprecated, use properties ->attributes, query or request directly instead.');}
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Subscriber/StorefrontSubscriber.php:115 {
                Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber->updateContextHash(ResponseEvent $event): void …
                › /** @var SalesChannelContext $context */\r$context = $request->get(PlatformRequest::ATTRIBUTE_SALES_CHANNEL_CONTEXT_OBJECT);\r\r
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:216 {
                Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
                › 
                › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:204 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › 
                ›     return $this->filterResponse($response, $request, $type);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:43 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($request->attributes->get('exception') !== null) {    return parent::handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/EventListener/ErrorListener.php:99 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php:25 {
                Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if (!License::get('SUBSCRIPTIONS-3156213')) {    return $this->decorated->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php:40 {
                Shopware\Core\Content\Flow\Dispatching\FlowDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:29 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › {    $event = $this->dispatcher->dispatch($event, $eventName);}
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:31 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                ›     return $this->dispatcher->dispatch($event, $eventName);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:241 {
                Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
                › $event = new ExceptionEvent($this, $request, $type, $e, isKernelTerminating: $this->terminating);$this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php:91 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $response = $this->handleThrowable($e, $request, $type);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php:72 {
                Shopware\Core\Framework\Adapter\Kernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return parent::handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86 {
                Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(HttpKernelInterface $kernel, Request $request, int $type, bool $catch): Response …
                › try {    return $kernel->handle($request, $type, $catch);} finally {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:466 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Request $request, bool $catch = false, ?Response $entry = null): Response …
                › // always a "master" request (as the real master request can be in cache)$response = SubRequestHandler::handle($this->kernel, $request, HttpKernelInterface::MAIN_REQUEST, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:443 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);}
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:341 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php:216 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    $response = $this->lookup($request, $catch);} catch (CacheWasLockedException) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php:65 {
                Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if ($type === HttpKernelInterface::MAIN_REQUEST) {    $response = parent::handle($request, $type, $catch);} elseif ($request->attributes->has('_sw_esi')) {
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
              }
              /var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/customers/webs/kep/shopware6_testshop/public/index.php:10 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Content\Seo\SalesChannel\StoreApiSeoResolver::addSeoInformation"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\System\SalesChannel\Api\StoreApiResponseListener::encodeResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Api\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCacheHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Profiling\Integration\ServerTiming::onResponseEvent"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Routing\CoreSubscriber::setSecurityHeaders"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Routing\RouteEventSubscriber::response"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Storefront\Framework\Routing\ResponseHeaderListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber::updateCookie"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Shopware\Core\Framework\Adapter\Cache\Http\CacheResponseSubscriber::setResponseCache"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Maxia\MaxiaTaxSwitch6\Storefront\Subscriber\StorefrontSubscriber::updateContextHash"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773774709
        "timestamp_rfc3339" => "2026-03-17T19:11:49.959+00:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    4200 => 0
    8746 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#2617 …}
}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
accept-encoding
"gzip,deflate,br"
connection
"Keep-alive"
cookie
"session-=orlmvuckatn1ti48bmtilpv9kn; sw-cache-hash=-1%20OR%205*5=25%20--%20; sw-states=cart-filled"
forwarded
"for="76.164.200.121";host="sw6.profikuechenshop.de";proto=https"
host
"sw6.profikuechenshop.de"
referer
"https://www.google.com/search?hl=en&q=testing"
surrogate-capability
"symfony="ESI/1.0""
sw-context-token
"Ib8T4NeUPobjKCibFvstwuSbLbrg2Coh"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
x-forwarded-for
"76.164.200.121"
x-php-ob-level
"1"
x-requested-with
"XMLHttpRequest"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Tue, 17 Mar 2026 19:11:49 GMT"
server-timing
""
sw-context-token
"Ib8T4NeUPobjKCibFvstwuSbLbrg2Coh"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
vary
"Accept"
x-debug-exception
"PageController%20can%27t%20be%20requested%20via%20XmlHttpRequest."
x-debug-exception-file
"%2Fvar%2Fcustomers%2Fwebs%2Fkep%2Fshopware6_testshop%2Fvendor%2Fshopware%2Fcore%2FFramework%2FRouting%2FRoutingException.php:95"
x-debug-token
"b43a50"

Cookies

Request Cookies

Key Value
session-
"orlmvuckatn1ti48bmtilpv9kn"
sw-cache-hash
"-1 OR 5*5=25 -- "
sw-states
"cart-filled"

Response Cookies

No response cookies

Session 9

Session Metadata

Key Value
Created
"Tue, 17 Mar 26 11:58:20 +0000"
Last used
"Tue, 17 Mar 26 19:11:47 +0000"
Lifetime
0

Session Attributes

Attribute Value
_profiler_search_end
null
_profiler_search_ip
null
_profiler_search_limit
"10"
_profiler_search_method
null
_profiler_search_start
null
_profiler_search_status_code
null
_profiler_search_token
null
_profiler_search_type
"(select 198766*667891 from DUAL)"
_profiler_search_url
null
maxia-is-net
false
sessionId
"orlmvuckatn1ti48bmtilpv9kn"
sw-context-token
"Ib8T4NeUPobjKCibFvstwuSbLbrg2Coh"
sw-sales-channel-id
"451b655a2f534a6a872c7c066f2625a3"

Session Usage

9 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:90
[
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 90
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php"
    "line" => 25
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 40
    "function" => "dispatch"
    "class" => "Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 29
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php"
    "line" => 153
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/public/index.php"
    "line" => 10
    "args" => [
      "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:91
[
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 91
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php"
    "line" => 25
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 40
    "function" => "dispatch"
    "class" => "Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 29
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php"
    "line" => 153
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/public/index.php"
    "line" => 10
    "args" => [
      "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:219
[
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 219
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 102
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php"
    "line" => 25
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 40
    "function" => "dispatch"
    "class" => "Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 29
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php"
    "line" => 153
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/public/index.php"
    "line" => 10
    "args" => [
      "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:224
[
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 224
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 102
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php"
    "line" => 25
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 40
    "function" => "dispatch"
    "class" => "Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 29
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php"
    "line" => 153
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/public/index.php"
    "line" => 10
    "args" => [
      "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:108
[
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 108
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php"
    "line" => 25
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 40
    "function" => "dispatch"
    "class" => "Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 29
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php"
    "line" => 153
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/public/index.php"
    "line" => 10
    "args" => [
      "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver:65
[
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 65
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 39
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php"
    "line" => 25
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 40
    "function" => "dispatch"
    "class" => "Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 29
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php"
    "line" => 153
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/public/index.php"
    "line" => 10
    "args" => [
      "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Maxia\MaxiaTaxSwitch6\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory:60
[
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php"
    "line" => 60
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php"
    "line" => 40
    "function" => "getNetStateFromRequest"
    "class" => "Maxia\MaxiaTaxSwitch6\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 94
    "function" => "create"
    "class" => "Maxia\MaxiaTaxSwitch6\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "Shopware\Core\System\SalesChannel\Context\{closure}"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 61
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 67
    "function" => "get"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 39
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php"
    "line" => 25
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 40
    "function" => "dispatch"
    "class" => "Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 29
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php"
    "line" => 153
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/public/index.php"
    "line" => 10
    "args" => [
      "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Maxia\MaxiaTaxSwitch6\Storefront\Service\TaxSwitchService:90
[
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Service/TaxSwitchService.php"
    "line" => 90
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Core/Checkout/Cart/Tax/TaxDetector.php"
    "line" => 41
    "function" => "getDisplayNet"
    "class" => "Maxia\MaxiaTaxSwitch6\Storefront\Service\TaxSwitchService"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextFactory.php"
    "line" => 143
    "function" => "getTaxState"
    "class" => "Maxia\MaxiaTaxSwitch6\Core\Checkout\Cart\Tax\TaxDetector"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/B2B/EmployeeManagement/Domain/Login/SalesChannelContextFactoryDecorator.php"
    "line" => 38
    "function" => "create"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextFactory"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php"
    "line" => 57
    "function" => "create"
    "class" => "Shopware\Commercial\B2B\EmployeeManagement\Domain\Login\SalesChannelContextFactoryDecorator"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SystemConfig/SystemConfigService.php"
    "line" => 451
    "function" => "Shopware\Core\System\SalesChannel\Context\{closure}"
    "class" => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php"
    "line" => 35
    "function" => "trace"
    "class" => "Shopware\Core\System\SystemConfig\SystemConfigService"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Translation/Translator.php"
    "line" => 101
    "function" => "Shopware\Core\Framework\Adapter\Cache\{closure}"
    "class" => "Shopware\Core\Framework\Adapter\Cache\CacheTracer"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php"
    "line" => 35
    "function" => "trace"
    "class" => "Shopware\Core\Framework\Adapter\Translation\Translator"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/CacheTagCollection.php"
    "line" => 56
    "function" => "Shopware\Core\Framework\Adapter\Cache\{closure}"
    "class" => "Shopware\Core\Framework\Adapter\Cache\CacheTracer"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Cache/CacheTracer.php"
    "line" => 35
    "function" => "trace"
    "class" => "Shopware\Core\Framework\Adapter\Cache\CacheTagCollection"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/storefront/Framework/Cache/CacheTracer.php"
    "line" => 35
    "function" => "trace"
    "class" => "Shopware\Core\Framework\Adapter\Cache\CacheTracer"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/storefront/Theme/ThemeConfigValueAccessor.php"
    "line" => 97
    "function" => "Shopware\Storefront\Framework\Cache\{closure}"
    "class" => "Shopware\Storefront\Framework\Cache\CacheTracer"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/storefront/Framework/Cache/CacheTracer.php"
    "line" => 35
    "function" => "trace"
    "class" => "Shopware\Storefront\Theme\ThemeConfigValueAccessor"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php"
    "line" => 57
    "function" => "trace"
    "class" => "Shopware\Storefront\Framework\Cache\CacheTracer"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/cache-contracts/CacheTrait.php"
    "line" => 64
    "function" => "Shopware\Core\System\SalesChannel\Context\{closure}"
    "class" => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/cache-contracts/CacheTrait.php"
    "line" => 30
    "function" => "doGet"
    "class" => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php"
    "line" => 48
    "function" => "get"
    "class" => "Shopware\Core\Framework\Adapter\Cache\CacheDecorator"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php"
    "line" => 46
    "function" => "create"
    "class" => "Shopware\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 94
    "function" => "create"
    "class" => "Maxia\MaxiaTaxSwitch6\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "Shopware\Core\System\SalesChannel\Context\{closure}"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 61
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 67
    "function" => "get"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 39
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php"
    "line" => 25
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 40
    "function" => "dispatch"
    "class" => "Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 29
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php"
    "line" => 153
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/public/index.php"
    "line" => 10
    "args" => [
      "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Maxia\MaxiaTaxSwitch6\Storefront\Service\TaxSwitchService:115
[
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Service/TaxSwitchService.php"
    "line" => 115
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Storefront/Service/TaxSwitchService.php"
    "line" => 49
    "function" => "setDisplayNet"
    "class" => "Maxia\MaxiaTaxSwitch6\Storefront\Service\TaxSwitchService"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/MaxiaTaxSwitch6/src/Core/System/SalesChannel/Context/CachedSalesChannelContextFactory.php"
    "line" => 48
    "function" => "initializeContext"
    "class" => "Maxia\MaxiaTaxSwitch6\Storefront\Service\TaxSwitchService"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 94
    "function" => "create"
    "class" => "Maxia\MaxiaTaxSwitch6\Core\System\SalesChannel\Context\CachedSalesChannelContextFactory"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "Shopware\Core\System\SalesChannel\Context\{closure}"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 61
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 67
    "function" => "get"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Routing/SalesChannelRequestContextResolver.php"
    "line" => 39
    "function" => "resolve"
    "class" => "Shopware\Core\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Routing/ContextResolverListener.php"
    "line" => 34
    "function" => "resolve"
    "class" => "Shopware\Commercial\Subscription\Framework\Routing\SalesChannelRequestContextResolver"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "resolveContext"
    "class" => "Shopware\Core\Framework\Routing\ContextResolverListener"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/custom/plugins/SwagCommercial/src/Subscription/Framework/Event/SubscriptionEventDispatcher.php"
    "line" => 25
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 40
    "function" => "dispatch"
    "class" => "Shopware\Commercial\Subscription\Framework\Event\SubscriptionEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 29
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 171
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 466
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 443
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 341
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 216
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/shopware/core/Kernel.php"
    "line" => 153
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/customers/webs/kep/shopware6_testshop/public/index.php"
    "line" => 10
    "args" => [
      "/var/customers/webs/kep/shopware6_testshop/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"def0000058e85e79f66eec313290b088528362f03b5ee17f95b14db1122b3537c2034b7f53fe728652ee5f023ab2684684bc61e5384a8f12b9e84b0149a0e4737e2fab7a"
APP_URL
"https://sw6.profikuechenshop.de"
APP_URL_CHECK_DISABLED
"1"
BLUE_GREEN_DEPLOYMENT
"1"
COMPOSER_HOME
"/var/customers/webs/kep/shopware6_testshop/var/cache/composer"
DATABASE_URL
"mysql://kepsql7:wDbl8Qs2@localhost:3306/kepsql7"
INSTANCE_ID
"dv9nxfpXdtBCqphoFHwozBTb9adXRTe4"
LOCK_DSN
"flock"
MAILER_URL
"null://localhost"
OPENSEARCH_URL
"http://localhost:9200"
PROXY_URL
"http://localhost"
SHOPWARE_CDN_STRATEGY_DEFAULT
"id"
SHOPWARE_ES_ENABLED
"0"
SHOPWARE_ES_HOSTS
""
SHOPWARE_ES_INDEXING_ENABLED
"0"
SHOPWARE_ES_INDEX_PREFIX
"sw"
SHOPWARE_ES_THROW_EXCEPTION
"1"
SHOPWARE_HTTP_CACHE_ENABLED
"1"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/var/customers/webs/kep/shopware6_testshop"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/customers/webs/kep/shopware6_testshop"
]
CONTEXT_DOCUMENT_ROOT
"/var/customers/webs/kep/shopware6_testshop/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/customers/webs/kep/shopware6_testshop/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/customers/webs/kep/"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"gzip,deflate,br"
HTTP_CONNECTION
"Keep-alive"
HTTP_COOKIE
"session-=orlmvuckatn1ti48bmtilpv9kn; sw-cache-hash=-1%20OR%205*5=25%20--%20; sw-states=cart-filled"
HTTP_FORWARDED
"for="76.164.200.121";host="sw6.profikuechenshop.de";proto=https"
HTTP_HOST
"sw6.profikuechenshop.de"
HTTP_REFERER
"https://www.google.com/search?hl=en&q=testing"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
HTTP_X_FORWARDED_FOR
"76.164.200.121"
HTTP_X_REQUESTED_WITH
"XMLHttpRequest"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"sw6.profikuechenshop.de"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/Eiscrusher"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"54452"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1773774708
REQUEST_TIME_FLOAT
1773774708.3686
REQUEST_URI
"/navigation/7f1a05011f684ba9bba5d26347fed84c"
SCRIPT_FILENAME
"/var/customers/webs/kep/shopware6_testshop/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"95.216.227.51"
SERVER_ADMIN
"westphal@kep-dresden.de"
SERVER_NAME
"sw6.profikuechenshop.de"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.66 (Debian) Server at sw6.profikuechenshop.de Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.66 (Debian)"
SSL_TLS_SNI
"sw6.profikuechenshop.de"
SYMFONY_DOTENV_PATH
"/var/customers/webs/kep/shopware6_testshop/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_URL,APP_SECRET,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,DATABASE_URL,MAILER_URL,OPENSEARCH_URL,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_ES_THROW_EXCEPTION,PROXY_URL,SHOPWARE_HTTP_CACHE_ENABLED,SHOPWARE_HTTP_DEFAULT_TTL,LOCK_DSN,APP_URL_CHECK_DISABLED,COMPOSER_HOME,SHOPWARE_ES_HOSTS,SHOPWARE_CDN_STRATEGY_DEFAULT"
TEMP
"/var/customers/tmp/kep/"
TMP
"/var/customers/tmp/kep/"
TMPDIR
"/var/customers/tmp/kep/"
USER
"kep"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = bb34ad)

Key Value
_controller
"Shopware\Storefront\Controller\NavigationController::index"
_cspNonce
"o7HLGVE2BfY="
_httpCache
true
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_route
"frontend.navigation.page"
_routeScope
[
  "storefront"
]
_route_params
[
  "_httpCache" => true
  "navigationId" => "7f1a05011f684ba9bba5d26347fed84c"
]
_stopwatch_token
"1cb88d"
maxia-is-net
false
maxia-tax-switch-active
true
navigationId
"7f1a05011f684ba9bba5d26347fed84c"
resolved-uri
"/navigation/7f1a05011f684ba9bba5d26347fed84c"
sw-context
Shopware\Core\Framework\Context {#7076
  #extensions: []
  #scope: "user"
  #rulesLocked: false
  #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#7082 …}
  #ruleIds: [
    "0196d8bf067b719198ce83f8d94393b7"
    "0194f95957367e8aa976f3e47d30ca8b"
    "4fd250f2fd7d42d684bf9f07d69adea0"
    "d3b4db9639fc41fda9fc905f0c32377e"
  ]
  #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
  #languageIdChain: [
    "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
  ]
  #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
  #currencyFactor: 1.0
  #considerInheritance: true
  #taxState: "gross"
  #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#7150 …}
  #states: []
}
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"018ab68b013f7e699196aa6698c9b0dc"
sw-maintenance
false
sw-maintenance-ip-whitelist
"["176.94.241.71"]"
sw-original-request-uri
"/Eiscrusher"
sw-sales-channel-absolute-base-url
"https://sw6.profikuechenshop.de"
sw-sales-channel-base-url
""
sw-sales-channel-context
Shopware\Core\System\SalesChannel\SalesChannelContext {#6618
  #extensions: []
  #token: "Ib8T4NeUPobjKCibFvstwuSbLbrg2Coh"
  #currentCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#6105 …}
  #currency: Shopware\Core\System\Currency\CurrencyEntity {#6869 …}
  #salesChannel: Shopware\Core\System\SalesChannel\SalesChannelEntity {#7144 …}
  #taxRules: Shopware\Core\System\Tax\TaxCollection {#6947 …}
  #customer: null
  #paymentMethod: Shopware\Core\Checkout\Payment\PaymentMethodEntity {#6829 …}
  #shippingMethod: Shopware\Core\Checkout\Shipping\ShippingMethodEntity {#6802 …}
  #shippingLocation: Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation {#6753 …}
  #permissions: []
  #permisionsLocked: false
  #imitatingUserId: null
  #context: Shopware\Core\Framework\Context {#7076
    #extensions: []
    #scope: "user"
    #rulesLocked: false
    #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#7082 …}
    #ruleIds: [
      "0196d8bf067b719198ce83f8d94393b7"
      "0194f95957367e8aa976f3e47d30ca8b"
      "4fd250f2fd7d42d684bf9f07d69adea0"
      "d3b4db9639fc41fda9fc905f0c32377e"
    ]
    #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
    #languageIdChain: [
      "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
    ]
    #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
    #currencyFactor: 1.0
    #considerInheritance: true
    #taxState: "gross"
    #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#7150 …}
    #states: []
  }
  #cartLock: null
  -domainId: "018ab68b013f7e699196aa6698c9b0dc"
  #itemRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#7150 …}
  #totalRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#7149 …}
  #areaRuleIds: [
    "shipping" => [
      "0196d8bf067b719198ce83f8d94393b7"
    ]
    "flow" => [
      "0194f95957367e8aa976f3e47d30ca8b"
    ]
    "payment" => [
      "d3b4db9639fc41fda9fc905f0c32377e"
    ]
  ]
  #languageInfo: Shopware\Core\System\SalesChannel\Context\LanguageInfo {#6624 …}
  #states: []
}
sw-sales-channel-id
"451b655a2f534a6a872c7c066f2625a3"
sw-snippet-set-id
"6a13c886c56d4e4b922fa4d1bb1de3b5"
sw-storefront-url
"https://sw6.profikuechenshop.de"
theme-base-name
null
theme-id
"0198e5c82d5c727da0ccca239516e0c6"
theme-name
"TcinnThemeWareModern"