Adde the check_statement node

This commit is contained in:
2024-10-23 14:51:59 +03:00
parent f36847d966
commit d41ba79ae4
4 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1 @@
Please enter your PIN to view statement:

View File

@@ -0,0 +1,9 @@
LOAD authorize_account 6
MOUT back 0
MOUT quit 9
HALT
RELOAD authorize_account
CATCH incorrect_pin flag_incorrect_pin 1
INCMP _ 0
INCMP quit 9
INCMP transactions *

View File

@@ -0,0 +1 @@
Tafadhali weka PIN yako kuona taarifa ya matumizi:

View File

@@ -11,5 +11,6 @@ INCMP main 0
INCMP edit_profile 1
INCMP change_language 2
INCMP balances 3
INCMP check_statement 4
INCMP pin_management 5
INCMP address 6