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_get-orders-ID.c
Age
Commit message (
Expand
)
Author
2024-03-03
implement #8357
Christian Grothoff
2024-02-24
attempt to fix #8353
Christian Grothoff
2024-02-24
major refactoring of taler-merchant-httpd_get-orders-ID.c --- no semantic change
Christian Grothoff
2024-02-10
try to fix #8353
Christian Grothoff
2024-01-04
remove unnecessary DB interaction in GET private/orders/ID
Christian Grothoff
2023-11-25
-update to new spec parsers for better error checking
Christian Grothoff
2023-10-13
more work on multicurrency support: use checks everywhere...
Christian Grothoff
2023-05-04
-minor code cleanup
Christian Grothoff
2023-05-03
expand merchant order logic to return exchanges trusted by the merchant and i...
Christian Grothoff
2023-02-21
POS secret support
Christian Grothoff
2023-02-19
-fix more leaks
Christian Grothoff
2022-08-22
-fix misc clang compiler warnings
Christian Grothoff
2022-08-16
-move templating logic to libtalertemplating of exchange
Christian Grothoff
2022-07-11
-use better EC
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-05-11
feat: calculate and return how much refund has been taken already
Sebastian
2022-05-11
fix: should calculate contract hash when was not send as req param
Sebastian
2022-02-21
-big renaming of structs for consistent naming with P suffix
Christian Grothoff
2022-02-02
fix various cases where shutdown did not work if long pollers were present (#...
Christian Grothoff
2021-12-19
introduce new data type for the post-orders hash used for idempotency checks,...
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-10-09
-starting work on /kyc handler
Christian Grothoff
2021-08-25
complete implementation of #6956: long polling triggers via database backend
Christian Grothoff
2021-08-24
-begin with new backend event subscription logic
Christian Grothoff
2021-08-17
-resolve FIXME by moving comment to explain better
Christian Grothoff
2021-08-16
-fix spelling
Christian Grothoff
2021-08-16
address CG's FIXME comments
Florian Dold
2021-08-13
-preps for 0.8.1
Christian Grothoff
2021-08-13
remove mem-leaking debug log
Florian Dold
2021-08-13
return fulfillment URL in paid response
Florian Dold
2021-08-12
change /orders/{id} handler to conform to spec
Florian Dold
2021-08-11
add claim token to contract terms table
Florian Dold
2021-08-07
fix #6983: do not keep contract terms across transactions
Christian Grothoff
2021-08-04
-work on #6975, still does not pass
Christian Grothoff
2021-08-01
-more json_pack fixes
Christian Grothoff
2021-08-01
-more work on #6935
Christian Grothoff
2021-07-23
-misc backend changes from workshop
Christian Grothoff
2021-07-23
-fix get order logic
Christian Grothoff
2021-07-23
-rename TALER_amount_get_zero to TALER_amount_set_zero
Christian Grothoff
2021-05-17
pass static_url to templates
Florian Dold
2021-03-04
remove bogus assertion (#6775)
Christian Grothoff
2020-11-08
adjust error codes in merchant
Christian Grothoff
2020-10-20
expose refund_pending status in GET /private/orders/<ID> operation. Fixes #6491.
Christian Grothoff
2020-10-14
implementing long-polling test commands for wallet get order operation (#6466)
Christian Grothoff
2020-10-13
generate refund URI with http/https status based on the merchant_base_url ins...
Christian Grothoff
2020-10-09
address doxygen warnings
MS
[next]