View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010454 | Taler | merchant backend | public | 2025-09-25 13:43 | 2025-09-25 13:43 |
Reporter | Florian Dold | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Target Version | 1.1 | ||||
Summary | 0010454: adding a donau to the merchant is not idempotent | ||||
Description | During the sandcastle provisioning, we add the donau via POST [/instances/$INSTANCE]/private/donau Each re-provisioning adds a new donau instance with exactly the same url and charity_id, resulting in orders like this: "contractTerms": { "version": 1, "choices": [ { "amount": "KUDOS:0.1", "inputs": [], "outputs": [ { "type": "tax-receipt", "donau_urls": [ "http://donau.taler.localhost:4321/", "http://donau.taler.localhost:4321/", "http://donau.taler.localhost:4321/", "http://donau.taler.localhost:4321/" ], "amount": "KUDOS:0.1" } ], "max_fee": "KUDOS:0" } ], | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-09-25 13:43 | Florian Dold | New Issue | |
2025-09-25 13:43 | Florian Dold | Status | new => assigned |
2025-09-25 13:43 | Florian Dold | Assigned To | => Christian Grothoff |