add the voucher details node

This commit is contained in:
Alfred Kamanda 2024-11-15 21:02:44 +03:00
parent 7d16b710d8
commit c0ccdce0a9
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703
4 changed files with 9 additions and 0 deletions

View File

@ -6,3 +6,4 @@ MOUT back 0
HALT
INCMP _ 0
INCMP select_voucher 1
INCMP voucher_details 2

View File

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

View File

@ -0,0 +1,6 @@
CATCH no_voucher flag_no_active_voucher 1
LOAD get_voucher_details 0
MAP get_voucher_details
MOUT back 0
HALT
INCMP _ 0

View File

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