Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezax5 committed Aug 8, 2024
1 parent 287bfef commit d50127c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/Panel/Alireza0.php
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,12 @@ public function getClientTraffics($email)
return $this->curl('api_getClientTraffics', [], false);
}

public function getClientTrafficsById($id)
{
$this->setId($id);
return $this->curl('api_getClientTrafficsById', [], false);
}

public function getNewX25519Cert()
{
return $this->curl('getNewX25519Cert', []);
Expand Down
2 changes: 1 addition & 1 deletion src/Panel/MHSanaei.php
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ public function getClientTraffics($email)
public function getClientTrafficsById($id)
{
$this->setId($id);
return $this->curl('getClientTrafficsById', [], false);
return $this->curl('api_getClientTrafficsById', [], false);
}

public function getNewX25519Cert()
Expand Down

0 comments on commit d50127c

Please sign in to comment.