feat : pay callback

This commit is contained in:
2025-02-19 18:06:14 +08:00
parent b11f033185
commit ab0aff0d7f

View File

@@ -360,6 +360,8 @@ trait OrderTrait
protected function manageGoodOrder(): void
{
try {
$this->orderInfo->status = OrderCode::PAYED;
// $this->orderInfo->pay_time =
}catch (Exception $e) {
$this->log->error(__CLASS__.':Function:manageGoodOrder:'.$e->getMessage().':orderId:'.$this->orderInfo->id);