mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-02 22:57:33 -05:00 
			
		
		
		
	Changed country code
This commit is contained in:
		
							parent
							
								
									e5777c2305
								
							
						
					
					
						commit
						45d9127d26
					
				@ -157,7 +157,7 @@ class StripePaymentDriver extends BaseDriver
 | 
			
		||||
 | 
			
		||||
        if ($this -> client
 | 
			
		||||
            && isset($this->client->country)
 | 
			
		||||
            && in_array($this->client->country->iso_3166_3, ["DEU"])) // TODO: change to netherlands
 | 
			
		||||
            && in_array($this->client->country->iso_3166_3, ["NLD"]))
 | 
			
		||||
            $types[] = GatewayType::IDEAL;
 | 
			
		||||
 | 
			
		||||
        return $types;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user