commit 577c93b3f881b6eb8f3be71a346e12ed495dd301 parent fbf5b489265d62221e29909d16334166af1d409a Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 2 Feb 2026 10:06:44 +0100 add ref to bug ID Diffstat:
| M | src/backend/taler-merchant-httpd_private-get-orders-ID.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c b/src/backend/taler-merchant-httpd_private-get-orders-ID.c @@ -1016,7 +1016,7 @@ phase_check_repurchase (struct GetOrderRequestContext *gorc) GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Found already paid order %s\n", already_paid_order_id); - // FIXME (discuss with Florian): it is a bit wild that we use the session ID of the *client's request* + // FIXME-#10966 (discuss with Florian): it is a bit wild that we use the session ID of the *client's request* // (which we usually use to check that the right session got paid!) here to // construct the payment URI when we actually _also_ have a session_id in the // orders table! CG thinks we probably should change this and *ignore* the