summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-21 17:45:44 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-21 17:45:44 +0100
commit49a55fa58070269f2fbb317aa0401ab5343d198c (patch)
tree14fd319d4db110d9bc5f9613789f6c0f1f7e6a53 /src
parent165c5337b1fc1df42521ab1cba520b7ddede6fdd (diff)
downloadmerchant-49a55fa58070269f2fbb317aa0401ab5343d198c.tar.gz
merchant-49a55fa58070269f2fbb317aa0401ab5343d198c.tar.bz2
merchant-49a55fa58070269f2fbb317aa0401ab5343d198c.zip
-fix
Diffstat (limited to 'src')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-templates-ID.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-templates-ID.c b/src/backend/taler-merchant-httpd_private-get-templates-ID.c
index f15a03f8..bdb1de9d 100644
--- a/src/backend/taler-merchant-httpd_private-get-templates-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-templates-ID.c
@@ -68,6 +68,8 @@ TMH_private_get_templates_ID (const struct TMH_RequestHandler *rh,
MHD_HTTP_OK,
GNUNET_JSON_pack_string ("template_description",
tp.template_description),
+ GNUNET_JSON_pack_uint64 ("pos_algorithm",
+ tp.pos_algorithm),
GNUNET_JSON_pack_allow_null (
GNUNET_JSON_pack_string ("pos_key",
tp.pos_key)),