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