Force ZAR for PayFast

This commit is contained in:
David Bomba 2022-01-07 13:39:31 +11:00
parent 3417b1ff0f
commit 8f9febe5f8

View File

@ -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;