From 1f4d810e14483bdeb110b281ab65368cbe7bfc4b Mon Sep 17 00:00:00 2001 From: alfred-mk Date: Mon, 21 Jul 2025 10:23:00 +0300 Subject: [PATCH] update the GetVoucherList comment description --- handlers/application/vouchers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/application/vouchers.go b/handlers/application/vouchers.go index 72bb6b2..7eeeeef 100644 --- a/handlers/application/vouchers.go +++ b/handlers/application/vouchers.go @@ -140,7 +140,7 @@ func (h *MenuHandlers) ManageVouchers(ctx context.Context, sym string, input []b return res, nil } -// GetVoucherList fetches the list of vouchers and formats them. +// GetVoucherList fetches the list of vouchers from the store and formats them. func (h *MenuHandlers) GetVoucherList(ctx context.Context, sym string, input []byte) (resource.Result, error) { var res resource.Result sessionId, ok := ctx.Value("SessionId").(string)