update the sym name to be more descriptive

This commit is contained in:
Alfred Kamanda 2026-01-29 19:37:33 +03:00
parent a4f036c88d
commit 88b5a33c2e
Signed by: Alfred-mk
GPG Key ID: E60B2165A97F4D41
4 changed files with 6 additions and 6 deletions

View File

@ -147,7 +147,7 @@ func (ls *LocalHandlerService) GetHandler(accountService remote.AccountService)
ls.DbRs.AddLocalFunc("send_mpesa_min_limit", appHandlers.SendMpesaMinLimit)
ls.DbRs.AddLocalFunc("send_mpesa_preview", appHandlers.SendMpesaPreview)
ls.DbRs.AddLocalFunc("initiate_send_mpesa", appHandlers.InitiateSendMpesa)
ls.DbRs.AddLocalFunc("calculate_pay_debt", appHandlers.CalculatePayDebt)
ls.DbRs.AddLocalFunc("calculate_max_pay_debt", appHandlers.CalculateMaxPayDebt)
ls.DbRs.AddLocalFunc("confirm_debt_removal", appHandlers.ConfirmDebtRemoval)
ls.DbRs.AddLocalFunc("initiate_pay_debt", appHandlers.InitiatePayDebt)

View File

@ -1 +1 @@
{{.calculate_pay_debt}}
{{.calculate_max_pay_debt}}

View File

@ -1,6 +1,6 @@
LOAD calculate_pay_debt 0
RELOAD calculate_pay_debt
MAP calculate_pay_debt
LOAD calculate_max_pay_debt 0
RELOAD calculate_max_pay_debt
MAP calculate_max_pay_debt
MOUT back 0
HALT
INCMP _ 0

View File

@ -1 +1 @@
{{.calculate_pay_debt}}
{{.calculate_max_pay_debt}}