PayFast API token billing

This commit is contained in:
David Bomba 2021-09-23 17:58:33 +10:00
parent cf2b0669a7
commit 86b88114f8

View File

@ -103,7 +103,6 @@ class Token
); );
$adhocArray = $api $adhocArray = $api
->payfast
->subscriptions ->subscriptions
->adhoc($cgt->token, ['amount' => $amount, 'item_name' => 'purchase']); ->adhoc($cgt->token, ['amount' => $amount, 'item_name' => 'purchase']);