mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 12:37:54 +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