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_private-post-orders-ID-refund.c
Age
Commit message (
Expand
)
Author
2024-09-12
enforce refund limits (#9061)
Christian Grothoff
2024-09-01
implement per-transaction limits
Christian Grothoff
2024-01-04
remove unnecessary DB interaction in GET private/orders/ID
Christian Grothoff
2023-10-13
work towards multi-currency support
Christian Grothoff
2023-10-13
-first hack at multicurrency support in merchant
Christian Grothoff
2023-05-10
-fix uninit ptr use
Christian Grothoff
2023-05-04
wrap contract_terms in pay hook
Christian Grothoff
2023-05-03
expand merchant order logic to return exchanges trusted by the merchant and i...
Christian Grothoff
2022-07-01
Revert "check X-Forwarded-Proto when constructing an URI, useful behind a rev...
Sebastian
2022-07-01
check X-Forwarded-Proto when constructing an URI, useful behind a reverse proxy
Sebastian
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
2021-12-14
migration to protocol v11
Christian Grothoff
2021-11-17
-misc fixes wrt long polling
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-25
-add more events
Christian Grothoff
2021-08-11
add claim token to contract terms table
Florian Dold
2021-08-07
-code cleanup: use new GNUNET_TIME functions
Christian Grothoff
2021-08-01
-more json_pack fixes
Christian Grothoff
2021-07-24
implement #6939 transformation
Christian Grothoff
2021-04-11
remove legacy code
Christian Grothoff
2021-04-10
remove legacy code
Christian Grothoff
2020-11-08
adjust error codes in merchant
Christian Grothoff
2020-10-13
generate refund URI with http/https status based on the merchant_base_url ins...
Christian Grothoff
2020-10-09
Addressing @file warnings.
MS
2020-10-07
refuse refunds categorically if refund_delay was 0, instead of trying to give...
Christian Grothoff
2020-08-25
fix #6432
Christian Grothoff
2020-08-22
pass h_contract separate from URI, that is cleaner
Christian Grothoff
2020-08-22
needs = in URI
Christian Grothoff
2020-08-22
include h_contract in refund URL, as it is needed for authentication
Christian Grothoff
2020-08-20
parse/test refund uri
Jonathan Buchanan
2020-08-19
long poll for pending refunds
Jonathan Buchanan
2020-07-27
taler:// URI syntax with correct slashes and instance path
Florian Dold
2020-07-27
switch to new URI schema with taler+http:// instead of insecure
Christian Grothoff
2020-07-21
it's a URI, not an URL
Florian Dold
2020-06-25
minor style improvements
Christian Grothoff
2020-06-24
got refunds working and tested
Jonathan Buchanan
2020-06-21
add missing notifications to private-get-orders long poller
Christian Grothoff
2020-05-02
implement /refund handling
Christian Grothoff
2020-05-02
POST /orders/ID/refund implementation
Christian Grothoff
2020-04-27
rename fest to match new structure
Christian Grothoff