summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Collapse)Author
2020-11-08adjust error codes in merchantChristian Grothoff
2020-11-06fix return value from main() when run with -h/-vChristian Grothoff
2020-11-03remove dead optionChristian Grothoff
2020-10-31fix FIXME, get taler-merchant-benchmark to kind-of work in ordinary modeChristian Grothoff
2020-10-30properly detect if CONTRACT with same order ID already exists as wellChristian Grothoff
2020-10-30remove dead optionsChristian Grothoff
2020-10-29fix flags for coverage analysisChristian Grothoff
2020-10-26use corret HTTP status codes (#6434)Christian Grothoff
2020-10-25increase timeout, 5s is too shortChristian Grothoff
2020-10-25implement #6525, requires LASTEST GNUnet to workChristian Grothoff
2020-10-25use better status codesChristian Grothoff
2020-10-25fix logging of expected problemsChristian Grothoff
2020-10-25work on #6525Christian Grothoff
2020-10-25fix indentChristian Grothoff
2020-10-25work on #6525Christian Grothoff
2020-10-25work on #6525Christian Grothoff
2020-10-25indentation fixesChristian Grothoff
2020-10-20expose refund_pending status in GET /private/orders/<ID> operation. Fixes #6491.Christian Grothoff
2020-10-20implement test for #6466Christian Grothoff
2020-10-20@paramMS
2020-10-20@paramMS
2020-10-15Doxygen fixesMS
2020-10-15Doxygen fixesMS
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-13doxygen fixesMS
2020-10-12clarify commentChristian Grothoff
2020-10-09delete unused filev0.8.0-dev.2MS
2020-10-09address doxygen warningsMS
(double definitions of @param)
2020-10-09address doxygen warningsMS
2020-10-09Addressing @file warnings.MS
2020-10-09addressing some of the @file warningsMS
2020-10-07refuse refunds categorically if refund_delay was 0, instead of trying to ↵Christian Grothoff
give refunds anyway
2020-10-02implement #6616 claim status in /private/orders/ID handlerChristian Grothoff
2020-09-29generate working order_status_url in private APIFlorian Dold
2020-09-29Revert "look up claim token and include it in claimed but unpaid order URLs ↵Florian Dold
to avoid redirect loop" This reverts commit 9d25f3c0f66e30f6dd15a8dd53a80328054aac8d.
2020-09-29Revert "only complain when neither order nor contract is found"Florian Dold
This reverts commit 6afa631b0e6881d35cf66985aafb117c9c6605e1.
2020-09-29only complain when neither order nor contract is foundFlorian Dold
2020-09-29look up claim token and include it in claimed but unpaid order URLs to avoid ↵Florian Dold
redirect loop
2020-09-14fixChristian Grothoff
2020-09-10fix long polling: need to re-fetch contract termsChristian Grothoff
2020-09-10commentMS
2020-09-10logic is hardChristian Grothoff
2020-09-10fix the non-private GET logic, tooChristian Grothoff
2020-09-10more loggingChristian Grothoff
2020-09-10more loggingChristian Grothoff
2020-09-10redo more of transaction on resumeChristian Grothoff
2020-09-09fix stupid copy and paste bugChristian Grothoff
2020-09-09log moreChristian Grothoff
2020-09-09likely fix for #6581, still needs testcaseChristian Grothoff