diff --git a/pom.xml b/pom.xml index 58e786c31..c993bb111 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ au.com.royalpay.payment payment-parent - 2.1.16 + 2.1.20 4.0.0 manage 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 c4aed4789..c78cf3009 100644 --- a/src/main/ui/static/templates/payment/v1/card_pay.js +++ b/src/main/ui/static/templates/payment/v1/card_pay.js @@ -68,6 +68,10 @@ $(function () { }) } + if (ctrl.checking) { + return; + } + ctrl.checking = true; checkOrderStd(); } });