mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-02 22:57:33 -05:00 
			
		
		
		
	Fixes for Stripe Verify
This commit is contained in:
		
							parent
							
								
									4276e76fd6
								
							
						
					
					
						commit
						bde729fe6e
					
				@ -49,7 +49,7 @@ class Verify
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
        $this->stripe->init();
 | 
					        $this->stripe->init();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if($this->stripe->stripe_connect && strlen($this->company_gateway->getConfigField('account_id')) < 1)
 | 
					        if($this->stripe->stripe_connect && strlen($this->stripe->company_gateway->getConfigField('account_id')) < 1)
 | 
				
			||||||
            return response()->json("Stripe Connect not authenticated", 400);
 | 
					            return response()->json("Stripe Connect not authenticated", 400);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $customers = Customer::all([], $this->stripe->stripe_connect_auth);
 | 
					        $customers = Customer::all([], $this->stripe->stripe_connect_auth);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user