View Issue Details

IDProjectCategoryView StatusLast Update
0010966Talermerchant backendpublic2026-02-02 10:06
ReporterChristian Grothoff Assigned ToFlorian Dold  
PrioritylowSeveritytweakReproducibilityalways
Status confirmedResolutionopen 
Platformi7OSDebian GNU/LinuxOS Versionsqueeze
Product Versiongit (master) 
Target Versionpost-1.0 
Summary0010966: session ID weirdness in taler-merchant-http_private-get-orders-ID.c
DescriptionSee FIXME in the code:

  // FIXME: 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
  // client's session ID and when building the taler://pay/ URI only use the
  // session ID of the order's table (is that one even used right now?).
  // Right now, test_merchant_templates.sh has to pass the PAIVANA_ID when
  // calling this endpoint, otherwise the taler://pay/-URI would have no
  // session ID, despite the templating mechanism having set one explicitly
  // when instantiating the order.
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-02-02 10:05 Christian Grothoff New Issue
2026-02-02 10:05 Christian Grothoff Status new => assigned
2026-02-02 10:05 Christian Grothoff Assigned To => Florian Dold
2026-02-02 10:06 Christian Grothoff Priority normal => low
2026-02-02 10:06 Christian Grothoff Status assigned => confirmed