update quick service for payment
This commit is contained in:
@@ -797,7 +797,7 @@ $(function() {
|
||||
success:function(result){
|
||||
console.log(result)
|
||||
if (result.status) {
|
||||
window.location.href = "/origami/sale/"+result.data["sale_id"]+"/payment"
|
||||
window.location.href = "/origami/sale/"+result.data["sale_id"]+"/"+type+"/payment"
|
||||
}
|
||||
// window.location.href = "/origami/quick_service"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user