Skip to content

Commit

Permalink
PHP 5.3 must be supported
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsanger committed Dec 17, 2015
1 parent 4f62c2f commit b175068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Message/ProcessPaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ public function sendData($data)
$httpRequest = $this->httpClient->get(
$url,
null,
[
array(
RequestOptions::ALLOW_REDIRECTS => false,
]
)
);

$httpResponse = $httpRequest->send();
Expand Down

0 comments on commit b175068

Please sign in to comment.