Skip to content

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

@willryanuk

Description

@willryanuk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions