mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for base driver
This commit is contained in:
parent
552607b35f
commit
d9516d723a
@ -145,10 +145,10 @@ class CreditCard
|
|||||||
$payment_meta->last4 = 'xxxx';
|
$payment_meta->last4 = 'xxxx';
|
||||||
$payment_meta->type = GatewayType::CREDIT_CARD;
|
$payment_meta->type = GatewayType::CREDIT_CARD;
|
||||||
|
|
||||||
$cgt['payment_meta'] = $payment_meta
|
$cgt['payment_meta'] = $payment_meta;
|
||||||
|
|
||||||
$this->payfast->storeGatewayToken($cgt, []);
|
$this->payfast->storeGatewayToken($cgt, []);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user