save the recipient to the user data
This commit is contained in:
2
services/registration/amount
Normal file
2
services/registration/amount
Normal file
@@ -0,0 +1,2 @@
|
||||
Maximum amount: {{.max_amount}}
|
||||
Enter amount:
|
||||
6
services/registration/amount.vis
Normal file
6
services/registration/amount.vis
Normal file
@@ -0,0 +1,6 @@
|
||||
LOAD max_amount 0
|
||||
MAP max_amount
|
||||
MOUT back 0
|
||||
HALT
|
||||
INCMP ^ 0
|
||||
INCMP quit *
|
||||
0
services/registration/amount_swa
Normal file
0
services/registration/amount_swa
Normal file
@@ -1 +1 @@
|
||||
{{.send_transaction}} is not registered or invalid, please try again:
|
||||
{{.validate_recipient}} is not registered or invalid, please try again:
|
||||
@@ -1,4 +1,4 @@
|
||||
MAP send_transaction
|
||||
MAP validate_recipient
|
||||
LOAD transaction_reset 0
|
||||
MOUT retry 1
|
||||
MOUT quit 9
|
||||
|
||||
@@ -1 +1 @@
|
||||
{{.send_transaction}} haijasajiliwa au sio sahihi, tafadhali weka tena:
|
||||
{{.validate_recipient}} haijasajiliwa au sio sahihi, tafadhali weka tena:
|
||||
@@ -2,6 +2,6 @@ LOAD transaction_reset 0
|
||||
MOUT back 0
|
||||
HALT
|
||||
INCMP ^ 0
|
||||
LOAD send_transaction 0
|
||||
MAP send_transaction
|
||||
MOVE invalid_recipient
|
||||
LOAD validate_recipient 0
|
||||
MAP validate_recipient
|
||||
MOVE amount
|
||||
|
||||
Reference in New Issue
Block a user