summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_refund.c
AgeCommit message (Expand)Author
2019-12-07clean up refund APIChristian Grothoff
2019-12-05return proper ec codesChristian Grothoff
2019-11-09close misc leaks, check for URL build errorsChristian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-05reindenting with uncrustifyChristian Grothoff
2019-10-04properly separate external/internal APIsFlorian Dold
2019-09-23implement instances via one base URL per instanceFlorian Dold
2019-06-18fix leakChristian Grothoff
2019-06-18fix leaksChristian Grothoff
2019-06-18fix memory leaksChristian Grothoff
2019-05-24renameMarcello Stanisci
2019-05-24more compressionMarcello Stanisci
2018-11-20Fix compilation warnings, due to:Marcello Stanisci
2018-07-04Providing 'static' keyword where missing.Marcello Stanisci
2018-05-21Issuing a refund lookup with a non existent order id.Marcello Stanisci
2018-05-21Attempting refund increase on a non existent order id.Marcello Stanisci
2018-05-21Increase refund on a unpaid contract.Marcello Stanisci
2018-02-21Implementing new style test instructions.Marcello Stanisci
2018-01-31use url helpers from taler utilFlorian Dold
2018-01-30use url instead of uri consistentlyFlorian Dold
2018-01-29put customer-facing endpoints under /public/Florian Dold
2017-12-28implement TALER_MERCHANT_pay_abort() -- first version, lacks signature verifi...Christian Grothoff
2017-06-29remove further occurrence of "hint"Marcello Stanisci
2017-06-29no "hint" field in errorMarcello Stanisci
2017-06-25handle '/' at end of URLs when composing http requests in libtalermerchantChristian Grothoff
2017-06-20refund fee columnt into refund table, breaks db testsMarcello Stanisci
2017-06-20Up to the point where /refund (increase) passes BUT db hangs uponMarcello Stanisci
2017-06-19get /refund increase requested from the testsMarcello Stanisci
2017-06-19finishing with /refund handlersMarcello Stanisci
2017-06-19handler for /GET refundMarcello Stanisci
2017-06-1980% GET /refund logicMarcello Stanisci
2017-06-19add /refund cancel functionMarcello Stanisci
2017-06-19/refund lib, issuing the POST and defining cb skeletonMarcello Stanisci
2017-06-16Getting /refund lib to compileMarcello Stanisci