summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-post-orders.c
AgeCommit message (Expand)Author
2020-09-05fix idempotency issue for POST /private/orders (#6445)Christian Grothoff
2020-09-05inline locations as per#6566Christian Grothoff
2020-08-25fix #6432Christian Grothoff
2020-08-25fix memory leaks discovered while valgrinding #6493Christian Grothoff
2020-08-24make fulfillment URL optional, fix #6498 as discussedChristian Grothoff
2020-08-19long poll for pending refundsJonathan Buchanan
2020-08-12adapt to GNUnet API changeFlorian Dold
2020-08-09implement #6467Christian Grothoff
2020-08-01implementation/tests for idempotent POST /orders requestsJonathan Buchanan
2020-07-29remove claim_token from insert_contract_terms and return it from lookup_orderJonathan Buchanan
2020-07-27missing commitChristian Grothoff
2020-07-27make create_token optionalChristian Grothoff
2020-07-27adjustments to POST /private/orders for #6446 (still missing DB logic update)Christian Grothoff
2020-07-26round refund_deadlineChristian Grothoff
2020-07-25move refund_delay to request body in POST /ordersJonathan Buchanan
2020-07-18-fix comparison, avoid NPEChristian Grothoff
2020-07-15change to remove compiler warnings for switch() cases that cannot really happenChristian Grothoff
2020-07-14tests for idempotent/conflicting post requestsJonathan Buchanan
2020-07-09handle insufficient stock in post ordersJonathan Buchanan
2020-07-08removed more old code, more tests for post order, some twister tests for merc...Jonathan Buchanan
2020-07-06fix #5930Christian Grothoff
2020-07-05fix #6408 also in merchant: in principle only allow rounded times over JSONChristian Grothoff
2020-06-29long polling test for GET /private/ordersJonathan Buchanan
2020-06-13fix #5957Christian Grothoff
2020-05-17misc. fixesChristian Grothoff
2020-05-02POST /orders/ID/refund implementationChristian Grothoff
2020-05-01adapt to exchangev8 protocolChristian Grothoff
2020-04-26implement GET /orders in libtalermerchantChristian Grothoff
2020-04-26implement logic to complete POSTed /orders using inventory dataChristian Grothoff
2020-04-26first hack at POST /ordersChristian Grothoff