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