summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-post-orders.c
AgeCommit message (Expand)Author
2021-02-17fix account re-enable issue, related to #6755, but not exactlyChristian Grothoff
2021-01-18only log things as ERROR that are actually ERRORsChristian Grothoff
2020-11-08adjust error codes in merchantChristian Grothoff
2020-10-30properly detect if CONTRACT with same order ID already exists as wellChristian Grothoff
2020-10-26use corret HTTP status codes (#6434)Christian Grothoff
2020-10-25implement #6525, requires LASTEST GNUnet to workChristian Grothoff
2020-10-25use better status codesChristian Grothoff
2020-10-25work on #6525Christian Grothoff
2020-10-20@paramMS
2020-10-15Doxygen fixesMS
2020-10-09Addressing @file warnings.MS
2020-10-07refuse refunds categorically if refund_delay was 0, instead of trying to give...Christian Grothoff
2020-09-10commentMS
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