redeem process

This commit is contained in:
Moe Su
2017-06-11 17:40:44 +06:30
parent 60b1819220
commit 7341657477
7 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,6 @@
$('.others-payment').on('click',function(){
var input_type = $(this).attr("data-type");
var sale_id = $(this).attr("data-sale-id");
alert(input_type)
window.location.href = '/origami/sale/'+ sale_id + "/payment/others_payment/" + input_type;
})
</script>