mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 12:54:31 -04:00
Minor fixes for Payfast
This commit is contained in:
parent
fd136a93ab
commit
f5c927db1a
@ -125,6 +125,8 @@ class PayFastPaymentDriver extends BaseDriver
|
|||||||
|
|
||||||
public function tokenBilling(ClientGatewayToken $cgt, PaymentHash $payment_hash)
|
public function tokenBilling(ClientGatewayToken $cgt, PaymentHash $payment_hash)
|
||||||
{
|
{
|
||||||
|
$this->init();
|
||||||
|
|
||||||
return (new Token($this))->tokenBilling($cgt, $payment_hash);
|
return (new Token($this))->tokenBilling($cgt, $payment_hash);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user