We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdcec4 commit 6bbe67cCopy full SHA for 6bbe67c
MangoPay/Libraries/RestTool.php
@@ -318,7 +318,7 @@ private function GetHttpHeaders($idempotencyKey = null)
318
// ...or initialize with default headers
319
$this->_requestHttpHeaders = [];
320
// content type
321
-// array_push($this->_requestHttpHeaders, self::$_JSON_HEADER);
+ array_push($this->_requestHttpHeaders, self::$_JSON_HEADER);
322
// Add User-Agent Header
323
324
array_push($this->_requestHttpHeaders, 'User-Agent: Mangopay-SDK/' . self::VERSION . ' (PHP/' . phpversion() . ')');
0 commit comments