summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_get-orders-ID.c
AgeCommit message (Expand)Author
2020-09-07consider already_paid_order_id on order status pageFlorian Dold
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
2020-08-25fix use-after-free (#6493)Christian Grothoff
2020-08-24make fulfillment URL optional, fix #6498 as discussedChristian Grothoff
2020-08-23fix #6498Christian Grothoff
2020-08-23try to address #6498-16717Christian Grothoff
2020-08-22correct fix for #6498 (hopefully)Christian Grothoff
2020-08-22revert patch 838e8bf4f11a6713c61a80addfc5517254f72759Christian Grothoff
2020-08-22include h_contract in refund URL, as it is needed for authenticationChristian Grothoff
2020-08-22require correct h_contract_terms in GET /orders/Jonathan Buchanan
2020-08-21replace key-value templating with JSON templatingFlorian Dold
2020-08-20Merge branch 'master' of ssh://git.taler.net/merchantJonathan Buchanan
2020-08-20parse/test refund uriJonathan Buchanan
2020-08-19implement #6458Christian Grothoff
2020-08-19long poll for pending refundsJonathan Buchanan
2020-08-18fix logic for (un)claimed ordersFlorian Dold
2020-08-17testing and lib sources for new endpointJonathan Buchanan
2020-08-16avoid leaks from last logic changeChristian Grothoff
2020-08-16must re-do DB operations on resumeChristian Grothoff
2020-08-16timeout argument is timeout_ms in specChristian Grothoff
2020-08-16use 202 if JSON was requestedChristian Grothoff
2020-08-16fix GET /orders/{order_id} handling with redirection to fulfillment if neithe...Christian Grothoff
2020-08-13Merge branch 'master' of git+ssh://git.taler.net/merchantChristian Grothoff
2020-08-13do not capture reference on exchange_replyChristian Grothoff
2020-08-13fix infinite loop in GET /orders/ if exchange refund returns errorJonathan Buchanan
2020-08-12allow claim token match if we have a claimed but unpaid contractChristian Grothoff
2020-08-12fix query string delimiterFlorian Dold
2020-08-12pass current session ID to order status URLFlorian Dold
2020-08-12add fulfillment_url to JSON, not to HTMLChristian Grothoff
2020-08-12possible fix for #6477Christian Grothoff
2020-08-12adapt to GNUnet API changeFlorian Dold
2020-08-09ignore timeout in html requests to GET /orders/Jonathan Buchanan
2020-08-07pass status URLs in template instead of using JS, fix remaining #6457 FIXMEsFlorian Dold
2020-08-03add missing #includeChristian Grothoff
2020-08-03work on GET /tips/ HTML pageChristian Grothoff
2020-08-03add first template for show_order_detailsChristian Grothoff
2020-08-03work on refund pageChristian Grothoff
2020-08-03reference bug #6458Christian Grothoff
2020-08-03test for refund availableChristian Grothoff
2020-08-03fix name extractionChristian Grothoff
2020-08-03separate out QR logicChristian Grothoff
2020-08-03support i18n with HTML templatesChristian Grothoff
2020-07-30fix wrong query delimiterFlorian Dold
2020-07-30use GNUNET_is_zero correctly (confusing return value!)Florian Dold
2020-07-30emit claim token in URIFlorian Dold
2020-07-30Revert "add claim token to taler pay URI"Florian Dold