mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	update: fix
This commit is contained in:
		| @@ -50,7 +50,7 @@ class CheckOrder extends Command | |||||||
|             switch ($item->status) { |             switch ($item->status) { | ||||||
|                 // cancel |                 // cancel | ||||||
|                 case 0: |                 case 0: | ||||||
|                     if (strtotime($item->created_at) <= (time() - 1800)) { |                     if ($item->created_at <= (time() - 1800)) { | ||||||
|                         $orderService->cancel(); |                         $orderService->cancel(); | ||||||
|                     } |                     } | ||||||
|                     break; |                     break; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user