Bestellabschluss in 2tem VK-Kanal schlägt fehl, egal welcher Zahlunganbieter

Hallo zusammen,

wir haben bei unserem 2.ten Verkaufskanal das Problem, das egal welchen Zahlungsanbieter ich benutze, beim Abschluss wo eigentlich checkout/confirm kommen sollte,
uups es ist ein Fehler aufgetreten, kommt.

Die Bestellung geht natürlich durch, die Zahlung wird auch angewiesen (Paypal oder Multisafepay) aber der Kunde kommt nicht auf eine Bestätigungsseite seiner Bestellung.

Im DEV-Mode habe ich folgende Fehlermeldung erhalten:
Illegal transition „fail“ from state „ABC“. Possible transitions are: cancel, chargeback, refund, refund_partially, reopen
ExceptionLogs 2Stack Trace
Shopware\Core\System\StateMachine\Exception
IllegalTransitionException
in vendor/shopware/core/System/StateMachine/StateMachineRegistry.php (line 298)
in vendor/shopware/core/System/StateMachine/StateMachineRegistry.php → getTransitionDestinationById (line 181)
in vendor/shopware/core/Checkout/Order/Aggregate/OrderTransaction/OrderTransactionStateHandler.php → transition (line 57)
OrderTransactionStateHandler->fail(‚DEF‘, object(Context))
in custom/plugins/SwagPayPal/src/Checkout/Plus/PlusPaymentFinalizeController.php (line 183)
$this->logger->error( ‚An error occurred during finalizing async payment‘, [‚orderTransactionId‘ => $transactionId, ‚exceptionMessage‘ => $paymentProcessException->getMessage()] ); $this->transactionStateHandler->fail( $transactionId, $context ); $urlQuery = \parse_url($errorUrl, PHP_URL_QUERY) ? ‚&‘ : ‚?‘; return \sprintf(’%s%serror-code=%s’, $errorUrl, $urlQuery, $paymentProcessException->getErrorCode());
PlusPaymentFinalizeController->redirectToConfirmPageWorkflow(object(AsyncPaymentFinalizeException), object(Context), ‚GHI‘)
in custom/plugins/SwagPayPal/src/Checkout/Plus/PlusPaymentFinalizeController.php (line 143)
in vendor/symfony/http-kernel/HttpKernel.php → finalizeTransaction (line 158)
in vendor/symfony/http-kernel/HttpKernel.php → handleRaw (line 80)
in vendor/symfony/http-kernel/Kernel.php → handle (line 201)
in vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php → handle (line 85)
in vendor/symfony/http-kernel/HttpCache/HttpCache.php :: handle (line 477)
in vendor/symfony/http-kernel/HttpCache/HttpCache.php → forward (line 450)
in vendor/symfony/http-kernel/HttpCache/HttpCache.php → fetch (line 344)
in vendor/symfony/http-kernel/HttpCache/HttpCache.php → lookup (line 222)
in vendor/shopware/core/HttpKernel.php → handle (line 163)
in vendor/shopware/core/HttpKernel.php → doHandle (line 80)
HttpKernel->handle(object(Request))
in public/index.php (line 83)

Hat jemand ne Idee, wo ich da ansetzen kann?

Zum Setup:
SW 6.3.5.2

APP_URL=https://DomainXY.de
TRUSTED_HOSTS=DomainXY.de,DomainYZ.nl

  1. VK-Kanal Deutsch: DomainXY.de
  2. VK-Kanal Niederländisch: DomainYZ.nl

Ich habe schon alles mögliche probiert - ich kann den Fehler nicht finden und bin noch recht unerfahren mit SW6. Daher würde ich mich über Lösungsvorschläge freuen.

Danke
LG IPD