| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -55,7 +55,7 @@ class OrderTimeout implements ShouldQueue | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								->whereNotNull('timeout') | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								->where('order_no', $this->orderNumber) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								->first(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							//Log::info('order',$v);
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							Log::info($v->timeout); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							if (!empty($v) && !is_null($v->timeout) && strtotime($v->timeout) < time()) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								DB::beginTransaction(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								try { | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |