summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_get-orders-ID.c
AgeCommit message (Collapse)Author
2022-08-22-fix misc clang compiler warningsChristian Grothoff
2022-08-16-move templating logic to libtalertemplating of exchangeChristian Grothoff
2022-07-11-use better ECChristian Grothoff
2022-07-01Revert "check X-Forwarded-Proto when constructing an URI, useful behind a ↵Sebastian
reverse proxy" This reverts commit a3a854aedfb356782dfebfa039ebbf3158cf7161. This check is already done in TALER_mhd_is_https in the exchange repo
2022-07-01check X-Forwarded-Proto when constructing an URI, useful behind a reverse proxySebastian
2022-06-06fix backend double-pay issue (#7244)Christian Grothoff
2022-05-11feat: calculate and return how much refund has been taken alreadySebastian
2022-05-11fix: should calculate contract hash when was not send as req paramSebastian
used in lookup_refunds_detailed
2022-02-21-big renaming of structs for consistent naming with P suffixChristian Grothoff
2022-02-02fix various cases where shutdown did not work if long pollers were present ↵Christian Grothoff
(#7166)
2021-12-19introduce new data type for the post-orders hash used for idempotency ↵Christian Grothoff
checks, as well as the hash and salt for authentication checks
2021-12-14migration to protocol v11Christian Grothoff
2021-11-17-misc fixes wrt long pollingChristian Grothoff
2021-10-28-work on fixing FTBFSChristian Grothoff
2021-10-09-starting work on /kyc handlerChristian Grothoff
2021-08-25complete implementation of #6956: long polling triggers via database backendChristian Grothoff
2021-08-24-begin with new backend event subscription logicChristian Grothoff
2021-08-17-resolve FIXME by moving comment to explain betterChristian Grothoff
2021-08-16-fix spellingChristian Grothoff
2021-08-16address CG's FIXME commentsFlorian Dold
2021-08-13-preps for 0.8.1Christian Grothoff
2021-08-13remove mem-leaking debug logFlorian Dold
2021-08-13return fulfillment URL in paid responseFlorian Dold
2021-08-12change /orders/{id} handler to conform to specFlorian Dold
2021-08-11add claim token to contract terms tableFlorian Dold
2021-08-07fix #6983: do not keep contract terms across transactionsChristian Grothoff
2021-08-04-work on #6975, still does not passChristian Grothoff
2021-08-01-more json_pack fixesChristian Grothoff
2021-08-01-more work on #6935Christian Grothoff
2021-07-23-misc backend changes from workshopChristian Grothoff
2021-07-23-fix get order logicChristian Grothoff
2021-07-23-rename TALER_amount_get_zero to TALER_amount_set_zeroChristian Grothoff
2021-05-17pass static_url to templatesFlorian Dold
2021-03-04remove bogus assertion (#6775)Christian Grothoff
2020-11-08adjust error codes in merchantChristian Grothoff
2020-10-20expose refund_pending status in GET /private/orders/<ID> operation. Fixes #6491.Christian Grothoff
2020-10-14implementing long-polling test commands for wallet get order operation (#6466)Christian Grothoff
2020-10-13generate refund URI with http/https status based on the merchant_base_url ↵Christian Grothoff
instead of trusting the client to use the same protocol for the request (which can be wrong if the browser decides to prefer https over http)
2020-10-09address doxygen warningsMS
(double definitions of @param)
2020-10-09Addressing @file warnings.MS
2020-09-10logic is hardChristian Grothoff
2020-09-10fix the non-private GET logic, tooChristian Grothoff
2020-09-09likely fix for #6581, still needs testcaseChristian Grothoff
2020-09-07append h_contract when appropriateFlorian Dold
2020-09-07consider already_paid_order_id on order status pageFlorian Dold
Also add already_paid_fulfillment_url for the storefront.
2020-09-06off by commaChristian Grothoff
2020-09-06try to debug crash in merchant backend on GET for refundChristian Grothoff
2020-09-06get_order_summary() can return NULL, make field optionalChristian Grothoff
2020-09-05fix idempotency issue for POST /private/orders (#6445)Christian Grothoff
2020-08-25fix #6432Christian Grothoff