mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
debug yd api
This commit is contained in:
@@ -32,7 +32,6 @@ class FetchesDataFromYDPortal
|
||||
$content = $request->getBody()->getContents();
|
||||
$content = str_replace("\r",'', $content);
|
||||
$content = str_replace("\n",'', $content);
|
||||
dd($content);
|
||||
return json_decode($content);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user