aboutsummaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_pay.h
AgeCommit message (Collapse)Author
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-05-14fix FIXME on properly terminating MHD, resuming suspended connections before ↵Christian Grothoff
stopping the HTTPD
2016-07-07fixing #4594Marcello Stanisci
2016-05-09renaming testcase according to the tested unitMarcello Stanisci
2016-05-09adding src/backend testcases, plus utility function that returns theMarcello Stanisci
base32 encoding of a denomination key.
2016-03-01mint->exchange renamingChristian Grothoff
2016-01-19-fix (C) noticesChristian Grothoff
2015-11-25refactor auditors code to be in its own file(s)Christian Grothoff
2015-11-25rename fest to satisfy naming conventionsChristian Grothoff
2015-10-29Adding HTTP capability to frontend /pay handler,Marcello Stanisci
plus fixing compilation errors relative to /pay handler (in backend)