Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The parseErrorMessage function in stripe_payments.js no longer matches "Authentication Required" #2

Open
willryanuk opened this issue Feb 25, 2022 · 0 comments

Comments

@willryanuk
Copy link

This is on iDev One Step Checkout.

if (msg.indexOf("Authentication Required: ") === 0)

As well as any of the other conditions no longer match. There is whitespace at the start, and the msg.indexOf("Authentication Required: ") evaluates to 5. So i think the conditions need to be weakened a little.

We are using version 4.5.5 of iDev One Step Checkout, but actually I don't think that is relevant. This prevents 3D secure authentication transactions from completing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant