summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-orders-ID.c
AgeCommit message (Expand)Author
2023-10-13more work on multicurrency support: use checks everywhere...Christian Grothoff
2023-10-13-first hack at multicurrency support in merchantChristian Grothoff
2023-09-24combine deposit confirmation signatures into one big signatureChristian Grothoff
2023-07-13merging /keys and /wire API in the exchangeChristian Grothoff
2023-07-10-doxygen fixesChristian Grothoff
2023-07-05-more merchant clean upv0.9.3-dev.2Christian Grothoff
2023-06-25adapt to latest exchange API changesChristian Grothoff
2023-05-04adjust to minor API change from #7808Christian Grothoff
2023-05-04-minor code cleanupChristian Grothoff
2023-05-03-doxChristian Grothoff
2023-05-03expand merchant order logic to return exchanges trusted by the merchant and i...Christian Grothoff
2023-05-01first rough cut at merchant update for #7810 (still with known bugs)Christian Grothoff
2023-02-20preparations to store AML decision if any is returned by the exchange, incomp...Christian Grothoff
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