Allow ZAR and USD using PayFast
This commit is contained in:
parent
42b3272920
commit
ca807a447c
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class PayFastPaymentDriver extends BaseDriver
|
|||
{
|
||||
$types = [];
|
||||
|
||||
if($this->client->currency()->code == 'ZAR')
|
||||
if($this->client->currency()->code == 'ZAR' || $this->client->currency()->code == 'USD')
|
||||
$types[] = GatewayType::CREDIT_CARD;
|
||||
|
||||
return $types;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue