summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_refund.c
AgeCommit message (Expand)Author
2020-04-10implement #5299Christian Grothoff
2020-04-08adaptations for signing API change in GNUnet (#6164)Christian Grothoff
2020-04-07split refund file by handlerChristian Grothoff
2020-04-03clean up /refund logic a bitChristian Grothoff
2020-03-31typosChristian Grothoff
2020-01-18generate taler://refund URIs correctlyFlorian Dold
2019-11-24more deduplication via libtalermhdChristian Grothoff
2019-11-23begin to use libtalermhdChristian Grothoff
2019-11-01comment typoFlorian Dold
2019-10-31tighten formatting rulesChristian Grothoff
2019-09-26refactor to check for instance in one place, instead of in each handlerChristian Grothoff
2019-09-23implement instances via one base URL per instanceFlorian Dold
2019-08-30taler://refund supportFlorian Dold
2019-08-26get rid of session_sig, as it is complex and does not work with mobile paymentsFlorian Dold
2019-06-18fix leaksChristian Grothoff
2019-05-275732.Marcello Stanisci
2019-04-06add another preflight check in /refund handlingChristian Grothoff
2019-04-06add missing abort() to error handling in /pay transaction, start to use GNUNE...Christian Grothoff
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