feat : wechatPay callback

This commit is contained in:
2025-03-18 15:17:07 +08:00
parent a115068bbc
commit 34b2b56c2c

View File

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