summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_pay.c
AgeCommit message (Expand)Author
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
2019-05-28syntaxMarcello Stanisci
2019-05-28aestheticsMarcello Stanisci
2019-05-28commentMarcello Stanisci
2019-05-28aestheticsMarcello Stanisci
2019-05-21Resolve #5719Marcello Stanisci
2019-05-08fix jansson format stringFlorian Dold
2019-04-06actually, the rollback() was redundant, instead introduce preflight checksChristian Grothoff
2019-04-06add missing abort() to error handling in /pay transaction, start to use GNUNE...Christian Grothoff
2019-04-04fix indentation issuesChristian 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-11-17adjust callback to match revised libtalerexchange API for /depositChristian Grothoff
2018-08-18insert missing rollback, move another rollback to proper locationChristian Grothoff
2018-07-04Providing 'static' keyword where missing.Marcello Stanisci
2018-06-28Conditional compilation of twisted-chunk.Marcello Stanisci
2018-06-27Towards #5366..Marcello Stanisci
2018-05-23Commenting "pay" CMDs.Marcello Stanisci
2018-03-23spending tip passes.Marcello Stanisci
2018-03-22cover invalid /pay abortion.Marcello Stanisci
2018-03-12implementing #5281 guards against hanging transactions, plus minor code cleanupsChristian Grothoff