use 99 as the quit

This commit is contained in:
2024-10-09 15:05:59 +03:00
parent 2c98a8e133
commit 9ccb6cc066
2 changed files with 3 additions and 3 deletions

View File

@@ -1060,7 +1060,7 @@ func (h *Handlers) ViewVoucher(ctx context.Context, sym string, input []byte) (r
var err error
inputStr := string(input)
if inputStr == "0" || inputStr == "00" {
if inputStr == "0" || inputStr == "99" {
return res, nil
}