Skip to content

Commit

Permalink
Add liquidation method
Browse files Browse the repository at this point in the history
Add liquidation method
  • Loading branch information
alex authored Apr 9, 2019
1 parent bf07268 commit 57af456
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/Api/Liquidation.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@

class Liquidation extends Request
{

}
public function get($data)
{
$this->type='GET';
$this->path='/api/v1/liquidation';
$this->data=$data;

return $this-exec();
}
}

0 comments on commit 57af456

Please sign in to comment.