mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-30 17:02:04 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @@ -32,6 +32,7 @@ class OrderController extends Controller | ||||
|                     die('SUCCESS'); | ||||
|                 } | ||||
|                 $order->status = 1; | ||||
|                 $order->callback_no = $_POST['trade_no']; | ||||
|                 if (!$order->save()) { | ||||
|                     abort(500, 'ERROR'); | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user