Skip to content

Commit

Permalink
Merge pull request #14 from Igi773/patch-1
Browse files Browse the repository at this point in the history
Bug fix in Order.php
  • Loading branch information
zhouaini528 authored Jul 8, 2022
2 parents 8d414ba + c2c3fb5 commit 094760f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Spot/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public function getClientOrder(array $data=[]){
* */
public function getMatchresults(array $data=[]){
$this->type='GET';
$this->path='/v1/order/orders/{order-id}/matchresults';
$this->path='/v1/order/orders/'.$data['order-id'].'/matchresults';
$this->data=$data;
return $this->exec();
}
Expand Down

0 comments on commit 094760f

Please sign in to comment.