Skip to content

Commit

Permalink
this closes #110, add support for settings curl options
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzoneill committed Apr 13, 2018
1 parent 46d2642 commit 4b44559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-binance-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private function __construct3( string $api_key = null, string $api_secret = null
$this->useServerTime();
}
if( isset( $options[ 'curlOpts' ] ) && is_array( $options[ 'curlOpts' ] ) ) {
$this->curlOpts == $options[ 'curlOpts' ];
$this->curlOpts = $options[ 'curlOpts' ];
}
}

Expand Down

0 comments on commit 4b44559

Please sign in to comment.