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 95dfb5edc..425a6a31a 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,9 @@ $(function () { border: 'none', borderRadius: '10px' }; + cardFrame.onReady = function(){ + $('#readyModal').hide() + } cardFrame.onError = function (msg) { $('#errorMsgBox').text(msg).show(); };