summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-orders-ID.c
AgeCommit message (Expand)Author
2021-04-01warn, do not assertChristian Grothoff
2021-03-16fix private get order id long polling logicChristian Grothoff
2020-11-08adjust error codes in merchantChristian Grothoff
2020-10-20expose refund_pending status in GET /private/orders/<ID> operation. Fixes #6491.Christian Grothoff
2020-10-13doxygen fixesMS
2020-10-12clarify commentChristian Grothoff
2020-10-09Addressing @file warnings.MS
2020-10-02implement #6616 claim status in /private/orders/ID handlerChristian Grothoff
2020-09-29generate working order_status_url in private APIFlorian Dold
2020-09-29Revert "look up claim token and include it in claimed but unpaid order URLs t...Florian Dold
2020-09-29Revert "only complain when neither order nor contract is found"Florian Dold
2020-09-29only complain when neither order nor contract is foundFlorian Dold
2020-09-29look up claim token and include it in claimed but unpaid order URLs to avoid ...Florian Dold
2020-09-10fix long polling: need to re-fetch contract termsChristian Grothoff
2020-09-10fix the non-private GET logic, tooChristian Grothoff
2020-09-10more loggingChristian Grothoff
2020-09-10redo more of transaction on resumeChristian Grothoff
2020-09-09likely fix for #6581, still needs testcaseChristian Grothoff
2020-09-07remove ?, as fulfillment_url cannot be NULL hereChristian Grothoff
2020-09-07append h_contract when appropriateFlorian Dold
2020-09-07add already_paid_fulfillment_urlFlorian Dold
2020-09-05fix idempotency issue for POST /private/orders (#6445)Christian Grothoff
2020-08-25fix #6432Christian Grothoff
2020-08-24make fulfillment URL optional, fix #6498 as discussedChristian Grothoff
2020-08-12pass current session ID to order status URLFlorian Dold
2020-08-07pass status URLs in template instead of using JS, fix remaining #6457 FIXMEsFlorian Dold
2020-08-03test for refund availableChristian Grothoff
2020-07-30remove wrong/misleading commentFlorian Dold
2020-07-30emit claim token in URIFlorian Dold
2020-07-29remove claim_token from insert_contract_terms and return it from lookup_orderJonathan Buchanan
2020-07-24use order_status string tagFlorian Dold
2020-07-17do not run dead logic if we are only dealing with an order and not a contractChristian Grothoff
2020-07-16fix #6430Jonathan Buchanan
2020-07-16rename TALER_JSON_hash to TALER_JSON_contract_hashChristian Grothoff
2020-07-07fixed merchant get order with transfer statusJonathan Buchanan
2020-07-05fix #6408 also in merchant: in principle only allow rounded times over JSONChristian Grothoff
2020-06-21add missing notifications to private-get-orders long pollerChristian Grothoff
2020-06-19naive tests for the family of GET order(s) methodsJonathan Buchanan
2020-06-14implement merchant_api_merchant_get_order.cChristian Grothoff
2020-06-13adjust API to current specChristian Grothoff
2020-06-13implement missing SQLChristian Grothoff
2020-06-12do not forget to kick MHDChristian Grothoff
2020-06-12finish FIXMEs in private-get-orders-ID:Christian Grothoff
2020-06-09start to build get-orders-IDChristian Grothoff
2020-06-07work on implementing GET /private/orders/IDChristian Grothoff
2020-06-06work on getting TransactionWireTransfer reply builtChristian Grothoff
2020-06-04more work on private-get-orders-IDChristian Grothoff
2020-06-04work on GET /private/orders/ID"Christian Grothoff
2020-06-03new backenddb APIs for GET /private/orders/IDChristian Grothoff
2020-06-03first high-level hack job at GET /orders/ID -- certainly FTBFS stillChristian Grothoff