mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 20:47:56 +08:00
update
This commit is contained in:
@ -83,6 +83,7 @@ class OrderController extends Controller
|
||||
die('order is paid');
|
||||
}
|
||||
$order->status = 1;
|
||||
$order->callback_no = $obj['id'];
|
||||
if (!$order->save()) {
|
||||
abort(500, 'fail');
|
||||
}
|
||||
|
Reference in New Issue
Block a user