diff --git a/pkg/handler/invoice/invoice.go b/pkg/handler/invoice/invoice.go index f9fbcc173..a0ea4847a 100644 --- a/pkg/handler/invoice/invoice.go +++ b/pkg/handler/invoice/invoice.go @@ -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 }