We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a532e commit 1fee702Copy full SHA for 1fee702
src/Client.php
@@ -62,7 +62,7 @@ protected function get_http_data()
62
63
$body = $request->getBody();
64
if ($body->count()) {
65
- $request['data'] = $body->all();
+ $result['data'] = $body->all();
66
}
67
68
if ($_ENV) {
0 commit comments