Skip to content

Commit 91a7676

Browse files
authored
Merge pull request #3 from thepeerstack/support-for-direct-debit
fix method name
2 parents 81b12ba + 7a3d7b6 commit 91a7676

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)