mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-30 02:49:03 +08:00
退款逻辑优化
This commit is contained in:
parent
1893c74540
commit
9d08a0e3aa
@ -1084,7 +1084,7 @@ class OrderAftersaleService
|
||||
$pay_name = 'payment\\'.$pay_log['payment'];
|
||||
$pay_params = [
|
||||
'order_id' => $order['id'],
|
||||
'order_no' => $order['order_no'],
|
||||
'order_no' => $pay_log['log_no'],
|
||||
'trade_no' => $pay_log['trade_no'],
|
||||
'pay_price' => $order['pay_price'],
|
||||
'refund_price' => $aftersale['price'],
|
||||
|
Loading…
Reference in New Issue
Block a user