Skip to content

Commit

Permalink
Merge pull request #139 from lokielse/analysis-zRJNmn
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
lokielse authored May 24, 2018
2 parents 815dc6b + e702b6c commit 71dbb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Requests/LegacyRefundNoPwdRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public function sendData($data)
{
$url = sprintf('%s?%s', $this->getEndpoint(), http_build_query($this->getData()));

$result = $this->httpClient->request('get',$url)->getBody();
$result = $this->httpClient->request('get', $url)->getBody();

$xml = simplexml_load_string($result);
$json = json_encode($xml);
Expand Down

0 comments on commit 71dbb95

Please sign in to comment.