feat : wechatPay callback

This commit is contained in:
2025-03-18 15:18:55 +08:00
parent 34b2b56c2c
commit a9ad86cc1f

View File

@@ -244,8 +244,8 @@ class RefundService
$rechargeService->refund(
$this->refundAmount,
(float)$this->orderInfo->actual_price,
$this->payInfo->pay_money,
(float)$this->payInfo->pay_money,
$this->orderInfo->order_sno,
$this->refundInfo->refund_order_sno,
);
}