mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Allow ZAR and USD using PayFast
This commit is contained in:
parent
42b3272920
commit
ca807a447c
@ -49,7 +49,7 @@ class PayFastPaymentDriver extends BaseDriver
|
|||||||
{
|
{
|
||||||
$types = [];
|
$types = [];
|
||||||
|
|
||||||
if($this->client->currency()->code == 'ZAR')
|
if($this->client->currency()->code == 'ZAR' || $this->client->currency()->code == 'USD')
|
||||||
$types[] = GatewayType::CREDIT_CARD;
|
$types[] = GatewayType::CREDIT_CARD;
|
||||||
|
|
||||||
return $types;
|
return $types;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user