summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_pay.c
AgeCommit message (Expand)Author
2020-04-16complete first draft of new SQL schemaChristian Grothoff
2020-04-12fix tip pickup MHD suspend/resume handling, code cleanup: use struct TALER_EX...Christian Grothoff
2020-04-10implementing long-polling for refunds (#5985)Christian Grothoff
2020-04-10implement #6136Christian Grothoff
2020-04-10preparatory steps for #6136Christian Grothoff
2020-04-10implement #5299Christian Grothoff
2020-04-09make code compile without warnings against latest libmicrohttpd APIChristian Grothoff
2020-04-08adapt to exchange API changeChristian Grothoff
2020-04-08adaptations for signing API change in GNUnet (#6164)Christian Grothoff
2020-04-05update to match latest exchange APIChristian Grothoff
2020-04-04more comprehensive error reporting for /track/transferChristian Grothoff
2020-04-04improve error handling, use configuration option names as per latest docsChristian Grothoff
2020-04-04update to latest exchange API, some better error handlingChristian Grothoff
2020-04-02clean up pay logic more, add check for payment deadlinesChristian Grothoff
2020-04-01work on #6014, incompleteChristian Grothoff
2020-03-31typosChristian Grothoff
2020-03-26fix fTBFSDChristian Grothoff
2020-03-01bugfixesChristian Grothoff
2020-01-20fixChristian Grothoff
2020-01-09H_wire -> h_wire (#6032)Christian Grothoff
2019-11-29oops, actually parse time as absoluteFlorian Dold
2019-11-29make wire_transfer_deadline absolute again in /pay as wellFlorian Dold
2019-11-24more deduplication via libtalermhdChristian Grothoff
2019-11-23begin to use libtalermhdChristian Grothoff
2019-11-15Fix twisted test case.Marcello Stanisci
2019-11-11more loggingChristian Grothoff
2019-11-11more loggingChristian Grothoff
2019-11-11log keysChristian Grothoff
2019-11-02separate /order and /proposal handlers into different filesChristian Grothoff
2019-11-01handle wire transfer deadline like pay deadlineFlorian Dold
2019-10-31prepare data structures and trigger logic for long polling in check-payment p...Christian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-26add FORCE_AUDIT optionChristian Grothoff
2019-10-15memcmp() -> GNUNET_memcmp()Marcello Stanisci
2019-10-15Check instance before processing payment.Marcello Stanisci
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-31subtract refund after checking for fee coverageFlorian Dold
2019-08-31compute refund amount correctlyFlorian Dold
2019-08-31loggingFlorian Dold
2019-08-31log refunded amountFlorian Dold
2019-08-26get rid of session_sig, as it is complex and does not work with mobile paymentsFlorian Dold
2019-08-25implement re-pointing to an already paid orderFlorian Dold
2019-06-18fix leaksChristian Grothoff
2019-06-18fix misc style bugs and one real oneChristian Grothoff
2019-06-04handle json allocation failures, check MHD response code and log at leastChristian Grothoff
2019-05-30debugMarcello Stanisci
2019-05-30debugMarcello Stanisci
2019-05-29roll back transaction if payment is insufficientFlorian Dold
2019-05-28debugMarcello Stanisci