diff --git a/app/PaymentDrivers/PayFastPaymentDriver.php b/app/PaymentDrivers/PayFastPaymentDriver.php index 4a56edb8ad5a..6f56aebe9d3f 100644 --- a/app/PaymentDrivers/PayFastPaymentDriver.php +++ b/app/PaymentDrivers/PayFastPaymentDriver.php @@ -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;