This commit is contained in:
Nweni
2017-06-11 16:57:31 +06:30
parent a809818324
commit 05286ce7a6
8 changed files with 54 additions and 8 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>