mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-02 22:57:33 -05:00 
			
		
		
		
	
						commit
						00c21e766e
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user