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); }