Skip to content

Commit

Permalink
Merge pull request #61 from artturik/patch-1
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
Jon Eyrick authored Feb 21, 2018
2 parents c1277e5 + d6bf722 commit 696d9cc
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 @@ -283,7 +283,7 @@ private function tickerStreamHandler($json) {
"bestBid" => $json->b,
"bestBidQty" => $json->B,
"bestAsk" => $json->a,
"bestaskQty" => $json->A,
"bestAskQty" => $json->A,
"open" => $json->o,
"high" => $json->h,
"low" => $json->l,
Expand Down

0 comments on commit 696d9cc

Please sign in to comment.