mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:57:33 -05:00 
			
		
		
		
	Fixes for base driver
This commit is contained in:
		
							parent
							
								
									5cf6e9e7c0
								
							
						
					
					
						commit
						7aed3b0b40
					
				@ -87,7 +87,7 @@ class CreditCard
 | 
			
		||||
            'return_url' => route('client.payment_methods.index'),
 | 
			
		||||
            'cancel_url' => route('client.payment_methods.index'),
 | 
			
		||||
            'notify_url' => $this->payfast->genericWebhookUrl(),
 | 
			
		||||
            'amount' => 1,
 | 
			
		||||
            'amount' => 5,
 | 
			
		||||
            'item_name' => 'pre-auth',
 | 
			
		||||
            'subscription_type' => 2,
 | 
			
		||||
            'passphrase' => $this->payfast->company_gateway->getConfigField('passphrase'),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user