feat : wechatPay callback
This commit is contained in:
@@ -184,7 +184,7 @@ class RefundService
|
||||
*/
|
||||
protected function getAllRefundMoneyByOrderId(): void
|
||||
{
|
||||
$this->isRefundMoney = $this->refundOrderModel->getSuccessMoneyByOrderId($this->orderId,$this->type);
|
||||
$this->isRefundMoney = $this->refundOrderModel->getAllMoneyByOrderId($this->orderId,$this->type);
|
||||
}
|
||||
|
||||
// protected function getUser()
|
||||
|
||||
Reference in New Issue
Block a user