mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	update: fix order statistics
This commit is contained in:
		| @@ -239,6 +239,7 @@ class OrderService | ||||
|             return true; | ||||
|         } | ||||
|         $order->status = 1; | ||||
|         $order->paid_at = time(); | ||||
|         $order->callback_no = $callbackNo; | ||||
|         return $order->save(); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user