summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_post-orders-ID-refund.c
AgeCommit message (Collapse)Author
2024-03-31-indentationChristian Grothoff
2024-01-04remove unnecessary DB interaction in GET private/orders/IDChristian Grothoff
2023-07-13merging /keys and /wire API in the exchangeChristian Grothoff
2023-07-05-more merchant clean upv0.9.3-dev.2Christian Grothoff
2023-06-25adapt to latest exchange API changesChristian Grothoff
2023-05-03expand merchant order logic to return exchanges trusted by the merchant and ↵Christian Grothoff
indicate priority based on exchange /wire respons availability and restrictions
2023-05-01first rough cut at merchant update for #7810 (still with known bugs)Christian Grothoff
2022-06-06fix backend double-pay issue (#7244)Christian Grothoff
2022-02-21-big renaming of structs for consistent naming with P suffixChristian Grothoff
2022-02-02-fix assert, call shutdown logicChristian Grothoff
2022-02-02fix various cases where shutdown did not work if long pollers were present ↵Christian Grothoff
(#7166)
2021-12-14migration to protocol v11Christian Grothoff
2021-10-28-work on fixing FTBFSChristian 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-01finish implementing #6935Christian Grothoff
2021-07-23-rename TALER_amount_get_zero to TALER_amount_set_zeroChristian Grothoff
2020-11-08adjust error codes in merchantChristian Grothoff
2020-10-13doxygen fixesMS
2020-10-09Addressing @file warnings.MS
2020-09-06commasChristian Grothoff
2020-09-06properly implement shutdown of /refund requestChristian Grothoff
2020-09-06do not loop if refund fails (#6577)Christian Grothoff
2020-08-25fix #6432Christian Grothoff
2020-08-19long poll for pending refundsJonathan Buchanan
2020-08-16early stages of implementing POST /orders/$ORDER_ID/refundJonathan Buchanan