wip-account-creation #4
@ -3,4 +3,3 @@ RELOAD check_identifier
|
||||
MAP check_identifier
|
||||
HALT
|
||||
MOVE quit
|
||||
|
||||
|
@ -6,4 +6,3 @@ HALT
|
||||
INCMP _ 0
|
||||
INCMP my_balance 1
|
||||
INCMP community_balance 2
|
||||
|
||||
|
@ -3,4 +3,3 @@ CATCH incorrect_pin 15 1
|
||||
CATCH pin_entry 12 0
|
||||
LOAD quit_with_balance 0
|
||||
HALT
|
||||
|
||||
|
@ -15,5 +15,3 @@ INCMP enter_yob 3
|
||||
INCMP enter_location 4
|
||||
INCMP enter_offerings 5
|
||||
INCMP view_profile 6
|
||||
|
||||
|
||||
|
@ -3,4 +3,3 @@ MOUT back 0
|
||||
HALT
|
||||
INCMP _ 0
|
||||
INCMP select_gender *
|
||||
|
||||
|
||||
|
@ -6,5 +6,3 @@ HALT
|
||||
LOAD save_offerings 0
|
||||
INCMP _ 0
|
||||
INCMP pin_entry *
|
||||
|
||||
|
||||
|
@ -12,4 +12,3 @@ INCMP edit_profile 1
|
||||
INCMP balances 3
|
||||
INCMP pin_management 5
|
||||
INCMP address 6
|
||||
|
||||
|
@ -3,4 +3,3 @@ CATCH incorrect_pin 15 1
|
||||
CATCH pin_entry 12 0
|
||||
LOAD quit_with_balance 0
|
||||
HALT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user
See https://git.grassecon.net/urdt/ussd/pulls/4/files#issuecomment-1194
No matter where you start in the menu, you always go ahead to the end.
Again, if this is how current USSD behaves, we can keep this for now. But we should add a nice-to-have task to change that behavior to only edit full profile when not already edited.