From d16d726ce768f1661c4c376a84a97f7183a58cad Mon Sep 17 00:00:00 2001 From: Alfred Kamanda Date: Mon, 24 Nov 2025 10:37:13 +0300 Subject: [PATCH] added the top level Mpesa node --- services/registration/main.vis | 10 ++++++---- services/registration/mpesa_menu | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 services/registration/mpesa_menu diff --git a/services/registration/main.vis b/services/registration/main.vis index 725aa74..b585d2f 100644 --- a/services/registration/main.vis +++ b/services/registration/main.vis @@ -11,8 +11,9 @@ MOUT credit_send 2 MOUT swap 3 MOUT vouchers 4 MOUT select_pool 5 -MOUT account 6 -MOUT help 7 +MOUT mpesa 6 +MOUT account 7 +MOUT help 8 MOUT quit 9 HALT INCMP send 1 @@ -20,7 +21,8 @@ INCMP credit_send 2 INCMP swap_to_list 3 INCMP my_vouchers 4 INCMP select_pool 5 -INCMP my_account 6 -INCMP help 7 +INCMP mpesa 6 +INCMP my_account 7 +INCMP help 8 INCMP quit 9 INCMP . * diff --git a/services/registration/mpesa_menu b/services/registration/mpesa_menu new file mode 100644 index 0000000..1703e94 --- /dev/null +++ b/services/registration/mpesa_menu @@ -0,0 +1 @@ +MPesa \ No newline at end of file