Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Fix the request body in the send function
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaqi Yang committed May 13, 2016
1 parent 7afb71c commit 54e08a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/Internal/ServiceRestProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ protected function send(
$method,
$uri,
$headers,
$body);
$actualBody);

$client = new \GuzzleHttp\Client(
array(
Expand Down

0 comments on commit 54e08a3

Please sign in to comment.