summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_refund.c
AgeCommit message (Expand)Author
2019-03-24clean up tipping transactiton mess a bit (wip)Christian Grothoff
2019-01-10use specific error codes instead of EC_NONE placeholderChristian Grothoff
2018-03-12implementing #5281 guards against hanging transactions, plus minor code cleanupsChristian Grothoff
2018-02-02remove unnecessary table, track last_session_idFlorian Dold
2018-01-31use url helpers from taler utilFlorian Dold
2018-01-29no need to convert amount nowFlorian Dold
2018-01-29adjust refund pickup URLFlorian 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-19include contract terms in refund / check-payFlorian Dold
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-16fix a few memory leaksChristian Grothoff
2018-01-16fix proposal test cases, fix use after free in refundsFlorian Dold
2017-12-28implement server-side of /pay abort-refund handling (#5158)Christian Grothoff
2017-11-30fix #5187Christian Grothoff
2017-10-15add refund permissions to /payFlorian Dold
2017-10-06check return value from TALER_JSON_hashChristian Grothoff
2017-09-02fix testcase, refund array is boxed in a refund_permissions field of the main...Christian Grothoff
2017-08-26wrap refund permission in objectFlorian Dold
2017-07-05moving a 'PS' struct into exchange codebaseMarcello Stanisci
2017-07-05Finishing #5087.Marcello Stanisci
2017-07-05moving definitions to header fileMarcello Stanisci
2017-06-29fixing misc. FIXMEs, some style issues, and mostly DB return value handling t...Christian Grothoff
2017-06-29FIXMEMarcello Stanisci
2017-06-23error messageMarcello Stanisci
2017-06-22reject non increasing amountsMarcello Stanisci
2017-06-20Fix /refund lookup response encodingMarcello Stanisci
2017-06-20fix hanging dbMarcello Stanisci
2017-06-20Up to the point where /refund (increase) passes BUT db hangs uponMarcello Stanisci
2017-06-20Return a signed confirmation of the refundMarcello Stanisci
2017-06-19get /refund increase requested from the testsMarcello Stanisci
2017-06-19finishing with /refund handlersMarcello Stanisci
2017-06-19/refund lib, issuing the POST and defining cb skeletonMarcello Stanisci
2017-06-14Completing GET /refund logic - NOT tested.Marcello Stanisci
2017-06-14~70% of GET /refundMarcello Stanisci
2017-06-14Implementing POST /refund logic.Marcello Stanisci
2017-06-14add refund header fileMarcello Stanisci
2017-06-13backend /refund handler skeleton, not in compilationMarcello Stanisci