summaryrefslogtreecommitdiff
path: root/src/lib/testing_api_cmd_refund.c
AgeCommit message (Collapse)Author
2019-11-02simplify structureChristian Grothoff
2019-10-31tighten formatting rulesChristian Grothoff
2019-10-05reindenting with uncrustifyChristian 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.
2019-06-18fix memory leaksChristian Grothoff
2019-06-18fix misc style bugs and one real oneChristian Grothoff
2018-12-19#5459Marcello Stanisci
2018-12-18/refund: #5284Marcello Stanisci
2018-11-20Fix compilation warnings, due to:Marcello Stanisci
1) abstraction on the response type from the CURL-needed callbacks. 2) converting the contract terms trait into a JSON object.
2018-07-02Towards #5332Marcello Stanisci
2018-05-29Get rid of old "@param selector".Marcello Stanisci
2018-05-24Commenting "refund" CMD.Marcello Stanisci
2018-05-22Refund corner case.Marcello Stanisci
Trying to pick up a refund from a regularly paid contract that was never refund-increased in the first place.
2018-05-21Issuing a refund lookup with a non existent order id.Marcello Stanisci
2018-05-21Increase refund on a unpaid contract.Marcello Stanisci
2018-05-21Refund test CMD takes expected HTTP code.Marcello Stanisci
2018-03-26fix tipping test aftermath.Marcello Stanisci
2018-02-21Implementing new style test instructions.Marcello Stanisci