update the GetVoucherList comment description

This commit is contained in:
Alfred Kamanda 2025-07-21 10:23:00 +03:00
parent 35d9d13442
commit 1f4d810e14
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703

View File

@ -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)