@@ -61,9 +61,9 @@ |
||
61 | 61 | $bodyString = $streamBody->getContents(); |
62 | 62 | |
63 | 63 | if($contentType === 'json'){ |
64 | - $response['results'] = $this->jsonp_decode($bodyString, $assoc); |
|
64 | + $response['results'] = $this->jsonp_decode($bodyString, $assoc); |
|
65 | 65 | }else{ |
66 | - $response['results']=$bodyString; |
|
66 | + $response['results']=$bodyString; |
|
67 | 67 | } |
68 | 68 | |
69 | 69 | $response['success'] = true; |