Skip to content

Commit 7a3d7b6

Browse files
committed
fix method name
1 parent 562e4bf commit 7a3d7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Thepeer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public function chargeLink(string $link, int $amount, string $remark)
166166
}
167167
}
168168

169-
public function authorizaDirectCharge(string $reference, bool $insufficient_funds)
169+
public function authorizeDirectCharge(string $reference, bool $insufficient_funds)
170170
{
171171
try {
172172
$request = $this->client->post("/debit/{$reference}", [

0 commit comments

Comments
 (0)