forked from urdt/ussd
rename unlock flags to authorize
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
LOAD reset_unlocked 16
|
||||
LOAD reset_unlock_for_update 0
|
||||
RELOAD reset_unlock_for_update
|
||||
LOAD reset_account_authorized 16
|
||||
LOAD reset_allow_update 0
|
||||
RELOAD reset_allow_update
|
||||
MOUT edit_name 1
|
||||
MOUT edit_gender 2
|
||||
MOUT edit_yob 3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
LOAD reset_unlock_for_update 0
|
||||
LOAD reset_allow_update 0
|
||||
MOUT profile 1
|
||||
MOUT change_language 2
|
||||
MOUT check_balance 3
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
LOAD unlock_account 0
|
||||
LOAD authorize_account 0
|
||||
HALT
|
||||
RELOAD unlock_account
|
||||
RELOAD authorize_account
|
||||
MOVE _
|
||||
|
||||
@@ -6,9 +6,10 @@ MAP get_sender
|
||||
MOUT back 0
|
||||
MOUT quit 9
|
||||
HALT
|
||||
LOAD unlock_account 1
|
||||
RELOAD unlock_account
|
||||
LOAD authorize_account 1
|
||||
RELOAD authorize_account
|
||||
CATCH incorrect_pin 15 1
|
||||
INCMP _ 0
|
||||
INCMP quit 9
|
||||
MOVE transaction_initiated
|
||||
|
||||
|
||||
Reference in New Issue
Block a user