debt-menu #115

Open
Alfred-mk wants to merge 74 commits from debt-menu into master
4 changed files with 6 additions and 6 deletions
Showing only changes of commit 88b5a33c2e - Show all commits

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}}