Commit 3a5f4dc2 by Jansa Jose

get booking summary

parent e29a613d
...@@ -1021,8 +1021,7 @@ ...@@ -1021,8 +1021,7 @@
header('Content-type: application/json'); header('Content-type: application/json');
$headers = apache_request_headers(); $headers = apache_request_headers();
$post = file_get_contents("php://input"); $postData = $_GET;
$postData = json_decode($post, true);
if(!isset($headers['Auth']) || empty($headers['Auth'])){ if(!isset($headers['Auth']) || empty($headers['Auth'])){
$respArr['status'] = 'error'; $respArr['status'] = 'error';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment