修改微信退款的错误
This commit is contained in:
parent
a001ab233c
commit
d2c7c7d74d
@ -22,7 +22,7 @@ class WeChatPay extends PayTool
|
||||
'out_refund_no' => 'BO' . time(),
|
||||
'amount' => [
|
||||
'refund' => $totalFee,
|
||||
'total' => $order['pay_price'],
|
||||
'total' => (int)bcmul($order['pay_price'], 100),
|
||||
'currency' => 'CNY',
|
||||
],
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user