summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-11do more order validation (fixes #5290)Florian Dold
2018-03-02config file for twisted tests.Marcello Stanisci
2018-03-02do not compile twister-based checksMarcello Stanisci
2018-03-02fix compilation regarding twister-lib dep.Marcello Stanisci
2018-03-01finish testing if twister started correctly.Marcello Stanisci
2018-02-28convenience function to kill+wait+destroy processes.Marcello Stanisci
2018-02-28fix compiler warning.Marcello Stanisci
2018-02-28twisted skeleton.Marcello Stanisci
2018-02-21Implementing new style test instructions.Marcello Stanisci
2018-02-20add missing commit/rollbackFlorian Dold
2018-02-20remove bad loggingFlorian Dold
2018-02-02fix two uninitialized memory accessesFlorian Dold
2018-02-02remove unnecessary table, track last_session_idFlorian Dold
2018-02-02only fill out merchant info if not givenFlorian Dold
2018-02-01allow default instance for POST /orderFlorian Dold
2018-02-01pickup URL is public nowFlorian Dold
2018-02-01proper return code for insertFlorian Dold
2018-02-01implement /tip-query and fix tip db issues (uniqueness)Florian Dold
2018-01-31remove remnants of tip-enableFlorian Dold
2018-01-31nicer error messages for /tip-authorizeFlorian Dold
2018-01-31use url helpers from taler utilFlorian Dold
2018-01-30use url instead of uri consistentlyFlorian Dold
2018-01-29keep old /tip-pickup aliasFlorian Dold
2018-01-29no need to convert amount nowFlorian Dold
2018-01-29adjust refund pickup URLFlorian Dold
2018-01-29adjust proposal download URLFlorian Dold
2018-01-29always set the paid field in the check payment responseFlorian Dold
2018-01-29put customer-facing endpoints under /public/Florian Dold
2018-01-29smaller refund response, give same refund format on /pay abortFlorian Dold
2018-01-23return error instead of crashing on /pay with zero coinsFlorian Dold
2018-01-22fix #5262Christian Grothoff
2018-01-22fix #B5258-12808 issueChristian Grothoff
2018-01-22fix type error that lead to the strange bugFlorian Dold
2018-01-22commit missing fileFlorian Dold
2018-01-22tests for /check-paymentFlorian Dold
2018-01-22make arguments constFlorian Dold
2018-01-22implement check payment API clientFlorian Dold
2018-01-22fix #5259 (assertion slightly wrong)Christian Grothoff
2018-01-22should be find_order, not find_ordersFlorian Dold
2018-01-22fix check-payment logic without session_id, use proper error codesFlorian Dold
2018-01-19use 409 instead of 503 in lib (and test)Florian Dold
2018-01-19include contract terms in refund / check-payFlorian Dold
2018-01-19Florian is right, this should be a 409, not 500Christian Grothoff
2018-01-19do not complain given legal error codeChristian Grothoff
2018-01-19improve human-readable error message (maybe addressing Florians #5258-12809 c...Christian Grothoff
2018-01-19include information about refund in /check-paymentFlorian Dold
2018-01-19towards expanding testcase for #5258Christian Grothoff
2018-01-19fix leakChristian Grothoff
2018-01-19work on #4939: load multiple wire methods per instanceChristian Grothoff
2018-01-19minor style fixChristian Grothoff