add dummy vouchers list
This commit is contained in:
@@ -8,7 +8,7 @@ MOUT help 4
|
||||
MOUT quit 9
|
||||
HALT
|
||||
INCMP send 1
|
||||
INCMP quit 2
|
||||
INCMP select_voucher 2
|
||||
INCMP my_account 3
|
||||
INCMP help 4
|
||||
INCMP quit 9
|
||||
|
||||
2
services/registration/select_voucher
Normal file
2
services/registration/select_voucher
Normal file
@@ -0,0 +1,2 @@
|
||||
Select number or symbol from your vouchers:
|
||||
{{.get_vouchers}}
|
||||
9
services/registration/select_voucher.vis
Normal file
9
services/registration/select_voucher.vis
Normal file
@@ -0,0 +1,9 @@
|
||||
LOAD get_vouchers 0
|
||||
MAP get_vouchers
|
||||
MNEXT next 11
|
||||
MPREV back 22
|
||||
HALT
|
||||
INCMP > 11
|
||||
INCMP < 22
|
||||
INCMP _*
|
||||
|
||||
Reference in New Issue
Block a user