Closed davidme-stripe closed 1 week ago
In 3DS2 transactions, we don't allow a href links, only form submits. But we should accept either!
a href
form
Fix 3DS2 for certain issuers using a href links. Without this, the user can't click the buttons presented by the issuer.
Tested in livemode with a 3DS2-enabled card using the broken issuer.
None
Summary
In 3DS2 transactions, we don't allow
a href
links, onlyform
submits. But we should accept either!Motivation
Fix 3DS2 for certain issuers using
a href
links. Without this, the user can't click the buttons presented by the issuer.Testing
Tested in livemode with a 3DS2-enabled card using the broken issuer.
Changelog
None