From ea117b722202f08f96be85a8bbb9291f5517edae Mon Sep 17 00:00:00 2001 From: alfred-mk Date: Wed, 26 Mar 2025 14:28:43 +0300 Subject: [PATCH] replace SetDefaultVoucher and CheckVouchers with ManageVouchers --- handlers/local.go | 3 +-- services/registration/main.vis | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/handlers/local.go b/handlers/local.go index 43b0bb5..3116b66 100644 --- a/handlers/local.go +++ b/handlers/local.go @@ -103,8 +103,7 @@ func (ls *LocalHandlerService) GetHandler(accountService remote.AccountService) ls.DbRs.AddLocalFunc("confirm_pin_change", appHandlers.ConfirmPinChange) ls.DbRs.AddLocalFunc("quit_with_help", appHandlers.QuitWithHelp) ls.DbRs.AddLocalFunc("fetch_community_balance", appHandlers.FetchCommunityBalance) - ls.DbRs.AddLocalFunc("set_default_voucher", appHandlers.SetDefaultVoucher) - ls.DbRs.AddLocalFunc("check_vouchers", appHandlers.CheckVouchers) + ls.DbRs.AddLocalFunc("manage_vouchers", appHandlers.ManageVouchers) ls.DbRs.AddLocalFunc("get_vouchers", appHandlers.GetVoucherList) ls.DbRs.AddLocalFunc("view_voucher", appHandlers.ViewVoucher) ls.DbRs.AddLocalFunc("set_voucher", appHandlers.SetVoucher) diff --git a/services/registration/main.vis b/services/registration/main.vis index 5996c97..e934ec9 100644 --- a/services/registration/main.vis +++ b/services/registration/main.vis @@ -1,8 +1,6 @@ LOAD clear_temporary_value 2 RELOAD clear_temporary_value -LOAD set_default_voucher 8 -RELOAD set_default_voucher -LOAD check_vouchers 10 +LOAD manage_vouchers 0 RELOAD check_vouchers LOAD check_balance 128 RELOAD check_balance