diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-05-13 13:50:45 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-05-13 13:50:45 +0200 |
commit | 8fc047dd64901af7592af685378e3e7d0a5c7cac (patch) | |
tree | f5ab6484333d168fbf21a387b5d0f7ba3790893b | |
parent | 0e0751a19096f2ab08e519c9d8735f14c658bbfb (diff) |
add ref to bug
-rw-r--r-- | src/backend/taler-merchant-httpd_private-get-pos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-pos.c b/src/backend/taler-merchant-httpd_private-get-pos.c index 1f6f1262..681b90c4 100644 --- a/src/backend/taler-merchant-httpd_private-get-pos.c +++ b/src/backend/taler-merchant-httpd_private-get-pos.c @@ -56,7 +56,7 @@ add_product (void *cls, json_t *pa = ctx->pa; json_t *cata; - /* FIXME: add proper category support! */ + /* FIXME-8839: add proper category support! */ cata = json_array (); GNUNET_assert ( 0 == json_array_append_new ( |