feat : wechatPay callback

This commit is contained in:
2025-03-18 14:31:30 +08:00
parent de47a18276
commit 94e7c428cf

View File

@@ -245,8 +245,8 @@ class RefundService
$rechargeService->refund(
$this->refundAmount,
(float)$this->orderInfo->actual_price,
$this->orderInfo->order_no,
$this->refundInfo->refund_no,
$this->orderInfo->order_sno,
$this->refundInfo->refund_order_sno,
);
}