Compare commits
No commits in common. "c7f0ddec9bcbbe7ed3d8bd92b0a54d54fdc75cef" and "63d060afe25da5beb29f1ee4d4d3d419922491ec" have entirely different histories.
c7f0ddec9b
...
63d060afe2
@ -71,7 +71,6 @@ func getHandler(appFlags *asm.FlagParser, rs *resource.DbResource, pe *persist.P
|
||||
rs.AddLocalFunc("reset_incorrect_date_format", ussdHandlers.ResetIncorrectYob)
|
||||
rs.AddLocalFunc("set_reset_single_edit", ussdHandlers.SetResetSingleEdit)
|
||||
rs.AddLocalFunc("initiate_transaction", ussdHandlers.InitiateTransaction)
|
||||
rs.AddLocalFunc("quit_with_help", ussdHandlers.QuitWithHelp)
|
||||
|
||||
return ussdHandlers, nil
|
||||
}
|
||||
|
@ -1,2 +0,0 @@
|
||||
LOAD quit_with_help 0
|
||||
HALT
|
@ -10,6 +10,6 @@ HALT
|
||||
INCMP send 1
|
||||
INCMP quit 2
|
||||
INCMP my_account 3
|
||||
INCMP help 4
|
||||
INCMP quit 4
|
||||
INCMP quit 9
|
||||
INCMP . *
|
||||
|
@ -1 +0,0 @@
|
||||
Enter a new four number pin
|
@ -1,3 +0,0 @@
|
||||
MOUT back 0
|
||||
HALT
|
||||
INCMP _ 0
|
@ -1 +0,0 @@
|
||||
Enter your old PIN
|
@ -1,9 +0,0 @@
|
||||
LOAD authorize_account 6
|
||||
MOUT back 0
|
||||
HALT
|
||||
RELOAD authorize_account
|
||||
CATCH incorrect_pin flag_incorrect_pin 1
|
||||
MOVE new_pin
|
||||
INCMP _ 0
|
||||
|
||||
|
@ -4,4 +4,3 @@ MOUT guard_pin 3
|
||||
MOUT back 0
|
||||
HALT
|
||||
INCMP _ 0
|
||||
INCMP old_pin 1
|
||||
|
Loading…
Reference in New Issue
Block a user