Skip to content

Commit

Permalink
Fix cancel order by afsharsafavi
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Eyrick authored Jan 21, 2019
2 parents de0f766 + 094cbde commit 09a90b8
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 09a90b8

Please sign in to comment.