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)
SalesChannelContext $salesChannelContext
): void {
$transactionId = $transaction->getOrderTransaction()->getId();
if ($request->query->getBoolean('cancel')) {
throw new CustomerCanceledAsyncPaymentException(
$transactionId,
'Customer canceled the payment on the PayPal page'
);
}