Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMadness committed Jun 28, 2017
2 parents 12fc912 + 6b6d3b2 commit c398b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "professionalweb/payment-laravel",
"version": "2.1.1",
"version": "2.1.2",
"description": "Payment drivers for laravel",
"homepage": "http://web-development.pw/",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions src/drivers/yandex/YandexKassa.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ protected function sendPostRequest($url, array $params)
curl_setopt($curl, CURLOPT_POSTFIELDS, $query);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_HEADER, 1);
curl_setopt($curl, CURLOPT_HTTPHEADER, ['Expect:']);
$body = curl_exec($curl);

return $body;
Expand Down

0 comments on commit c398b3b

Please sign in to comment.