update action cable for order resservation
This commit is contained in:
@@ -62,7 +62,6 @@ $(function() {
|
||||
// console.log(data);
|
||||
var delivery = data["delivery"];
|
||||
var items = data["order_items"];
|
||||
console.log(data)
|
||||
var item_list = $('.summary-items');
|
||||
item_list.empty();
|
||||
|
||||
@@ -158,7 +157,6 @@ console.log(data)
|
||||
data: {'order_id': order_id, 'status': status},
|
||||
dataType: "json",
|
||||
success: function(data) {
|
||||
console.log(data);
|
||||
if (data.status) {
|
||||
swal({
|
||||
title: 'Information',
|
||||
|
||||
Reference in New Issue
Block a user