summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-orders.c
AgeCommit message (Expand)Author
2024-04-01-do not return 0-orders as unwiredbfh-snack-2024-4Christian Grothoff
2024-03-18implement protocol v12, fixes #7948Christian Grothoff
2024-01-04remove unnecessary DB interaction in GET private/orders/IDChristian Grothoff
2023-12-16partial implementation of protocol v6: GET with additional filters, POST not ...Christian Grothoff
2023-11-24address misc. FIXMEsChristian Grothoff
2023-10-13more work on multicurrency support: use checks everywhere...Christian Grothoff
2023-10-13-first hack at multicurrency support in merchantChristian Grothoff
2023-05-04-minor code cleanupChristian Grothoff
2022-11-17-code cleanupChristian Grothoff
2022-07-08-change to date_sChristian Grothoff
2022-06-06fix backend double-pay issue (#7244)Christian Grothoff
2022-05-09-fix assertionChristian Grothoff
2022-02-21-big renaming of structs for consistent naming with P suffixChristian 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-12-01fix #7025 (presumably)Christian Grothoff
2021-11-17-misc fixes wrt long pollingChristian Grothoff
2021-10-28-work on fixing FTBFSChristian Grothoff
2021-10-02attempted fix for #7025Christian Grothoff
2021-08-25complete implementation of #6956: long polling triggers via database backendChristian 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 json_pack fixesChristian Grothoff
2021-07-24implement #6939 transformationChristian Grothoff
2021-07-23-fix po->in_dllÖzgür Kesim
2021-07-23-fix cleanup-logicÖzgür Kesim
2021-07-23-rename TALER_amount_get_zero to TALER_amount_set_zeroChristian Grothoff
2021-04-01implement #6816: use more sane format for date argument in GET /private/order...Christian Grothoff
2021-03-24fix 0006814: looking up for order using date parameter and positive delta ret...Sebastian
2020-11-08adjust error codes in merchantChristian Grothoff
2020-10-13doxygen fixesMS
2020-10-09address doxygen warningsMS
2020-10-09Addressing @file warnings.MS
2020-09-10fix long polling: need to re-fetch contract termsChristian Grothoff
2020-09-05fix idempotency issue for POST /private/orders (#6445)Christian Grothoff
2020-08-25fix #6432Christian Grothoff
2020-08-15clean up GET /private/orders handlingChristian Grothoff
2020-08-04correctly compare refund amount in GET /private/ordersJonathan Buchanan
2020-08-03test for refund availableChristian Grothoff
2020-08-01fix query paid orders & add testJonathan Buchanan
2020-07-30fix error message use-after-freeJonathan Buchanan
2020-07-30add 'paid' to GET /private/orders response entriesJonathan Buchanan
2020-07-29remove claim_token from insert_contract_terms and return it from lookup_orderJonathan Buchanan
2020-07-27add amount, summary, and refundable to GET /private/ordersJonathan Buchanan
2020-06-23deeper checks on GET /private/ordersJonathan Buchanan
2020-06-21add missing notifications to private-get-orders long pollerChristian Grothoff
2020-06-12moved yna to exchangeJonathan Buchanan
2020-06-12do not forget to kick MHDChristian Grothoff
2020-04-26GET /orders logicChristian Grothoff