From 7e30ba1f96cddd6d0b20b68c2645cdd6f273827d Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Wed, 22 May 2024 00:58:26 +0700 Subject: [PATCH] chore: update logs --- pkg/handler/invoice/invoice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }