Error 500 Internal Server Error

GET https://medisana-dev.com-create.cloud/xmlrpc.php?rsd=

ErrorController

Request

GET Parameters

Key Value
rsd
""

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"THeqa1nHFNs="
_route_params
[]
_stopwatch_token
"7f01db"
exception
ErrorException {#4869
  #message: "Warning: Undefined array key "path""
  #code: 0
  #file: "/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php"
  #line: 161
  #severity: E_WARNING
  trace: {
    /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:161 {
      Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->matchRedirect(string $oldUrl, Request $request, string $salesChannelId): RedirectEntity …
      › $parsedUrl = parse_url($oldUrl);$oldUrl = $parsedUrl['path'];if (!$oldUrl) {
    }
    /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:88 {
      Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
      › 
      › $redirect = $this->matchRedirect($oldUrl, $request, $salesChannelId);arguments: {
        $oldUrl: "//xmlrpc.php?rsd"
        $request: Symfony\Component\HttpFoundation\Request {#2861 …}
        $salesChannelId: "018fba1ecdae71d7b98a32192c13b334"
      }
    }
    /var/www/share/shopware/staging/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 {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
        ...: {
          "kernel.exception"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
        }
      }
    }
    /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
        $eventName: "kernel.exception"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
      }
    }
    /var/www/share/shopware/staging/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);}
      arguments: {
        $listeners: [ …13]
        $eventName: "kernel.exception"
        $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
      }
    }
    /var/www/share/shopware/staging/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);arguments: {
        $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
        $eventName: "kernel.exception"
      }
    }
    /var/www/share/shopware/staging/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);arguments: {
        $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
        $eventName: "kernel.exception"
      }
    }
    /var/www/share/shopware/staging/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);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
        $eventName: "kernel.exception"
      }
    }
    /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
        $eventName: "kernel.exception"
      }
    }
    /var/www/share/shopware/staging/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);arguments: {
        $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
        $eventName: "kernel.exception"
      }
    }
    /var/www/share/shopware/staging/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 {
      arguments: {
        $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
        $request: Symfony\Component\HttpFoundation\Request {#2861 …}
        $type: 1
      }
    }
    /var/www/share/shopware/staging/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);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2861 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/share/shopware/staging/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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2861 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
      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);arguments: {
        $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
        $request: Symfony\Component\HttpFoundation\Request {#2845 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
      › 
      › $response = $this->forward($subRequest, $catch);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2845 …}
        $catch: true
      }
    }
    /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
      › 
      ›     return $this->fetch($request, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $catch: true
      }
    }
    /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
      Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › } else {    $response = $this->lookup($request, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $catch: true
      }
    }
    /var/www/share/shopware/staging/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')) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
      COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
      ›     }    return $this->app->handle($request, $type, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
      Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › 
      ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/share/shopware/staging/public/index.php:11 {
      › 
      › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
        "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1315
  -records: [
    "" => [
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.389+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 {#54
            #message: "User Deprecated: Since shopware/core : The Shopware\Core\Service\Service bundle should be added to config/bundles.php"
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:138 {
                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/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:339 {
                Symfony\Component\HttpKernel\Kernel->initializeBundles(): void …
                › $this->bundles = [];foreach ($this->registerBundles() as $bundle) {    $name = $bundle->getName();
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:743 {
                Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
                › 
                › $this->initializeBundles();$this->initializeContainer();
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:120 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                › if (null === $this->container) {    $this->preBoot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.395+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 {#568
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.395+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 {#567
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.395+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 {#565
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.395+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 {#563
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.395+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 {#560
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.395+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 {#558
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.395+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 {#555
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.395+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 {#553
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.395+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 {#550
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.395+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 {#548
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.395+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 {#545
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.395+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 {#543
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.395+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 {#540
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.395+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 {#538
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.396+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 {#535
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.396+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 {#534
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.396+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 {#532
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.396+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 {#531
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.396+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 {#529
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.396+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 {#528
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.396+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 {#526
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.396+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 {#525
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.396+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 {#523
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.396+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 {#521
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.396+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 {#518
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.396+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 {#516
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.396+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 {#513
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.396+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 {#512
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.396+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 {#510
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.396+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 {#509
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.396+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 {#420
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.397+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 {#419
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.397+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 {#417
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.397+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 {#416
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.397+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 {#414
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.397+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 {#412
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.397+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 {#409
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.397+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 {#408
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.397+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 {#406
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.397+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 {#404
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.397+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 {#401
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.397+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 {#400
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.397+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 {#398
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.397+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 {#397
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.397+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 {#395
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.397+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 {#393
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Framework.php:159 {
                Shopware\Core\Framework\Framework->boot(): void …
                › ->get(ExtensionRegistry::class)->configureExtensions(    $this->container->get(DefinitionInstanceRegistry::class),
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/Kernel.php:125 {
                Symfony\Component\HttpKernel\Kernel->boot(): void …
                ›     $bundle->setContainer($this->container);    $bundle->boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:190 {
                Shopware\Core\Kernel->boot(): void …
                › 
                ›     parent::boot();}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:153 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › if (!$this->booted) {    $this->boot();}
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.407+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" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.407+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" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.407+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"
      ]
    ]
    2861 => [
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.476+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 "zenit\PlatformHorizon\Twig\GetCategoryById" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3603
            #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 "zenit\PlatformHorizon\Twig\GetCategoryById" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getGetCategoryByIdService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:26449 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(new \Twig\Extension\StringLoaderExtension());$instance->addExtension(($container->services['zenit\\PlatformHorizon\\Twig\\GetCategoryById'] ?? self::getGetCategoryByIdService($container)));$instance->addExtension(($container->services['zenit\\PlatformHorizon\\Twig\\GetCustomFieldNameById'] ?? self::getGetCustomFieldNameByIdService($container)));
              }
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:1711 {
                ContainerGRHEzyV\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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:56264 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:17078 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.476+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 "zenit\PlatformHorizon\Twig\GetCustomFieldNameById" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3621
            #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 "zenit\PlatformHorizon\Twig\GetCustomFieldNameById" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getGetCustomFieldNameByIdService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:26450 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getTwigService($container) …
                › $instance->addExtension(($container->services['zenit\\PlatformHorizon\\Twig\\GetCategoryById'] ?? self::getGetCategoryByIdService($container)));$instance->addExtension(($container->services['zenit\\PlatformHorizon\\Twig\\GetCustomFieldNameById'] ?? self::getGetCustomFieldNameByIdService($container)));$instance->addExtension(new \Acris\Cms\Storefront\Framework\Twig\Extension\LinkTypeExtension($b, $f));
              }
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:1711 {
                ContainerGRHEzyV\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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:56264 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getProfilerListenerService($container) …
                › {    $a = ($container->services['.container.private.profiler'] ?? self::get_Container_Private_ProfilerService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:17078 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.496+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\Cms\Storefront\Subscriber\AddFormBuilderRequestToContext" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#3973
            #message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Acris\Cms\Storefront\Subscriber\AddFormBuilderRequestToContext" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getAddFormBuilderRequestToContextService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:16857 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › $instance->addListener('Shopware\\Core\\Content\\MailTemplate\\Service\\Event\\MailBeforeValidateEvent', [#[\Closure(name: 'Acris\\Cms\\Storefront\\Subscriber\\AttachUploadedFileToEmailSubscriber')] fn () => ($container->privates['Acris\\Cms\\Storefront\\Subscriber\\AttachUploadedFileToEmailSubscriber'] ?? self::getAttachUploadedFileToEmailSubscriberService($container)), 'addAttachmentsIfNeeded'], 0);$instance->addListener('Shopware\\Core\\System\\SalesChannel\\Event\\SalesChannelContextCreatedEvent', [#[\Closure(name: 'Acris\\Cms\\Storefront\\Subscriber\\AddFormBuilderRequestToContext')] fn () => ($container->privates['Acris\\Cms\\Storefront\\Subscriber\\AddFormBuilderRequestToContext'] ?? self::getAddFormBuilderRequestToContextService($container)), 'addFormBuilderToContext'], 0);$instance->addListener('Shopware\\Core\\Framework\\DataAbstractionLayer\\Event\\EntityWrittenContainerEvent', [#[\Closure(name: 'Dvsn\\StoreStock\\Subscriber\\Core\\Framework\\DataAbstractionLayer\\EntityWrittenSubscriber')] fn () => ($container->privates['Dvsn\\StoreStock\\Subscriber\\Core\\Framework\\DataAbstractionLayer\\EntityWrittenSubscriber'] ?? self::getEntityWrittenSubscriberService($container)), 'onEntityWritten'], 0);
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/share/shopware/staging/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php:95 {
                Shopware\Core\System\SalesChannel\Context\SalesChannelContextService->Shopware\Core\System\SalesChannel\Context\{closure} …
                › $context = $this->factory->create($token, $parameters->getSalesChannelId(), $session);$this->eventDispatcher->dispatch(new SalesChannelContextCreatedEvent($context, $token, $session));}
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.515+00:00"
        "message" => "User Deprecated: The "Monolog\Logger" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Tonur\Packstation\Util\Logger"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4610
            #message: "User Deprecated: The "Monolog\Logger" class is considered final. It may change without further notice as of its next major version. You should not extend it from "Tonur\Packstation\Util\Logger"."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                Tonur\Packstation\Util\LoggerFactory->createRotating(string $filePrefix, SystemConfigService $systemConfigService, ?int $fileRotationCount = null, int $loggerLevel = Logger::DEBUG): LoggerInterface …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:13860 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getLoggerService($container) …
                › 
                ›     return $container->services['Tonur\\Packstation\\Util\\Logger'] = ($container->services['Tonur\\Packstation\\Util\\LoggerFactory'] ?? self::getLoggerFactoryService($container))->createRotating('tonur_packstation', $a);}
              }
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:53504 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPackstationServiceService($container) …
                › 
                › $instance->setLogger(($container->services['Tonur\\Packstation\\Util\\Logger'] ?? self::getLoggerService($container)));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:53456 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getAddressValidator2Service($container) …
                › {    $a = ($container->privates['Tonur\\Packstation\\Service\\PackstationService'] ?? self::getPackstationServiceService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:38826 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › yield 7 => ($container->privates['Kiener\\MolliePayments\\Components\\Subscription\\Cart\\Validator\\SubscriptionCartValidator'] ?? self::getSubscriptionCartValidatorService($container));yield 8 => ($container->privates['Tonur\\Packstation\\Core\\Checkout\\Cart\\Address\\AddressValidator'] ?? self::getAddressValidator2Service($container));yield 9 => ($container->privates['Swag\\AmazonPay\\Core\\Checkout\\Payment\\Cart\\AmazonPayPaymentMethodValidator'] ?? self::getAmazonPayPaymentMethodValidatorService($container));
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Checkout/Cart/Validator.php:24 {
                Shopware\Core\Checkout\Cart\Validator->validate(Cart $cart, SalesChannelContext $context): array …
                › $errors = new ErrorCollection();foreach ($this->validators as $validator) {    $validator->validate($cart, $errors, $context);
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Checkout/Cart/Processor.php:63 {
                Shopware\Core\Checkout\Cart\Processor->Shopware\Core\Checkout\Cart\{closure} …
                › $cart->addErrors(    ...$this->validator->validate($cart, $context));
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.519+00:00"
        "message" => "#1 Rule detection: Cart >= 0 (Payment) with priority 100 (id: 018fba0bf65a714d8a0725614c2edcb6)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.519+00:00"
        "message" => "#2 Rule detection: Cart >= 0 with priority 100 (id: 018fba0bf67c7361be37c6cc1502aac6)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.519+00:00"
        "message" => "#3 Rule detection: Always valid (Default) with priority 100 (id: 018fba0c336c72929d31fbb9ad9f55ce)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.519+00:00"
        "message" => "#4 Rule detection: Lieferland DE & AT with priority 4 (id: 0192ae693d8870059296db968a5e09c4)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.519+00:00"
        "message" => "#5 Rule detection: All customers with priority 1 (id: 018fba0bf71571f9a7a4d6616fee715a)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.519+00:00"
        "message" => "#6 Rule detection: Lieferland Deutschland medisana DE & NL with priority 1 (id: 01928a278dec7be09e505f530ac70478)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.519+00:00"
        "message" => "#7 Rule detection: Gutschein - Kundengruppe ist keine von: Mitarbeiter with priority 1 (id: 0192d38af6b675f4a4c0dda72c84e2d1)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.519+00:00"
        "message" => "#8 Rule detection: Zahlung ist PayPal with priority 1 (id: 01934f762fc6738f8d5f61aa9ff71513)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.519+00:00"
        "message" => "#9 Rule detection: Verkaufskanal ist nicht B2B with priority 1 (id: 019386f297ff795c8c3927ac11388303)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.519+00:00"
        "message" => "#10 Rule detection: Verkaufskanal ist DE with priority 1 (id: 019492a0a5047b43aedcc0a0b19caaf5)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.519+00:00"
        "message" => "#11 Rule detection: AmazonPayAvailabilityRule with priority 1 (id: e44e6782c64247b796b891cf25ae38f7)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.525+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 {#4663
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.529+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 {#4692
            #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/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPayLaterHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.529+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 {#4689
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.529+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 {#4645
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.530+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 {#4651
            #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/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getVenmoHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.530+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 {#4660
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.530+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 {#4669
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.531+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 {#4682
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.531+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 {#4672
            #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/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPUIHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.531+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 {#4694
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.532+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 {#4687
            #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/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getBancontactAPMHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.532+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 {#4690
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.532+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 {#4655
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.533+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 {#4702
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.533+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 {#4705
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.533+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 {#4708
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.533+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 {#4711
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.533+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 {#4714
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.533+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 {#4717
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.534+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 {#4720
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.534+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 {#4719
            #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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php"
            #line: 51633
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:51633 {
                ContainerGRHEzyV\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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.534+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 {#4722
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.535+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 {#4658
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.535+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 {#4728
            #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/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getACDCHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.535+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 {#4727
            #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/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getACDCHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.536+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 {#4742
            #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/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.537+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 {#4724
            #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/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPayPalPaymentHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.537+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 {#4731
            #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/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPayPalPaymentHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.538+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\PaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4738
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\PaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.539+00:00"
        "message" => "User Deprecated: The "Kiener\MolliePayments\Handler\PaymentHandler" 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 {#4750
            #message: "User Deprecated: The "Kiener\MolliePayments\Handler\PaymentHandler" 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/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.539+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\ApplePayPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4746
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\ApplePayPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.539+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BanContactPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4779
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BanContactPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.539+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BankTransferPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4766
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BankTransferPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.540+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BelfiusPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4762
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BelfiusPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.540+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BilliePayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4772
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BilliePayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.540+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\CreditCardPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4760
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\CreditCardPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.543+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\DirectDebitPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4757
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\DirectDebitPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.543+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\EpsPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4759
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\EpsPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.543+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\GiftCardPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4744
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\GiftCardPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.544+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\iDealPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4785
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\iDealPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.544+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\IngHomePayPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4777
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\IngHomePayPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.544+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KbcPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4786
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KbcPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.544+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KlarnaPayLaterPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4780
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KlarnaPayLaterPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.544+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KlarnaPayNowPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4783
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KlarnaPayNowPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.545+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KlarnaSliceItPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4755
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KlarnaSliceItPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.545+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PayPalPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4789
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PayPalPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.545+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PayPalExpressPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4793
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PayPalExpressPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.545+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PaySafeCardPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4749
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PaySafeCardPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.545+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\Przelewy24Payment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4795
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\Przelewy24Payment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.546+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\TwintPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4797
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\TwintPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.546+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\SofortPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4799
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\SofortPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.546+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\VoucherPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4801
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\VoucherPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.546+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\In3Payment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4803
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\In3Payment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.546+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PosPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4804
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PosPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.547+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BlikPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4807
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BlikPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.547+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BancomatPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4809
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\BancomatPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.547+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KlarnaOnePayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4811
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\KlarnaOnePayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.547+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\AlmaPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4813
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\AlmaPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.547+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\MyBankPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4815
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\MyBankPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.548+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\TrustlyPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4817
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\TrustlyPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.548+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PayconiqPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4818
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PayconiqPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.548+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\RivertyPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4820
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\RivertyPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.548+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\SatispayPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4822
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\SatispayPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.548+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PayByBankPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4824
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\PayByBankPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.548+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\SwishPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4752
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\SwishPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.548+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\MbWayPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4828
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\MbWayPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.549+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\MultibancoPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4830
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Kiener\MolliePayments\Handler\Method\MultibancoPayment and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.549+00:00"
        "message" => "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\AmazonPay\Components\PaymentHandler\AmazonPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#4832
            #message: "User Deprecated: Since shopware/core : The tag `shopware.payment.method.async` is deprecated for service Swag\AmazonPay\Components\PaymentHandler\AmazonPaymentHandler and will be removed in 6.7.0. Use `shopware.payment.method` instead."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php"
            #line: 255
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Feature.php:255 {
                Shopware\Core\Framework\Feature::triggerDeprecationOrThrow(string $majorFlag, string $message): void …
                › 
                ›     trigger_deprecation('shopware/core', '', $message);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.551+00:00"
        "message" => "User Deprecated: The "Swag\AmazonPay\Components\PaymentHandler\AmazonPaymentHandler" 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 {#4852
            #message: "User Deprecated: The "Swag\AmazonPay\Components\PaymentHandler\AmazonPaymentHandler" 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/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getAmazonPaymentHandlerService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:39836 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaymentHandlerRegistryService($container) …
                › 
                › return $container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] = 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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4548 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartOrderRouteService($container) …
                › }$g = ($container->privates['Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PaymentHandlerRegistry'] ?? self::getPaymentHandlerRegistryService($container));}
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4588 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getCartService2Service($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['Kiener\\MolliePayments\\Checkout\\Cart\\ExpressCartItemAddRoute'] ?? self::getExpressCartItemAddRouteService($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/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:4585 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › if (true === $lazyLoad) {    return $container->services['Shopware\\Core\\Checkout\\Cart\\SalesChannel\\CartService'] = $container->createProxy('CartServiceGhost293df64', static fn () => \CartServiceGhost293df64::createLazyGhost(static fn ($proxy) => self::getCartService2Service($container, $proxy)));}
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/Internal/LazyObjectState.php:59 {
                Symfony\Component\VarExporter\Internal\LazyObjectState->initialize($instance, $propertyName, $writeScope) …
                › 
                ›     ($this->initializer)($instance);} catch (\Throwable $e) {
              }
              /var/www/share/shopware/staging/vendor/symfony/var-exporter/LazyGhostTrait.php:146 {
                ContainerGRHEzyV\CartServiceGhost293df64->__get&($name): mixed …
                › 
                › if ($property?->isInitialized($this) ?? LazyObjectState::STATUS_UNINITIALIZED_PARTIAL !== $state->initialize($this, $name, $writeScope ?? $scope)) {    goto get_in_scope;
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php:26 {
                Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService->getSalesChannelContext(Request $request): SalesChannelContext …
                › 
                › return $this->contextService->get(    new SalesChannelContextServiceParameters(
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:68 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $salesChannelContext = $this->salesChannelContextService->getSalesChannelContext($request);if (!$salesChannelContext) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "php"
      ]
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.611+00:00"
        "message" => "Uncaught PHP Exception ErrorException: "Warning: Undefined array key "path"" at NotFoundExceptionListener.php line 161"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => ErrorException {#4869
            #message: "Warning: Undefined array key "path""
            #code: 0
            #file: "/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php"
            #line: 161
            #severity: E_WARNING
            trace: {
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:161 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->matchRedirect(string $oldUrl, Request $request, string $salesChannelId): RedirectEntity …
                › $parsedUrl = parse_url($oldUrl);$oldUrl = $parsedUrl['path'];if (!$oldUrl) {
              }
              /var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php:88 {
                Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener->onKernelException(ExceptionEvent $event): void …
                › 
                › $redirect = $this->matchRedirect($oldUrl, $request, $salesChannelId);arguments: {
                  $oldUrl: "//xmlrpc.php?rsd"
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $salesChannelId: "018fba1ecdae71d7b98a32192c13b334"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $e: Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#3524 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2861 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:460 {
                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);arguments: {
                  $kernel: Shopware\Core\Framework\Adapter\Kernel\HttpKernel {#1432 …}
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:437 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Request $request, bool $catch = false): Response …
                › 
                › $response = $this->forward($subRequest, $catch);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2845 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:335 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Request $request, bool $catch = false): Response …
                › 
                ›     return $this->fetch($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php:213 {
                Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › } else {    $response = $this->lookup($request, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/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')) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php:32 {
                COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware->handle(Request $request, $type = self::MAIN_REQUEST, $catch = true): Response …
                ›     }    return $this->app->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Kernel.php:156 {
                Shopware\Core\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › 
                ›     return $this->getHttpKernel()->handle($request, $type, $catch);}
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /var/www/share/shopware/staging/vendor/autoload_runtime.php:29 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/share/shopware/staging/public/index.php:11 {
                › 
                › require_once __DIR__ . '/../vendor/autoload_runtime.php';arguments: {
                  "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
    5012 => [
      [
        "timestamp" => 1750921028
        "timestamp_rfc3339" => "2025-06-26T06:57:08.647+00:00"
        "message" => "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Kiener\MolliePayments\Subscriber\PaypalExpressSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#5310
            #message: "User Deprecated: Method "Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Kiener\MolliePayments\Subscriber\PaypalExpressSubscriber" now to avoid errors or add an explicit @return annotation to suppress this message."
            #code: 0
            #file: "/var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php"
            #line: 345
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/share/shopware/staging/vendor/symfony/error-handler/DebugClassLoader.php:345 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::getPaypalExpressSubscriberService($container) …
                › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
              }
              /var/www/share/shopware/staging/var/cache/dev_h19affd8ec9bbf573e25a02de1f4b8c8a/ContainerGRHEzyV/Shopware_Core_KernelDevDebugContainer.php:16817 {
                ContainerGRHEzyV\Shopware_Core_KernelDevDebugContainer::ContainerGRHEzyV\{closure} …
                › $instance->addListener('Shopware\\Storefront\\Page\\Checkout\\Finish\\CheckoutFinishPageLoadedEvent', [#[\Closure(name: 'Kiener\\MolliePayments\\Subscriber\\PaypalExpressSubscriber')] fn () => ($container->privates['Kiener\\MolliePayments\\Subscriber\\PaypalExpressSubscriber'] ?? self::getPaypalExpressSubscriberService($container)), 'onCheckoutSuccess'], 0);$instance->addListener('kernel.response', [#[\Closure(name: 'Kiener\\MolliePayments\\Subscriber\\PaypalExpressSubscriber')] fn () => ($container->privates['Kiener\\MolliePayments\\Subscriber\\PaypalExpressSubscriber'] ?? self::getPaypalExpressSubscriberService($container)), 'onResetPaypalExpress'], 0);$instance->addListener('Shopware\\Core\\Checkout\\Cart\\Event\\CartBeforeSerializationEvent', [#[\Closure(name: 'Kiener\\MolliePayments\\Subscriber\\SubscriptionSubscriber')] fn () => ($container->privates['Kiener\\MolliePayments\\Subscriber\\SubscriptionSubscriber'] ?? self::getSubscriptionSubscriberService($container)), 'onBeforeSerializeCart'], 0);
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php:71 {
                Shopware\Core\Framework\Webhook\WebhookDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php:64 {
                Shopware\Core\Framework\Event\NestedEventDispatcher->getListeners(?string $eventName = null): array …
                › {    return $this->dispatcher->getListeners($eventName);}
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:252 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
                › 
                › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:116 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › 
                › $this->preProcess($eventName);try {
              }
              /var/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/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/www/share/shopware/staging/vendor/symfony/http-kernel/EventListener/ErrorListener.php:97 {
                Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(ExceptionEvent $event): void …
                › try {    $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);} catch (\Exception $e) {
              }
              /var/www/share/shopware/staging/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 {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  ...: {
                    "kernel.exception"
                    Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                  }
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                  $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1285 …}
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $listeners: [ …13]
                  $eventName: "kernel.exception"
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);}
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:122 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
                arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/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);arguments: {
                  $event: Symfony\Component\HttpKernel\Event\ExceptionEvent {#3520 …}
                  $eventName: "kernel.exception"
                }
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php:134 {
                Symfony\Component\HttpKernel\HttpKernel->terminateWithException(Throwable $exception, ?Request $request = null): void …
                › try {    $response = $this->handleThrowable($exception, $request, self::MAIN_REQUEST);} finally {
              }
              /var/www/share/shopware/staging/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:84 {
                Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure} …
                ›     $hasRun = true;    $kernel->terminateWithException($e, $request);};
              }
              /var/www/share/shopware/staging/vendor/symfony/error-handler/ErrorHandler.php:538 {
                Symfony\Component\ErrorHandler\ErrorHandler->handleException(Throwable $exception): void …
                › if (null !== $exceptionHandler) {    $exceptionHandler($exception);}
              Symfony\Component\ErrorHandler\ErrorHandler->handleException() {}
            }
          }
        ]
        "channel" => "php"
      ]
    ]
  ]
  -errorCount: [
    "" => 0
    2861 => 1
    5012 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1314 …}
}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
accept-language
"en-US,en;q=0.5"
authorization
""
connection
"keep-alive"
cookie
"session-=6l0e4nfbncn7pn6ka85fh5k0c8"
forwarded
"for="143.244.155.90";host="medisana-dev.com-create.cloud";proto=https"
host
"medisana-dev.com-create.cloud"
keep-alive
"300"
surrogate-capability
"symfony="ESI/1.0""
sw-context-token
"JrYYJbWgv8uP5m7BWDQMkLhfsQtDiwDs"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36"
x-forwarded-for
"143.244.155.90"
x-php-ob-level
"1"

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
"Thu, 26 Jun 2025 06:57:08 GMT"
server-timing
""
sw-context-token
"JrYYJbWgv8uP5m7BWDQMkLhfsQtDiwDs"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
vary
"Accept"
x-debug-exception
"Warning%3A%20Undefined%20array%20key%20%22path%22"
x-debug-exception-file
"%2Fvar%2Fwww%2Fshare%2Fshopware%2Fstaging%2Fcustom%2Fplugins%2FPluszwei404RedirectAndDetection%2Fsrc%2FSubscriber%2FNotFoundExceptionListener.php:161"
x-debug-token
"e399c0"

Cookies

Request Cookies

Key Value
session-
"6l0e4nfbncn7pn6ka85fh5k0c8"

Response Cookies

No response cookies

Session 6

Session Metadata

Key Value
Created
"Thu, 26 Jun 25 06:57:05 +0000"
Last used
"Thu, 26 Jun 25 06:57:07 +0000"
Lifetime
2592000

Session Attributes

Attribute Value
sessionId
"6l0e4nfbncn7pn6ka85fh5k0c8"
sw-context-token
"JrYYJbWgv8uP5m7BWDQMkLhfsQtDiwDs"
sw-sales-channel-id
"018fba1ecdae71d7b98a32192c13b334"

Session Usage

6 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:90
[
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 90
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 40
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 29
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 460
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 437
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 335
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 213
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php"
    "line" => 32
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Kernel.php"
    "line" => 156
    "function" => "handle"
    "class" => "COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:91
[
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 91
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 40
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 29
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 460
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 437
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 335
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 213
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php"
    "line" => 32
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Kernel.php"
    "line" => 156
    "function" => "handle"
    "class" => "COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:222
[
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 222
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 103
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 40
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 29
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 460
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 437
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 335
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 213
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php"
    "line" => 32
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Kernel.php"
    "line" => 156
    "function" => "handle"
    "class" => "COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:227
[
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 227
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 103
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 40
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 29
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 460
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 437
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 335
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 213
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php"
    "line" => 32
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Kernel.php"
    "line" => 156
    "function" => "handle"
    "class" => "COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:111
[
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 111
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 40
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 29
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 460
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 437
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 335
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 213
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php"
    "line" => 32
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Kernel.php"
    "line" => 156
    "function" => "handle"
    "class" => "COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Swag\PayPal\Checkout\Cart\Validation\CartValidator:81
[
  [
    "file" => "/var/www/share/shopware/staging/custom/plugins/SwagPayPal/src/Checkout/Cart/Validation/CartValidator.php"
    "line" => 81
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Checkout/Cart/Validator.php"
    "line" => 25
    "function" => "validate"
    "class" => "Swag\PayPal\Checkout\Cart\Validation\CartValidator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Checkout/Cart/Processor.php"
    "line" => 63
    "function" => "validate"
    "class" => "Shopware\Core\Checkout\Cart\Validator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "Shopware\Core\Checkout\Cart\{closure}"
    "class" => "Shopware\Core\Checkout\Cart\Processor"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Checkout/Cart/Processor.php"
    "line" => 34
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php"
    "line" => 109
    "function" => "process"
    "class" => "Shopware\Core\Checkout\Cart\Processor"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 67
    "function" => "Shopware\Core\Checkout\Cart\{closure}"
    "class" => "Shopware\Core\Checkout\Cart\CartRuleLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php"
    "line" => 83
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Checkout/Cart/CartRuleLoader.php"
    "line" => 61
    "function" => "load"
    "class" => "Shopware\Core\Checkout\Cart\CartRuleLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 97
    "function" => "loadByToken"
    "class" => "Shopware\Core\Checkout\Cart\CartRuleLoader"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/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/www/share/shopware/staging/vendor/shopware/core/System/SalesChannel/Context/SalesChannelContextService.php"
    "line" => 61
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Service/SalesChannelContextService.php"
    "line" => 26
    "function" => "get"
    "class" => "Shopware\Core\System\SalesChannel\Context\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/custom/plugins/Pluszwei404RedirectAndDetection/src/Subscriber/NotFoundExceptionListener.php"
    "line" => 68
    "function" => "getSalesChannelContext"
    "class" => "Pluszwei\NotFoundRedirectAndDetection\Service\SalesChannelContextService"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Pluszwei\NotFoundRedirectAndDetection\Subscriber\NotFoundExceptionListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 40
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 29
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 31
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 122
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpKernel.php"
    "line" => 72
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php"
    "line" => 86
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 460
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\SubRequestHandler"
    "type" => "::"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 437
    "function" => "forward"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 335
    "function" => "fetch"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/http-kernel/HttpCache/HttpCache.php"
    "line" => 213
    "function" => "lookup"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Framework/Adapter/Kernel/HttpCacheKernel.php"
    "line" => 65
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpCache\HttpCache"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/custom/plugins/ShopwareConnector/src/Middleware/WebhookAuthenticationMiddleware.php"
    "line" => 32
    "function" => "handle"
    "class" => "Shopware\Core\Framework\Adapter\Kernel\HttpCacheKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/shopware/core/Kernel.php"
    "line" => 156
    "function" => "handle"
    "class" => "COMCreatePlentyConnector\Middleware\WebhookAuthenticationMiddleware"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Shopware\Core\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/share/shopware/staging/public/index.php"
    "line" => 11
    "args" => [
      "/var/www/share/shopware/staging/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ADMIN_OPENSEARCH_URL
"localhost:9500"
APP_ENV
"dev"
APP_SECRET
"def00000309a8bb0d34859d7ee79d50dc63753b30cdc141439e2903c89451a5d6812de203bda9eca951c786f63d72ecacbc81f3b3380f6dda929bbc7ef403b24be34a587"
APP_URL
"https://medisana-dev.com-create.cloud"
APP_URL_CHECK_DISABLED
"1"
BLUE_GREEN_DEPLOYMENT
"1"
COMPOSER_HOME
"/var/www/share/shopware/staging/var/cache/composer"
DATABASE_URL
"mysql://db-user-2:mxwG7j2e1LoHnHznHq8h@localhost:3306/db-2"
INSTANCE_ID
"gsYrxj6IhIiwUmTljXQVterDAcFuef16"
OPENSEARCH_URL
"http://localhost:9500"
REDIS_DB_CACHE
"1"
REDIS_DB_CART
"3"
REDIS_DB_MESSAGE_QUEUE_INCREMENT
"5"
REDIS_DB_SESSION
"1"
REDIS_DB_USER_ACTIVITY_INCREMENT
"4"
REDIS_HOST
"localhost"
REDIS_PORT_CACHE
"6379"
REDIS_PORT_CART
"6381"
REDIS_PORT_MESSAGE_QUEUE_INCREMENT
"6381"
REDIS_PORT_SESSION
"6380"
REDIS_PORT_USER_ACTIVITY_INCREMENT
"6381"
SHOPWARE_ADMIN_ES_ENABLED
"0"
SHOPWARE_ADMIN_ES_INDEX_PREFIX
"sw6_admin"
SHOPWARE_ADMIN_ES_REFRESH_INDICES
"0"
SHOPWARE_CACHE_ID
"medisana"
SHOPWARE_ES_ENABLED
"0"
SHOPWARE_ES_INDEXING_ENABLED
"0"
SHOPWARE_ES_INDEX_PREFIX
"sw6"
SHOPWARE_ES_THROW_EXCEPTION
"1"
SHOPWARE_HTTP_CACHE_ENABLED
"1"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/share/medisana-dev.com-create.cloud/htdocs"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/share/medisana-dev.com-create.cloud/htdocs"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/share"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"session-=6l0e4nfbncn7pn6ka85fh5k0c8"
HTTP_FORWARDED
"for="143.244.155.90";host="medisana-dev.com-create.cloud";proto=https"
HTTP_HOST
"medisana-dev.com-create.cloud"
HTTP_KEEP_ALIVE
"300"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36"
HTTP_X_FORWARDED_FOR
"143.244.155.90"
MC_QUERY_STRING
"-"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
"rsd"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_MC_QUERY_STRING
"-"
REDIRECT_QUERY_STRING
"rsd"
REDIRECT_SSL_CIPHER
"ECDHE-RSA-AES128-GCM-SHA256"
REDIRECT_SSL_CIPHER_ALGKEYSIZE
"128"
REDIRECT_SSL_CIPHER_EXPORT
"false"
REDIRECT_SSL_CIPHER_USEKEYSIZE
"128"
REDIRECT_SSL_CLIENT_VERIFY
"NONE"
REDIRECT_SSL_COMPRESS_METHOD
"NULL"
REDIRECT_SSL_PROTOCOL
"TLSv1.2"
REDIRECT_SSL_SECURE_RENEG
"true"
REDIRECT_SSL_SERVER_A_KEY
"rsaEncryption"
REDIRECT_SSL_SERVER_A_SIG
"sha256WithRSAEncryption"
REDIRECT_SSL_SERVER_I_DN
"CN=R11,O=Let's Encrypt,C=US"
REDIRECT_SSL_SERVER_I_DN_C
"US"
REDIRECT_SSL_SERVER_I_DN_CN
"R11"
REDIRECT_SSL_SERVER_I_DN_O
"Let's Encrypt"
REDIRECT_SSL_SERVER_M_SERIAL
"06B1CFCC670AD7FED9031B32B597335AFC16"
REDIRECT_SSL_SERVER_M_VERSION
"3"
REDIRECT_SSL_SERVER_SAN_DNS_0
"medisana-dev.com-create.cloud"
REDIRECT_SSL_SERVER_S_DN
"CN=medisana-dev.com-create.cloud"
REDIRECT_SSL_SERVER_S_DN_CN
"medisana-dev.com-create.cloud"
REDIRECT_SSL_SERVER_V_END
"Aug 26 08:45:27 2025 GMT"
REDIRECT_SSL_SERVER_V_START
"May 28 08:45:28 2025 GMT"
REDIRECT_SSL_SESSION_RESUMED
"Initial"
REDIRECT_SSL_TLS_SNI
"medisana-dev.com-create.cloud"
REDIRECT_SSL_VERSION_INTERFACE
"mod_ssl/2.4.52"
REDIRECT_SSL_VERSION_LIBRARY
"OpenSSL/3.0.2"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aFzvREgdscFtA0Ivymd_MgAAAI8"
REDIRECT_URL
"/xmlrpc.php"
REMOTE_ADDR
"127.0.0.1"
REMOTE_PORT
"63069"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1750921028
REQUEST_TIME_FLOAT
1750921028.2315
REQUEST_URI
"/xmlrpc.php"
SCRIPT_FILENAME
"/var/www/share/shopware/staging/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"109.71.73.112"
SERVER_ADMIN
"root@localhost"
SERVER_NAME
"medisana-dev.com-create.cloud"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_CIPHER
"ECDHE-RSA-AES128-GCM-SHA256"
SSL_CIPHER_ALGKEYSIZE
"128"
SSL_CIPHER_EXPORT
"false"
SSL_CIPHER_USEKEYSIZE
"128"
SSL_CLIENT_VERIFY
"NONE"
SSL_COMPRESS_METHOD
"NULL"
SSL_PROTOCOL
"TLSv1.2"
SSL_SECURE_RENEG
"true"
SSL_SERVER_A_KEY
"rsaEncryption"
SSL_SERVER_A_SIG
"sha256WithRSAEncryption"
SSL_SERVER_I_DN
"CN=R11,O=Let's Encrypt,C=US"
SSL_SERVER_I_DN_C
"US"
SSL_SERVER_I_DN_CN
"R11"
SSL_SERVER_I_DN_O
"Let's Encrypt"
SSL_SERVER_M_SERIAL
"06B1CFCC670AD7FED9031B32B597335AFC16"
SSL_SERVER_M_VERSION
"3"
SSL_SERVER_SAN_DNS_0
"medisana-dev.com-create.cloud"
SSL_SERVER_S_DN
"CN=medisana-dev.com-create.cloud"
SSL_SERVER_S_DN_CN
"medisana-dev.com-create.cloud"
SSL_SERVER_V_END
"Aug 26 08:45:27 2025 GMT"
SSL_SERVER_V_START
"May 28 08:45:28 2025 GMT"
SSL_SESSION_RESUMED
"Initial"
SSL_TLS_SNI
"medisana-dev.com-create.cloud"
SSL_VERSION_INTERFACE
"mod_ssl/2.4.52"
SSL_VERSION_LIBRARY
"OpenSSL/3.0.2"
SYMFONY_DOTENV_PATH
"/var/www/share/shopware/staging/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_URL,DATABASE_URL,COMPOSER_HOME,INSTANCE_ID,SHOPWARE_CACHE_ID,BLUE_GREEN_DEPLOYMENT,SHOPWARE_HTTP_CACHE_ENABLED,APP_URL_CHECK_DISABLED,OPENSEARCH_URL,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_ES_THROW_EXCEPTION,ADMIN_OPENSEARCH_URL,SHOPWARE_ADMIN_ES_ENABLED,SHOPWARE_ADMIN_ES_REFRESH_INDICES,SHOPWARE_ADMIN_ES_INDEX_PREFIX,REDIS_HOST,REDIS_PORT_CACHE,REDIS_DB_CACHE,REDIS_PORT_SESSION,REDIS_DB_SESSION,REDIS_PORT_CART,REDIS_DB_CART,REDIS_PORT_USER_ACTIVITY_INCREMENT,REDIS_DB_USER_ACTIVITY_INCREMENT,REDIS_PORT_MESSAGE_QUEUE_INCREMENT,REDIS_DB_MESSAGE_QUEUE_INCREMENT"
UNIQUE_ID
"aFzvREgdscFtA0Ivymd_MgAAAI8"
USER
"web-user"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 9dec8a)

Key Value
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_stopwatch_token
"549b13"
resolved-uri
"/xmlrpc.php"
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"01971694a48572b5bcd2e6c75cc3f170"
sw-maintenance
false
sw-maintenance-ip-whitelist
"["2003:e5:5f02:1fb6:69a6:68e2:7d41:2eb1", "2003:e5:5f02:1fb6::/64", "145.224.75.120", "2003:cc:2f3f:b100:79fa:b879:c8f4:c724", "62.23.217.2"]"
sw-original-request-uri
"//xmlrpc.php?rsd"
sw-sales-channel-absolute-base-url
"https://medisana-dev.com-create.cloud"
sw-sales-channel-base-url
""
sw-sales-channel-id
"018fba1ecdae71d7b98a32192c13b334"
sw-snippet-set-id
"018fba0bf6f6722ba42fb15f5811820a"
sw-storefront-url
"https://medisana-dev.com-create.cloud"
theme-base-name
null
theme-id
"0190da449e8e700fa2bf48d817d1dd56"
theme-name
"zenitPlatformHorizon"