feat : wechatPay callback
This commit is contained in:
@@ -244,8 +244,8 @@ class RefundService
|
|||||||
|
|
||||||
$rechargeService->refund(
|
$rechargeService->refund(
|
||||||
$this->refundAmount,
|
$this->refundAmount,
|
||||||
(float)$this->orderInfo->actual_price,
|
(float)$this->payInfo->pay_money,
|
||||||
$this->payInfo->pay_money,
|
$this->orderInfo->order_sno,
|
||||||
$this->refundInfo->refund_order_sno,
|
$this->refundInfo->refund_order_sno,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user