update the sym name to be more descriptive
This commit is contained in:
parent
a4f036c88d
commit
88b5a33c2e
@ -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_min_limit", appHandlers.SendMpesaMinLimit)
|
||||||
ls.DbRs.AddLocalFunc("send_mpesa_preview", appHandlers.SendMpesaPreview)
|
ls.DbRs.AddLocalFunc("send_mpesa_preview", appHandlers.SendMpesaPreview)
|
||||||
ls.DbRs.AddLocalFunc("initiate_send_mpesa", appHandlers.InitiateSendMpesa)
|
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("confirm_debt_removal", appHandlers.ConfirmDebtRemoval)
|
||||||
ls.DbRs.AddLocalFunc("initiate_pay_debt", appHandlers.InitiatePayDebt)
|
ls.DbRs.AddLocalFunc("initiate_pay_debt", appHandlers.InitiatePayDebt)
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{{.calculate_pay_debt}}
|
{{.calculate_max_pay_debt}}
|
||||||
@ -1,6 +1,6 @@
|
|||||||
LOAD calculate_pay_debt 0
|
LOAD calculate_max_pay_debt 0
|
||||||
RELOAD calculate_pay_debt
|
RELOAD calculate_max_pay_debt
|
||||||
MAP calculate_pay_debt
|
MAP calculate_max_pay_debt
|
||||||
MOUT back 0
|
MOUT back 0
|
||||||
HALT
|
HALT
|
||||||
INCMP _ 0
|
INCMP _ 0
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{{.calculate_pay_debt}}
|
{{.calculate_max_pay_debt}}
|
||||||
Loading…
Reference in New Issue
Block a user