Paypal Abbruch Fehler

Hallo,

mal wieder ein Paypal Problem. Wenn man bei Paypal auf abrechen und zurück zum Shop klickt kommt. 

Ist das normal?

HTTP 500 Internal Server Error

The customer canceled the external payment process. Additional information:
Customer canceled the payment on the PayPal page

  • Exception
  • Logs 1
  • Stack Trace

Shopware\Core\Checkout\Payment\Exception\CustomerCanceledAsyncPaymentException

in custom/plugins/SwagPayPal/src/Payment/ PayPalPaymentHandler.php  (line 146)

  1. SalesChannelContext $salesChannelContext
  2. ): void {
  3. $transactionId = $transaction->getOrderTransaction()->getId();
  4.  
  5. if ($request->query->getBoolean('cancel')) {
  6. throw new CustomerCanceledAsyncPaymentException(
  7. $transactionId,
  8. 'Customer canceled the payment on the PayPal page'
  9. );
  10. }
  11.  

Hallo,

das ist momentan normales Verhalten. Mit Shopware 6.2 wird sich an dieser Stelle aber noch einiges ändern.

Viele Grüße aus Schöppingen

cool Michael Telgmann

Hallo [@Michael Telgmann](http://forum.shopware.com/profile/17553/Michael Telgmann “Michael Telgmann”)‍,

leider ist nicht nur die Fehlermeldung unschön.

Aktuell wird bei uns die Bestellung abgeschickt (Bezahlung offen) und der Kunde findet einen leeren Warenkorb vor. Das ist sehr verwirrend für den Kunden.

Wird das auch mit Shopware 6.2 behoben?

Danke für Deine Hilfe!

Viele Grüße,

Philipp