Minor fixes for Payfast

This commit is contained in:
David Bomba 2021-07-10 16:13:20 +10:00
parent fd136a93ab
commit f5c927db1a

View File

@ -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);
}