mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 10:41:32 +00:00
decode json string from cache to request body
This commit is contained in:
@@ -285,7 +285,7 @@ class sync{
|
|||||||
if(empty($data)) throw new Exception("Payload is empty.");
|
if(empty($data)) throw new Exception("Payload is empty.");
|
||||||
|
|
||||||
$options = [
|
$options = [
|
||||||
'json' => $data,
|
'json' => json_decode($data),
|
||||||
'allow_redirects' => false,
|
'allow_redirects' => false,
|
||||||
'timeout' => 5,
|
'timeout' => 5,
|
||||||
'headers' => [
|
'headers' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user