Skip to content

Commit 42faa41

Browse files
Merge pull request #33 from SEOshop/fix-header-output
Fix header output
2 parents d0ea090 + 1e07dbf commit 42faa41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WebshopappApiClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class WebshopappApiClient
88
/**
99
* The Api Client version (do not change!)
1010
*/
11-
const CLIENT_VERSION = '1.9.0';
11+
const CLIENT_VERSION = '1.9.1';
1212
/**
1313
* The Api Hosts (do not change!)
1414
*/
@@ -814,7 +814,7 @@ private function sendRequest($url, $method, $payload = null, $options = [])
814814
}
815815

816816
$curlOptions += array(
817-
CURLOPT_HEADER => true,
817+
CURLOPT_HEADER => false,
818818
CURLOPT_RETURNTRANSFER => true,
819819
CURLOPT_SSL_VERIFYPEER => false,
820820
CURLOPT_USERAGENT => 'WebshopappApiClient/' . self::CLIENT_VERSION . ' (PHP/' . phpversion() . ')',

0 commit comments

Comments
 (0)