Use correct format to post data.

This commit is contained in:
Hans
2017-08-27 00:28:21 -05:00
committed by GitHub
parent 0fcc47a1e5
commit 91dbd38824

View File

@@ -50,7 +50,7 @@ class Guzzle implements Adapter
{
$response = $this->client->post($uri, [
'headers' => $headers,
'form_params' => $body
'json' => $body
]
);