adyen-shopware6
adyen-shopware6 copied to clipboard
[ECP-9279] Bancontact mobile doesn't work
Describe the bug
The payment method Bancontact mobile
gives the following error after you pay the order.
Uncaught PHP Exception Shopware\Core\Checkout\Payment\Exception\TokenInvalidatedException: "The provided token eyJ.... is invalidated and the payment could not be processed." at /var/web/vd25152/releases/20240427.2236/vendor/shopware/core/Checkout/Payment/Cart/Token/JWTFactoryV2.php line 80
Versions Shopware version: all Plugin version: all
To Reproduce Steps to reproduce the behavior:
- On your mobile phone pay an order with
Bancontact mobile
- You get redirected to the
Bancontact mobile
app - Pay the order
- You are redirected to Shopware
- Result: an error is shown:
TokenInvalidatedException
Expected behavior When returning back to the shop after a successful payment the order finish page must be shown.