From 54e08a3562c9832fe447850be68f62dd9edde2fb Mon Sep 17 00:00:00 2001 From: Yaqi Yang Date: Fri, 13 May 2016 15:58:37 -0700 Subject: [PATCH] Fix the request body in the send function --- src/Common/Internal/ServiceRestProxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/Internal/ServiceRestProxy.php b/src/Common/Internal/ServiceRestProxy.php index 63e200b31..20a508f4f 100644 --- a/src/Common/Internal/ServiceRestProxy.php +++ b/src/Common/Internal/ServiceRestProxy.php @@ -141,7 +141,7 @@ protected function send( $method, $uri, $headers, - $body); + $actualBody); $client = new \GuzzleHttp\Client( array(