Skip to content

Commit

Permalink
Update php-binance-api.php
Browse files Browse the repository at this point in the history
  • Loading branch information
afsharsafavi authored Jan 21, 2019
1 parent de0f766 commit 094cbde
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 @@ -905,7 +905,7 @@ private function httpRequest(string $url, string $method = "GET", array $params
// Post and postfields
if ($method === "POST") {
curl_setopt($curl, CURLOPT_POST, true);
curl_setopt($curlch, CURLOPT_POSTFIELDS, $query);
curl_setopt($curl, CURLOPT_POSTFIELDS, $query);
}
// Delete Method
if ($method === "DELETE") {
Expand Down

0 comments on commit 094cbde

Please sign in to comment.