Skip to content

Commit

Permalink
Merge pull request #1 from eskrano/patch-1
Browse files Browse the repository at this point in the history
Add liquidation method
  • Loading branch information
alex authored Apr 15, 2019
2 parents 5ca6932 + 57af456 commit 23bf6b8
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 23bf6b8

Please sign in to comment.