View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011537 | Taler | bank API (C) | public | 2026-06-21 16:50 | 2026-09-03 21:00 |
| Reporter | Christian Grothoff | Assigned To | Florian Dold | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
| Product Version | git (master) | ||||
| Target Version | 1.7 | ||||
| Summary | 0011537: spec discrepancy | ||||
| Description | The "URI" in the /registration API has a "credit_amount" field in the post-registration.rst spec, but the C header (taler_bank_service.h) does not implement that field. Is it present? Do clients have to add the amount to the URI given? If so, taler-merchant-httpd_get-private-kyc.c also needs to be expanded to handle it. If it is not needed/used, it should probably be removed from the spec. | ||||
| Tags | No tags attached. | ||||
|
|
commit 4052ef25a5c29362c5342aeefcecab262cc5041d (HEAD -> master, origin/master, origin/HEAD) Author: Florian Dold <dold@taler.net> Date: Thu Aug 27 02:17:48 2026 +0200 bank client: retain URI transfer amounts |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-06-21 16:50 | Christian Grothoff | New Issue | |
| 2026-06-21 16:50 | Christian Grothoff | Status | new => assigned |
| 2026-06-21 16:50 | Christian Grothoff | Assigned To | => Antoine A |
| 2026-08-02 04:18 | Christian Grothoff | Assigned To | Antoine A => Christian Grothoff |
| 2026-08-03 01:14 | Christian Grothoff | Target Version | 1.6 => 1.7 |
| 2026-08-05 00:48 | Christian Grothoff | Assigned To | Christian Grothoff => Antoine A |
| 2026-08-05 00:48 | Christian Grothoff | Status | assigned => confirmed |
| 2026-09-03 21:00 | Florian Dold | Assigned To | Antoine A => Florian Dold |
| 2026-09-03 21:00 | Florian Dold | Status | confirmed => resolved |
| 2026-09-03 21:00 | Florian Dold | Resolution | open => fixed |
| 2026-09-03 21:00 | Florian Dold | Note Added: 0029844 |