Skip to content

Commit 6bbe67c

Browse files
author
Iulian Masar
committed
revert change
1 parent 6bdcec4 commit 6bbe67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MangoPay/Libraries/RestTool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ private function GetHttpHeaders($idempotencyKey = null)
318318
// ...or initialize with default headers
319319
$this->_requestHttpHeaders = [];
320320
// content type
321-
// array_push($this->_requestHttpHeaders, self::$_JSON_HEADER);
321+
array_push($this->_requestHttpHeaders, self::$_JSON_HEADER);
322322
// Add User-Agent Header
323323

324324
array_push($this->_requestHttpHeaders, 'User-Agent: Mangopay-SDK/' . self::VERSION . ' (PHP/' . phpversion() . ')');

0 commit comments

Comments
 (0)