From 29cc4c63ebd249dc45af6316be3bd306460666c5 Mon Sep 17 00:00:00 2001 From: alfred-mk Date: Thu, 19 Feb 2026 20:02:44 +0300 Subject: [PATCH] correctly CATCH error flags --- services/registration/pay_debt.vis | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/registration/pay_debt.vis b/services/registration/pay_debt.vis index acfee9f..ec65fc9 100644 --- a/services/registration/pay_debt.vis +++ b/services/registration/pay_debt.vis @@ -12,6 +12,7 @@ INCMP _ 0 INCMP quit 99 LOAD calculate_max_pay_debt 0 RELOAD calculate_max_pay_debt -CATCH low_pay_debt_amount flag_low_swap_amount 1 CATCH . flag_incorrect_voucher 1 +CATCH low_pay_debt_amount flag_low_swap_amount 1 +CATCH low_pay_debt_amount flag_api_call_error 1 INCMP calculate_max_pay_debt *