diff --git a/app/PaymentDrivers/PayFastPaymentDriver.php b/app/PaymentDrivers/PayFastPaymentDriver.php index b67026eaf518..8d3ab1e6d062 100644 --- a/app/PaymentDrivers/PayFastPaymentDriver.php +++ b/app/PaymentDrivers/PayFastPaymentDriver.php @@ -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;