diff --git a/src/main/ui/static/templates/payment/success.js b/src/main/ui/static/templates/payment/success.js index 0f4a38459..526e2751d 100644 --- a/src/main/ui/static/templates/payment/success.js +++ b/src/main/ui/static/templates/payment/success.js @@ -34,7 +34,7 @@ $(function () { $.ajax({ url: '/act/encourage_money/orders/' + window.order_id, - method: 'PUT', + method: 'GET', dataType: 'json', success: function (encourage) { if (encourage.access_amount) {