diff --git a/src/main/ui/static/templates/payment/v1/card_pay.js b/src/main/ui/static/templates/payment/v1/card_pay.js index 2cbd7be32..4c2979b03 100644 --- a/src/main/ui/static/templates/payment/v1/card_pay.js +++ b/src/main/ui/static/templates/payment/v1/card_pay.js @@ -25,6 +25,7 @@ $(function () { if (msg.success) { location.href = './result' } else { + ctrl.pending = false; $errorMsgBox.text('[' + evt.errCode + ']' + evt.errMsg).show(); } $('.threeds-container').addClass('hide');