Browse Source

修改注释

ccb_pay
李可松 4 years ago
parent
commit
3aadf8e09d
  1. 2
      app/Service/v3/Implementations/OrderOnlineService.php

2
app/Service/v3/Implementations/OrderOnlineService.php

@ -781,7 +781,7 @@ class OrderOnlineService implements OrderOnlineServiceInterface
$orderIds = Order::query()->where(['order_main_id' => $orderMain->global_order_id])->pluck('id');
$orderGoods = OrderGoods::query()->whereIn('order_id', $orderIds)->get()->toArray();
// 微信退款
// 微信(或建行)退款
if ($orderMain->pay_type == Payment::WECHAT) {
return $this->paymentService->undo($orderMain->global_order_id, $userId);
}

Loading…
Cancel
Save