View Issue Details

IDProjectCategoryView StatusLast Update
0010437Talermerchant backendpublic2025-09-22 19:48
ReporterFlorian Dold Assigned ToChristian Grothoff  
PriorityhighSeveritymajorReproducibilityhave not tried
Status assignedResolutionopen 
Target Version1.1 
Summary0010437: merchant reports empty donau_urls and wrong amount in contract terms
DescriptionWhen 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 ReproduceIn 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],
              },
            ],
          },
        ],
      },
    }),
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

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