Skip to content

Commit

Permalink
fix JSON in voucher example
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rogobete committed May 11, 2020
1 parent d984ffa commit a1e1881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/appendix-de-kassensichv/examples/vouchers.md
Expand Up @@ -101,7 +101,7 @@ Request (voucher within pay items):
"Description":"Voucher for RX234 MP3 Player",
"Amount":15.00,
// 0x4445 0000 0000 000A (internal / material consumption)
"ftPayItemCase":4919338167972134922
"ftPayItemCase":4919338167972134922,
"ftPayItemCaseData":"{\"VoucherNr\":\"UAUA91829182HH\"}"
}
],
Expand Down

0 comments on commit a1e1881

Please sign in to comment.