Remove submodule cic ussd
This commit is contained in:
10
apps/cic-ussd/states/account_management_states.json
Normal file
10
apps/cic-ussd/states/account_management_states.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
"account_management",
|
||||
"profile_management",
|
||||
"select_preferred_language",
|
||||
"enter_current_pin",
|
||||
"mini_statement_inquiry_pin_authorization",
|
||||
"enter_new_pin",
|
||||
"new_pin_confirmation",
|
||||
"display_user_profile_data"
|
||||
]
|
||||
15
apps/cic-ussd/states/exit_states.json
Normal file
15
apps/cic-ussd/states/exit_states.json
Normal file
@@ -0,0 +1,15 @@
|
||||
[
|
||||
"help",
|
||||
"exit",
|
||||
"exit_invalid_request",
|
||||
"exit_invalid_menu_option",
|
||||
"exit_invalid_recipient",
|
||||
"exit_invalid_input",
|
||||
"exit_invalid_pin",
|
||||
"exit_pin_mismatch",
|
||||
"exit_pin_blocked",
|
||||
"account_creation_prompt",
|
||||
"exit_successful_transaction",
|
||||
"exit_insufficient_balance",
|
||||
"complete"
|
||||
]
|
||||
7
apps/cic-ussd/states/signup_states.json
Normal file
7
apps/cic-ussd/states/signup_states.json
Normal file
@@ -0,0 +1,7 @@
|
||||
[
|
||||
"start",
|
||||
"scan_data",
|
||||
"initial_language_selection",
|
||||
"initial_pin_entry",
|
||||
"initial_pin_confirmation"
|
||||
]
|
||||
5
apps/cic-ussd/states/transaction_states.json
Normal file
5
apps/cic-ussd/states/transaction_states.json
Normal file
@@ -0,0 +1,5 @@
|
||||
[
|
||||
"enter_transaction_recipient",
|
||||
"enter_transaction_amount",
|
||||
"transaction_pin_authorization"
|
||||
]
|
||||
8
apps/cic-ussd/states/user_profile_states.json
Normal file
8
apps/cic-ussd/states/user_profile_states.json
Normal file
@@ -0,0 +1,8 @@
|
||||
[
|
||||
"enter_first_name",
|
||||
"enter_last_name",
|
||||
"enter_gender",
|
||||
"enter_location",
|
||||
"enter_business_profile",
|
||||
"view_profile_pin_authorization"
|
||||
]
|
||||
Reference in New Issue
Block a user