Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Nov 13, 2021
1 parent 64c2ba3 commit 2cf9168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions driver/wechat/wechat.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ func (a *Wechat) Refund(ctx echo.Context, cfg *config.Refund) (*config.Result, e
"out_refund_no": cfg.OutRefundNo,
"total_fee": MoneyFeeToString(cfg.TotalAmount),
"refund_fee": MoneyFeeToString(cfg.RefundAmount),
"refund_desc": cfg.RefundReason,
}
if len(cfg.NotifyURL) > 0 {
refundConfig[`notify_url`] = cfg.NotifyURL
Expand Down

0 comments on commit 2cf9168

Please sign in to comment.