feat : pay callback
This commit is contained in:
@@ -360,6 +360,8 @@ trait OrderTrait
|
|||||||
protected function manageGoodOrder(): void
|
protected function manageGoodOrder(): void
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
|
$this->orderInfo->status = OrderCode::PAYED;
|
||||||
|
// $this->orderInfo->pay_time =
|
||||||
|
|
||||||
}catch (Exception $e) {
|
}catch (Exception $e) {
|
||||||
$this->log->error(__CLASS__.':Function:manageGoodOrder:'.$e->getMessage().':orderId:'.$this->orderInfo->id);
|
$this->log->error(__CLASS__.':Function:manageGoodOrder:'.$e->getMessage().':orderId:'.$this->orderInfo->id);
|
||||||
|
|||||||
Reference in New Issue
Block a user