View Issue Details

IDProjectCategoryView StatusLast Update
0007607Talermechant backendpublic2024-01-12 14:04
Reportersebasjm Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit (master) 
Target Version0.9.2Fixed in Version0.9.2 
Summary0007607: merchant backend allows the creation of order with refund and payment deadline in the past
DescriptionThis request is valid for the backend

curl -H "Authorization: <insert here>" 'https://merchant-backend.taler.ar/instances/default/private/orders' --data-raw '{"order":{"amount":"ARS:4","summary":"asd","products":[],"extra":"","pay_deadline":{"t_s":1},"refund_deadline":{"t_s":1},"wire_fee_amortization":1,"max_fee":"ARS:1","max_wire_fee":"ARS:1"},"inventory_products":[],"create_token":true}'
TagsNo tags attached.

Activities

Christian Grothoff

2023-01-31 15:38

manager   ~0019722

Fixed in 3645e148..9adfbe7a

Issue History

Date Modified Username Field Change
2023-01-26 20:58 sebasjm New Issue
2023-01-26 20:58 sebasjm Status new => assigned
2023-01-26 20:58 sebasjm Assigned To => Christian Grothoff
2023-01-31 15:38 Christian Grothoff Status assigned => resolved
2023-01-31 15:38 Christian Grothoff Resolution open => fixed
2023-01-31 15:38 Christian Grothoff Fixed in Version => 0.9.2
2023-01-31 15:38 Christian Grothoff Note Added: 0019722
2023-02-21 16:39 Christian Grothoff Status resolved => closed
2024-01-12 14:04 Christian Grothoff Category merchant backend API (C) => mechant backend