View Issue Details

IDProjectCategoryView StatusLast Update
0007611Talerspecificationpublic2023-02-21 16:39
Reportersebasjm Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.9.2Fixed in Version0.9.2 
Summary0007611: using template: mismatch doc vs response
DescriptionDoc:

200 OK:
The using template is successful. Returns a UsingTemplateResponse.

interface UsingTemplateResponse {
  taler_url: string;
}

Response:
$ curl -X POST https://merchant-backend.taler.ar/instances/default/templates/beer -d '{}'
{
  "order_id": "2023.027-00G8DZ3Q251ZW",
  "token": "0R41P85MRGA1YSV85529608X68"
}
TagsNo tags attached.

Activities

Christian Grothoff

2023-01-31 15:15

manager   ~0019720

Fixed documentation in 988c3e1..3bd597b

Issue History

Date Modified Username Field Change
2023-01-27 14:19 sebasjm New Issue
2023-01-27 14:19 sebasjm Status new => assigned
2023-01-27 14:19 sebasjm Assigned To => Christian Grothoff
2023-01-31 15:15 Christian Grothoff Status assigned => resolved
2023-01-31 15:15 Christian Grothoff Resolution open => fixed
2023-01-31 15:15 Christian Grothoff Fixed in Version => 0.9.2
2023-01-31 15:15 Christian Grothoff Note Added: 0019720
2023-02-21 16:39 Christian Grothoff Status resolved => closed
2024-01-12 14:02 Christian Grothoff Category merchant backend API (HTTP specification) => specification