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 8d45847 commit da1a969Copy full SHA for da1a969
src/HttpClient/Plugin/RequestSignature.php
@@ -42,7 +42,7 @@ protected function doHandleRequest(RequestInterface $request, callable $next, ca
42
'cnonce' => $this->getNonce(),
43
];
44
45
- $content = $request->getBody()->getContents();
+ $content = (string) $request->getBody();
46
if ($content) {
47
$params['body'] = $content;
48
}
0 commit comments