Skip to content

Commit

Permalink
php quickfix for parseJsonResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Dec 6, 2017
1 parent 6c8fcd9 commit 28d59f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/base/Exchange.php
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ public function __construct ($options = array ()) {
$this->userAgent = 'ccxt/' . $version . ' (+https://github.com/ccxt/ccxt) PHP/' . PHP_VERSION;
$this->substituteCommonCurrencyCodes = true;
$this->timeframes = null;
$this->parseJsonResponse = false;
$this->parseJsonResponse = true;

$this->hasPublicAPI = true;
$this->hasPrivateAPI = true;
Expand Down

0 comments on commit 28d59f8

Please sign in to comment.