summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_refund.h
AgeCommit message (Collapse)Author
2020-04-27rename fest to match new structureChristian Grothoff
2020-04-10implement #5299Christian Grothoff
2020-04-09make code compile without warnings against latest libmicrohttpd APIChristian Grothoff
2020-04-07split refund file by handlerChristian 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
Previously, instances were addressed in various ways depending on then request (GET parameter, some instance_id in the POST body). With this commit, users of the merchant backend don't see the instance, they just see another base URL.
2017-10-15add refund permissions to /payFlorian Dold
2017-07-05moving a 'PS' struct into exchange codebaseMarcello Stanisci
2017-07-05moving definitions to header fileMarcello Stanisci
2017-06-14add refund header fileMarcello Stanisci