From 7a3d7b698168d8f7a08b43ef4d7e0efbfaa907e0 Mon Sep 17 00:00:00 2001 From: Michael Okoh Date: Thu, 12 Aug 2021 12:25:50 +0100 Subject: [PATCH] fix method name --- src/Thepeer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Thepeer.php b/src/Thepeer.php index 0b31371..47a9865 100644 --- a/src/Thepeer.php +++ b/src/Thepeer.php @@ -166,7 +166,7 @@ public function chargeLink(string $link, int $amount, string $remark) } } - public function authorizaDirectCharge(string $reference, bool $insufficient_funds) + public function authorizeDirectCharge(string $reference, bool $insufficient_funds) { try { $request = $this->client->post("/debit/{$reference}", [