mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 05:47:34 -05:00 
			
		
		
		
	Minor fixes for Stripe
This commit is contained in:
		
							parent
							
								
									6aa7a4d90f
								
							
						
					
					
						commit
						e1a35c5235
					
				@ -159,7 +159,7 @@ class ImportCustomers
 | 
				
			|||||||
            if(count($searchResults) == 1)
 | 
					            if(count($searchResults) == 1)
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            $cgt = ClientGatewayToken::where('gateway_customer_reference', $searchResults->data[0]->id)->where('company_id', $this->company_gateway->company->id)->exists();
 | 
					            $cgt = ClientGatewayToken::where('gateway_customer_reference', $searchResults->data[0]->id)->where('company_id', $this->stripe->company_gateway->company->id)->exists();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                if(!$cgt)
 | 
					                if(!$cgt)
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user