View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011415 | Taler | merchant backend | public | 2026-05-18 14:05 | 2026-05-18 14:05 |
| Reporter | sebasjm | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | new | Resolution | open | ||
| Product Version | git (master) | ||||
| Target Version | 1.6 | ||||
| Summary | 0011415: outofstock response makes no sense | ||||
| Description | create product with stock 10 create an order with 1 item, i didnt pay it create a new order with 10 items expected: outofstock with available_quantity 9 got available_quantity 10 the response 410 is ok but the content is not right curl 'https://merchant.taler/private/orders' \ -H 'Authorization: Bearer secret-token:K7CA85NRKN38NKT2DNSGG0SVEQVKP29H4B3D29G81EQY54QTMPW0' \ --data-raw '{"order":{"version":0,"amount":"CHF:10","summary":"sd","products":[],"pay_deadline":{"t_s":1779104124},"refund_deadline":{"t_s":1779104184},"wire_transfer_deadline":{"t_s":1779104244}},"inventory_products":[{"product_id":"we","quantity":10}],"create_token":true}' { "product_id": "we", "requested_quantity": 10, "unit_requested_quantity": "10", "available_quantity": 10, "unit_available_quantity": "10" } | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-05-18 14:05 | sebasjm | New Issue |