|
|
@@ -283,7 +283,7 @@ class MixedPayService extends BasePayService
|
|
|
$result = $pay->refund([
|
|
|
'transaction_id' => $order['transaction_id'],
|
|
|
'refund_sn' => 'mixed_refund_' . $order['sn'] . '_' . time(),
|
|
|
- 'total_fee' => $wechatAmount,
|
|
|
+ 'total_fee' => round($wechatAmount,2),
|
|
|
'refund_fee' => $refundWechatAmount,
|
|
|
]);
|
|
|
|