change route

This commit is contained in:
Moe Su
2017-06-11 13:55:14 +06:30
parent 9f9c83ab7f
commit d49dc3f8c8
3 changed files with 4 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ $("#REDIMREBATE").click(function(){
$.ajax({
type: "GET",
url: "../../../../settings/membership_actions",
data: {type:"get_account_balance_url",gateway_url:gateway_url,sale_id:sale_id},
data: {type:"get_account_balance",gateway_url:gateway_url,sale_id:sale_id},
success: function(result){
$("#redeem").attr("data-member-value",result[2]);
$("#valid_amount").val(result[1]);