|
|
|
@ -16,7 +16,7 @@ $(function () {
|
|
|
|
|
let form = $('<form></form>').attr('action', threeDsParams.acs_url).attr('method', 'post').css('display', 'none');
|
|
|
|
|
$('<input>').attr('name', 'paReq').val(threeDsParams.pa_req).attr('type', 'hidden').appendTo(form);
|
|
|
|
|
$('<input>').attr('name', 'TermURL').val(threeDsParams.term_url).attr('type', 'hidden').appendTo(form);
|
|
|
|
|
$(body).append(form);
|
|
|
|
|
$('body').append(form);
|
|
|
|
|
form.commit();
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|