mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 21:47:32 -05:00 
			
		
		
		
	Stub required fields for custom payment drivers
This commit is contained in:
		
							parent
							
								
									80c1d0b2eb
								
							
						
					
					
						commit
						af8ea65b33
					
				@ -106,4 +106,9 @@ class CustomPaymentDriver extends BaseDriver
 | 
			
		||||
    {
 | 
			
		||||
        // Driver doesn't support this feature.
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function getClientRequiredFields(): array
 | 
			
		||||
    {
 | 
			
		||||
        return [];
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user