Skip to content

Commit

Permalink
Merge pull request #102 from chhedadhaval120386/master
Browse files Browse the repository at this point in the history
returning proper response code for phlorunner
  • Loading branch information
mallika-plivo authored Jan 17, 2019
2 parents 80fbeea + 1311e3a commit 9c38768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plivo/Resources/PHLO/Phlorunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ public function run($arguments = [] , $authId = null)
"authId" => $authId
];
$response = $this->client->getPhlorunnerApis($this->phlorunnerUrl, $arguments, $headers);
return $response;
return json_encode($response->getContent(), JSON_FORCE_OBJECT);
}
}
}

0 comments on commit 9c38768

Please sign in to comment.