Skip to content

Commit

Permalink
Class Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Moinuddin S. Khaja committed Nov 27, 2021
1 parent 4f42df8 commit 7a4159a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WazirxAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ private function privateRequest($url, $params = [], $method = 'GET')
* @return mixed
* @throws \Exception
*/
public function sendApiRequest($url, $method)
private function sendApiRequest($url, $method)
{
try {
if ($method == 'POST')
Expand Down

0 comments on commit 7a4159a

Please sign in to comment.