You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've updated to Commerce Stripe v4. I'm using it with my own payment form and JS from Commerce Stripe v3. All works fine, apart from when 3D secure payments fail.
Before updating, if a 3D secure payment failed, you would be redirected back to the url defined in cancelUrlwhich is defined in the commerce/payments/pay form. This is no longer the case.
Steps to reproduce
Put through a 3D secure payment using card 4000002760003184 and fail the transaction on the stripe test page
Browser goes into a redirect loop
It's trying to load a URL which looks like the below (I've removed some parts)
Description
I've updated to Commerce Stripe v4. I'm using it with my own payment form and JS from Commerce Stripe v3. All works fine, apart from when 3D secure payments fail.
Before updating, if a 3D secure payment failed, you would be redirected back to the url defined in
cancelUrl
which is defined in thecommerce/payments/pay
form. This is no longer the case.Steps to reproduce
4000002760003184
and fail the transaction on the stripe test pageIt's trying to load a URL which looks like the below (I've removed some parts)
Do I need web hooks configured for this to work?
Additional info
The text was updated successfully, but these errors were encountered: