Payment route change

This commit is contained in:
Phyo
2017-06-12 14:22:45 +06:30
parent b0eb92b043
commit c7ff5140d4
3 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ Amount :
var sale_id = "<%= @sale_id %>";
$.ajax({type: "POST",
url: "<%= origami_create_mpu_payment_path %>",
url: "<%= origami_payment_mpu_path %>",
data: "amount="+ amount + "&sale_id="+ sale_id,
success:function(result){
if(result){