summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2018-01-18add missing pack format fieldFlorian Dold
2018-01-18accept string amount for tipFlorian Dold
2018-01-18implement redirect-based tippingFlorian Dold
2018-01-18make use of implementation of #5254Christian Grothoff
2018-01-18fix use after freeFlorian Dold
2018-01-18generate complete URL for refund pickupFlorian Dold
2018-01-18add backend redirect url to refund responseFlorian Dold
2018-01-18convert refund amount if it is a stringFlorian Dold
2018-01-17use correct labelFlorian Dold
2018-01-17include locations and proper labels in proposalFlorian Dold
2018-01-17remove unused exported variableFlorian Dold
2018-01-17parse locations from configFlorian Dold
2018-01-17typo in headerFlorian Dold
2018-01-17fix use after free (copy strings properly)Florian Dold