commit 0de0362118705bbbbd57389acb0495a1b03aa31b
parent 9702a31471076bb244d8d5cf448053de7c23cdf2
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 27 Apr 2026 00:15:11 +0200
remove FIXME
Diffstat:
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/src/backend/paivana-httpd_templates.c b/src/backend/paivana-httpd_templates.c
@@ -222,13 +222,14 @@ load_paywall (struct MHD_Connection *conn,
GNUNET_JSON_pack_string (
"merchant_backend",
PH_merchant_base_url));
- ret = TALER_TEMPLATING_build (conn,
- &http_status,
- "paywall",
- NULL /* no instance */,
- NULL, /* FIXME: no Taler URI!? */
- data,
- &reply);
+ ret = TALER_TEMPLATING_build (
+ conn,
+ &http_status,
+ "paywall",
+ NULL /* no instance */,
+ NULL /* no Taler URI (needs dynamic paivana_id!) */,
+ data,
+ &reply);
if (GNUNET_OK != ret)
{
GNUNET_break (0);