View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010437 | Taler | merchant backend | public | 2025-09-22 19:48 | 2025-09-22 19:48 |
Reporter | Florian Dold | Assigned To | Christian Grothoff | ||
Priority | high | Severity | major | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Target Version | 1.1 | ||||
Summary | 0010437: merchant reports empty donau_urls and wrong amount in contract terms | ||||
Description | When doing a POST /private/orders with a tax-receipt output token, the merchant: * completely ignores the donau_url and instead returns an empty list in the contract terms given to the wallet * ignores the amount and instead returns the amount from the contract, instead of the (lower) donation token amount. The second point is less critical, but the first one blocks further testing of donau in wallet-core. | ||||
Steps To Reproduce | In branch dev/dold/donau, run taler-harness run-integrationtests donau | ||||
Additional Information | await merchantClient.createOrder(merchantAdminAccessToken, { order: { version: OrderVersion.V1, summary: "Test Donation", choices: [ { amount: "TESTKUDOS:10", outputs: [ { type: OrderOutputType.TaxReceipt, amount: "TESTKUDOS:5", donau_urls: [donau.baseUrl], }, ], }, ], }, }), | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-09-22 19:48 | Florian Dold | New Issue | |
2025-09-22 19:48 | Florian Dold | Status | new => assigned |
2025-09-22 19:48 | Florian Dold | Assigned To | => Christian Grothoff |