pay
This commit is contained in:
@@ -467,7 +467,7 @@ func RefundOrderByTL(ctx *jxcontext.Context, orderPay *model.Order, order *model
|
||||
globals.SugarLogger.Debug("进入取消订单流程")
|
||||
globals.SugarLogger.Debug("进入取消订单流程,输出退款金额", refundFee)
|
||||
result, err := api.TLpayAPI.PayRefund(&tonglianpayapi.PayRefundParam{
|
||||
Trxamt: refundFee,
|
||||
Trxamt: refundFee / 100,
|
||||
Reqsn: utils.GetUUID(),
|
||||
Remark: refundDesc,
|
||||
OldTrxID: orderPay.TransactionID,
|
||||
|
||||
Reference in New Issue
Block a user