summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-orders-ID.c
AgeCommit message (Expand)Author
2022-08-21-fix FTBFS after exchange API changesChristian Grothoff
2022-08-14adjust to latest exchange API renameChristian Grothoff
2022-06-25-doxygen fixesChristian Grothoff
2022-06-06fix backend double-pay issue (#7244)Christian Grothoff
2022-05-11feat: calculate and return how much refund has been taken alreadySebastian
2022-05-11fix: order is "refund_pending" if any of the refund is pendingSebastian
2022-04-05adapt to latest GNUnet API: GNUNET_JSON_spec_mark_optional() changedChristian Grothoff
2022-02-21-big renaming of structs for consistent naming with P suffixChristian Grothoff
2022-02-02fix various cases where shutdown did not work if long pollers were present (#...Christian Grothoff
2021-12-19introduce new data type for the post-orders hash used for idempotency checks,...Christian Grothoff
2021-12-14migration to protocol v11Christian Grothoff
2021-11-19add missing 'break'Christian Grothoff
2021-11-17-misc fixes wrt long pollingChristian Grothoff
2021-11-03fix bizarre logic errorChristian Grothoff
2021-10-28-work on fixing FTBFSChristian Grothoff
2021-10-20add KYC handling to get-orders handlerChristian Grothoff
2021-10-13-migrate logic to match latest C API changes from the exchangeChristian Grothoff
2021-08-25complete implementation of #6956: long polling triggers via database backendChristian Grothoff
2021-08-25-add more eventsChristian Grothoff
2021-08-24-begin with new backend event subscription logicChristian Grothoff
2021-08-23-update to match latest exchange APIsChristian Grothoff
2021-08-11add claim token to contract terms tableFlorian Dold
2021-08-07-code cleanup: use new GNUNET_TIME functionsChristian Grothoff
2021-08-01-more legacy casesChristian Grothoff
2021-08-01-more json_pack fixesChristian Grothoff
2021-08-01-more json_pack fixesChristian Grothoff
2021-07-24implement #6939 transformationChristian Grothoff
2021-07-23-misc backend changes from workshopChristian Grothoff
2021-07-23-rename TALER_amount_get_zero to TALER_amount_set_zeroChristian Grothoff
2021-04-01implement returning additional order details for unpaid orders (fixes #6822)Christian Grothoff
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