We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit ed56deb1 authored by Alexandros Moraitis's avatar Alexandros Moraitis Committed by GitHub

add action check for 3ds fallback (#819)

Co-authored-by: default avatarÁngel Campos <angel.campos@adyen.com>
parent 624895e9
...@@ -389,7 +389,7 @@ define( ...@@ -389,7 +389,7 @@ define(
// render component // render component
self.renderThreeDS2Component(response.type, response.token, orderId); self.renderThreeDS2Component(response.type, response.token, orderId);
} else { } else {
if (response.type === 'RedirectShopper') { if (response.type === 'RedirectShopper' && response.action) {
self.threedsfallback(response.action); self.threedsfallback(response.action);
} else { } else {
window.location.replace(url.build( window.location.replace(url.build(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment