added the mpesa node with get and send mpesa

This commit is contained in:
Alfred Kamanda 2025-11-24 14:29:59 +03:00
parent d16d726ce7
commit f7a2958ba2
Signed by: Alfred-mk
GPG Key ID: E60B2165A97F4D41
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1 @@
{{.check_balance}}

View File

@ -0,0 +1,9 @@
MAP check_balance
MOUT get_mpesa 1
MOUT send_mpesa 2
MOUT quit 9
HALT
INCMP get_mpesa 1
INCMP send_mpesa 2
INCMP quit 9
INCMP . *