index
:
slackcoder/taler/merchant
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
taler-merchant-httpd_post-orders-ID-refund.c
Age
Commit message (
Expand
)
Author
2024-03-31
-indentation
Christian Grothoff
2024-01-04
remove unnecessary DB interaction in GET private/orders/ID
Christian Grothoff
2023-07-13
merging /keys and /wire API in the exchange
Christian Grothoff
2023-07-05
-more merchant clean up
v0.9.3-dev.2
Christian Grothoff
2023-06-25
adapt to latest exchange API changes
Christian Grothoff
2023-05-03
expand merchant order logic to return exchanges trusted by the merchant and i...
Christian Grothoff
2023-05-01
first rough cut at merchant update for #7810 (still with known bugs)
Christian Grothoff
2022-06-06
fix backend double-pay issue (#7244)
Christian Grothoff
2022-02-21
-big renaming of structs for consistent naming with P suffix
Christian Grothoff
2022-02-02
-fix assert, call shutdown logic
Christian Grothoff
2022-02-02
fix various cases where shutdown did not work if long pollers were present (#...
Christian Grothoff
2021-12-14
migration to protocol v11
Christian Grothoff
2021-10-28
-work on fixing FTBFS
Christian Grothoff
2021-08-25
complete implementation of #6956: long polling triggers via database backend
Christian Grothoff
2021-08-23
-update to match latest exchange APIs
Christian Grothoff
2021-08-11
add claim token to contract terms table
Florian Dold
2021-08-01
finish implementing #6935
Christian Grothoff
2021-07-23
-rename TALER_amount_get_zero to TALER_amount_set_zero
Christian Grothoff
2020-11-08
adjust error codes in merchant
Christian Grothoff
2020-10-13
doxygen fixes
MS
2020-10-09
Addressing @file warnings.
MS
2020-09-06
commas
Christian Grothoff
2020-09-06
properly implement shutdown of /refund request
Christian Grothoff
2020-09-06
do not loop if refund fails (#6577)
Christian Grothoff
2020-08-25
fix #6432
Christian Grothoff
2020-08-19
long poll for pending refunds
Jonathan Buchanan
2020-08-16
early stages of implementing POST /orders/$ORDER_ID/refund
Jonathan Buchanan