Skip to content

Commit

Permalink
chore: update logs
Browse files Browse the repository at this point in the history
  • Loading branch information
namnhce committed May 21, 2024
1 parent befc288 commit 7e30ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/handler/invoice/invoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func (h *handler) Send(c *gin.Context) {

_, err = h.controller.Invoice.Send(iv)
if err != nil {
l.Error(err, "failed to parse request to invoice model")
l.Error(err, "failed to send invoice")
errs.ConvertControllerErr(c, err)
return
}
Expand Down

0 comments on commit 7e30ba1

Please sign in to comment.