summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_refund.c
AgeCommit message (Expand)Author
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