mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Minor fixes for Payfast
This commit is contained in:
parent
fd136a93ab
commit
f5c927db1a
@ -85,7 +85,7 @@ class PayFastPaymentDriver extends BaseDriver
|
||||
} catch(Exception $e) {
|
||||
|
||||
echo '##PAYFAST## There was an exception: '.$e->getMessage();
|
||||
|
||||
|
||||
}
|
||||
|
||||
return $this;
|
||||
@ -125,6 +125,8 @@ class PayFastPaymentDriver extends BaseDriver
|
||||
|
||||
public function tokenBilling(ClientGatewayToken $cgt, PaymentHash $payment_hash)
|
||||
{
|
||||
$this->init();
|
||||
|
||||
return (new Token($this))->tokenBilling($cgt, $payment_hash);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user