|
|
@ -16,7 +16,7 @@ $(function () {
|
|
|
|
$('<input>').attr('name', 'TermUrl').val(threeDsParams.term_url).attr('type', 'hidden').appendTo(form);
|
|
|
|
$('<input>').attr('name', 'TermUrl').val(threeDsParams.term_url).attr('type', 'hidden').appendTo(form);
|
|
|
|
$('body').append(form);
|
|
|
|
$('body').append(form);
|
|
|
|
window.threeds_success = function (success, errorCode, errorMsg) {
|
|
|
|
window.threeds_success = function (success, errorCode, errorMsg) {
|
|
|
|
$('#threeds-frame').addClass('hide');
|
|
|
|
$('.threeds-container').addClass('hide');
|
|
|
|
if (success) {
|
|
|
|
if (success) {
|
|
|
|
location.href = './result'
|
|
|
|
location.href = './result'
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
@ -24,7 +24,7 @@ $(function () {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
form.submit();
|
|
|
|
form.submit();
|
|
|
|
$('#threeds-frame').removeClass('hide')
|
|
|
|
$('.threeds-container').removeClass('hide')
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
cardFrame.onSuccess = function (secretData) {
|
|
|
|
cardFrame.onSuccess = function (secretData) {
|
|
|
|