View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011356 | Taler | wallet (all platforms) | public | 2026-04-22 23:01 | 2026-04-22 23:19 |
| Reporter | Christian Grothoff | Assigned To | avalos | ||
| Priority | urgent | Severity | feature | Reproducibility | N/A |
| Status | assigned | Resolution | open | ||
| Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
| Product Version | git (master) | ||||
| Target Version | 1.6 | ||||
| Summary | 0011356: need paivana template support in wallet-core | ||||
| Description | See DD 76. Example URL: taler+http://pay-template/localhost:9966/paivana?session_id=1776890536-kWT1KPhNWo-rmf9FeiONO144n9AICg3ue1ivCURW58M&fulfillment_url=http%3A%2F%2Flocalhost%3A8888 | ||||
| Steps To Reproduce | Compile paivana.git, start a merchant-backend against the src/backend/test.conf, run src/backend/test.sh, then start pavivana-httpd. Visit localhost:8888/ and you should see the paywall page with the QR code. | ||||
| Tags | No tags attached. | ||||
| child of | 0010667 | confirmed | Christian Grothoff | need paivana reverse proxy [7d] |
| child of | 0010758 | confirmed | Christian Grothoff | turnstile should allow re-creating the order |
|
|
Ok, I got further with the webextension, different error: { "context": [], "cause": { "details": { "code": 7002, "when": { "t_ms": 1776892399041 }, "hint": "Response invalid", "requestUrl": "http://localhost:9966/templates/paivana", "requestMethod": "GET", "httpStatusCode": 200, "response": "{\n \"template_contract\": {\n \"choices\": [\n {\n \"amount\": \"KUDOS:1\"\n }\n ],\n \"summary\": \"The summary\",\n \"template_type\": \"paivana\",\n \"website_regex\": \".*\"\n }\n}", "validationError": "expected number at (TalerMerchantApi.WalletTemplateDetails).template_contract.minimum_age but got undefined" } } } Will check if 'minimum_age' is a mandatory field... |
|
|
https://docs.taler.net/core/merchant/get-templates-TEMPLATE_ID.html#get-[-instances-$INSTANCE]-templates-$TEMPLATE_ID clearly states that minimum_age is an optional field. |
|
|
Sebastian: if you can help fix this quickly, that'd be welcome ;-). |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-04-22 23:01 | Christian Grothoff | New Issue | |
| 2026-04-22 23:01 | Christian Grothoff | Status | new => assigned |
| 2026-04-22 23:01 | Christian Grothoff | Assigned To | => avalos |
| 2026-04-22 23:12 | Christian Grothoff | Relationship added | child of 0010667 |
| 2026-04-22 23:12 | Christian Grothoff | Relationship added | child of 0010758 |
| 2026-04-22 23:14 | Christian Grothoff | Note Added: 0028442 | |
| 2026-04-22 23:16 | Christian Grothoff | Note Added: 0028443 | |
| 2026-04-22 23:19 | Christian Grothoff | Note Added: 0028444 |