vouchers-input-selection #75

Merged
kamikazechaser merged 3 commits from vouchers-input-selection into master 2025-05-19 15:42:43 +02:00
Showing only changes of commit 8e931c6972 - Show all commits

View File

@ -2176,10 +2176,6 @@ func (h *MenuHandlers) ViewVoucher(ctx context.Context, sym string, input []byte
flag_incorrect_voucher, _ := h.flagManager.GetFlag("flag_incorrect_voucher")
inputStr := string(input)
if inputStr == "0" || inputStr == "99" {
res.FlagReset = append(res.FlagReset, flag_incorrect_voucher)
return res, nil
}
metadata, err := store.GetVoucherData(ctx, h.userdataStore, sessionId, inputStr)
if err != nil {