6
0
Fork 0

Merge branch 'base' of gitea.hmily.club:pdkj/jiqu-library-server into base

base
panliang 2023-11-03 10:02:47 +08:00
commit 74fc690814
1 changed files with 2 additions and 2 deletions

View File

@ -234,7 +234,7 @@ class OrderService
$coupon?->markAsUse();
if ($order->total_amount === 0) {
$this->pay($order, PayWay::Balance);
$this->pay($order, PayWay::None);
$order->refresh();
}
@ -329,7 +329,7 @@ class OrderService
$coupon?->markAsUse();
if ($order->total_amount === 0) {
$this->pay($order, PayWay::Balance);
$this->pay($order, PayWay::None);
$order->refresh();
}