diff --git a/services/registration/invalid_recipient b/services/registration/invalid_recipient new file mode 100644 index 0000000..6231e76 --- /dev/null +++ b/services/registration/invalid_recipient @@ -0,0 +1 @@ +{{.send_transaction}} is not registered or invalid, please try again: \ No newline at end of file diff --git a/services/registration/invalid_recipient.vis b/services/registration/invalid_recipient.vis new file mode 100644 index 0000000..87454cf --- /dev/null +++ b/services/registration/invalid_recipient.vis @@ -0,0 +1,7 @@ +MAP send_transaction +LOAD transaction_reset 0 +MOUT retry 1 +MOUT quit 9 +HALT +INCMP send 1 +INCMP quit 9 diff --git a/services/registration/invalid_recipient_swa b/services/registration/invalid_recipient_swa new file mode 100644 index 0000000..b19e53f --- /dev/null +++ b/services/registration/invalid_recipient_swa @@ -0,0 +1 @@ +{{.send_transaction}} haijasajiliwa au sio sahihi, tafadhali weka tena: \ No newline at end of file diff --git a/services/registration/send b/services/registration/send new file mode 100644 index 0000000..2d5ad69 --- /dev/null +++ b/services/registration/send @@ -0,0 +1 @@ +Enter recipient's phone number: diff --git a/services/registration/send.vis b/services/registration/send.vis new file mode 100644 index 0000000..2e1479b --- /dev/null +++ b/services/registration/send.vis @@ -0,0 +1,7 @@ +LOAD transaction_reset 0 +MOUT back 0 +HALT +INCMP ^ 0 +LOAD send_transaction 0 +MAP send_transaction +MOVE invalid_recipient diff --git a/services/registration/send_swa b/services/registration/send_swa new file mode 100644 index 0000000..016760e --- /dev/null +++ b/services/registration/send_swa @@ -0,0 +1 @@ +Weka nambari ya simu: \ No newline at end of file