logger for receipt bill
This commit is contained in:
@@ -513,6 +513,7 @@ function callback_url(callback,ref_no,order_id,status,min_type,time,exptime,reas
|
||||
data: {order_id: order_id, ref_no: ref_no, status: status, min_type: min_type, expected_time: waiting_time, remark: reason, access_code: access_code},
|
||||
dataType: "json",
|
||||
success: function(data) {
|
||||
console.log(data);
|
||||
if (data.status) {
|
||||
if(status != "completed"){
|
||||
swal({
|
||||
|
||||
Reference in New Issue
Block a user