Skip to content

Commit

Permalink
Merge pull request #138 from laraveler/push_origin
Browse files Browse the repository at this point in the history
  • Loading branch information
lokielse authored May 24, 2018
2 parents ee89814 + 7ee6aa3 commit 2e2ccbb
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->get($url)->send()->getBody();
$result = $this->httpClient->request('get',$url)->getBody();

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

0 comments on commit 2e2ccbb

Please sign in to comment.