forked from kevinowino869/mitrobill
Price Before Discount unrequired
This commit is contained in:
@ -434,5 +434,6 @@ function show_radius_result($array, $code = 200)
|
||||
header("HTTP/1.1 204 No Content");
|
||||
die();
|
||||
}
|
||||
die(json_encode($array));
|
||||
echo json_encode($array);
|
||||
die();
|
||||
}
|
||||
|
Reference in New Issue
Block a user