summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_pay.c
AgeCommit message (Expand)Author
2019-11-23adapt to exchange API changesChristian Grothoff
2019-11-09close misc leaks, check for URL build errorsChristian Grothoff
2019-10-04properly separate external/internal APIsFlorian Dold
2019-09-23implement instances via one base URL per instanceFlorian Dold
2019-09-16fixing misc memory leaks related to json, including #5769, as well as an unre...Christian Grothoff
2019-06-18indentation fixChristian Grothoff
2019-06-18fix double-freeChristian Grothoff
2019-06-18fix memory leaksChristian Grothoff
2019-05-24renameMarcello Stanisci
2019-05-23compressing lib payMarcello Stanisci
2019-05-23indentMarcello Stanisci
2019-05-21Resolve #5719Marcello Stanisci
2018-11-20Fix compilation warnings, due to:Marcello Stanisci
2018-06-13Fix last change.Marcello Stanisci
2018-06-13Properly adding Authorization header via GNUnet API.Marcello Stanisci
2018-06-13Reverting last change.Marcello Stanisci
2018-06-12including Authorization: header to requests.Marcello Stanisci
2018-05-24Splitting pay CMD.Marcello Stanisci
2018-04-05use GNUNET_NZL instead of crazy hacks to ensure non-zero vararg array lengthsChristian Grothoff
2018-04-04avoid undefined behaviorFlorian Dold
2018-03-17fix multi-coin payment.Marcello Stanisci
2018-01-31use url helpers from taler utilFlorian Dold
2018-01-29put customer-facing endpoints under /public/Florian Dold
2018-01-29smaller refund response, give same refund format on /pay abortFlorian Dold
2018-01-02expand test logic for #5158Christian Grothoff
2018-01-01expand testcases to cover pay-again caseChristian Grothoff
2017-12-28more work towards /pay abort modeChristian Grothoff
2017-12-28implement TALER_MERCHANT_pay_abort() -- first version, lacks signature verifi...Christian Grothoff
2017-12-26working on #5158, moving exchange_url to coin in /pay API, also renaming 'f' ...Christian Grothoff
2017-09-09handle a few more asserts more gracefully (#5092)Christian Grothoff
2017-06-25handle '/' at end of URLs when composing http requests in libtalermerchantChristian Grothoff
2017-06-23error messageMarcello Stanisci
2017-06-04fix misc leaksChristian Grothoff
2017-05-29rename proposal_data to contract_terms (see #4879)Florian Dold
2017-05-12nicer loggingChristian Grothoff
2017-03-29Still on #4877Marcello Stanisci
2017-02-12Change '/pay' API according to #4891Florian Dold
2017-02-10Fixing testcases according to the renaming occurredMarcello Stanisci
2017-02-07Huge renaming about removing transaction_id useMarcello Stanisci
2016-12-12Removing superflous (and segfault-prone)Marcello Stanisci
2016-10-22receiver->instance. test passedMarcello Stanisci
2016-10-20have merchant C API also return taler error codes (at least those from the me...Christian Grothoff
2016-10-20finishing with #4521Marcello Stanisci
2016-09-12typoFlorian Dold
2016-07-07fixing #4594Marcello Stanisci
2016-06-24adapting merchant-lib to use merchants instancesMarcello Stanisci
2016-06-11fix leaksChristian Grothoff
2016-06-11fix memory leaks: json_array_append increments RCChristian Grothoff
2016-06-11check return values of json_array_appendChristian Grothoff
2016-06-09pass base URIs instead of full URIsChristian Grothoff