1
0
Эх сурвалжийг харах

电子商城-提交订单-DEBUG

whitefang 2 жил өмнө
parent
commit
73bf2db524

+ 1 - 0
app/common/logic/PayNotifyLogic.php

@@ -135,6 +135,7 @@ class PayNotifyLogic extends BaseLogic
         $order->transaction_id = $extra['transaction_id'] ?? '';
         $order->pay_status = PayEnum::ISPAID;
         $order->pay_time = time();
+        $order->shop_order_type = 2;
         $order->save();
     }