From 2b61487add146aa64103073ca25b261bb0c75da8 Mon Sep 17 00:00:00 2001 From: yixian Date: Fri, 10 Apr 2020 13:36:42 +0800 Subject: [PATCH] update cardpay ui --- src/main/ui/static/templates/payment/v1/card_pay.js | 1 + 1 file changed, 1 insertion(+) 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 b35850228..8f45e321f 100644 --- a/src/main/ui/static/templates/payment/v1/card_pay.js +++ b/src/main/ui/static/templates/payment/v1/card_pay.js @@ -6,6 +6,7 @@ $(function () { url: 'commit', data: JSON.stringify(secretData), contentType: 'application/json', + method: 'POST', success: function () { startCheckOrder(window.client_moniker, window.partner_order_id); }