victorantoniak
Results
1
comments of
victorantoniak
Change file: vendor\binance\binance-connector-php\src\Binance\APIClient.php private function buildClient($httpRequest) { $this->httpRequest = $httpRequest ?? new \GuzzleHttp\Client([ 'base_uri' => $this->baseURL, 'headers' => [ 'Content-Type' => 'application/json', 'X-MBX-APIKEY' => $this->key, 'User-Agent' => 'binance-connect-php' ], 'timeout'...