summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_proposal.c
AgeCommit message (Expand)Author
2019-08-26get rid of session_sig, as it is complex and does not work with mobile paymentsFlorian Dold
2019-08-26reduce size of order IDFlorian Dold
2019-06-18fix misc style bugs and one real oneChristian Grothoff
2019-05-23Compressing/decompressing /proposal.Marcello Stanisci
2019-05-08remove instance from order after looking up merchant infoFlorian Dold
2019-05-08set instance on merchantFlorian Dold
2019-04-06indentation and style fixesChristian Grothoff
2019-01-31/proposal API disambiguation.Marcello Stanisci
2019-01-31Proposal logic.Marcello Stanisci
2019-01-31indentMarcello Stanisci
2019-01-10improve logging for reoccurrances of #5492Christian Grothoff
2019-01-10clean up /proposal handling to (1) avoid (previously missing) multi-statement...Christian Grothoff
2018-12-22disambiguate error scenarios betterChristian Grothoff
2018-03-17trigger 404 @ /proposalMarcello Stanisci
2018-03-17be more gentle with unexpected response codes.Marcello Stanisci
2018-03-12implementing #5281 guards against hanging transactions, plus minor code cleanupsChristian Grothoff
2018-03-11do more order validation (fixes #5290)Florian Dold
2018-02-02fix two uninitialized memory accessesFlorian Dold
2018-02-02remove unnecessary table, track last_session_idFlorian Dold
2018-02-02only fill out merchant info if not givenFlorian Dold
2018-02-01allow default instance for POST /orderFlorian Dold
2018-01-31use url helpers from taler utilFlorian Dold
2018-01-29no need to convert amount nowFlorian Dold
2018-01-29put customer-facing endpoints under /public/Florian Dold
2018-01-22should be find_order, not find_ordersFlorian Dold
2018-01-19fix leakChristian Grothoff
2018-01-19work on #4939: load multiple wire methods per instanceChristian Grothoff
2018-01-18convert refund amount if it is a stringFlorian Dold
2018-01-17use correct labelFlorian Dold
2018-01-17include locations and proper labels in proposalFlorian Dold
2018-01-16nicer order idsFlorian Dold
2018-01-16use dot to separate default order_id for friendlier URLsFlorian Dold
2018-01-16convert amount from string in /proposalFlorian Dold
2018-01-16fix a few memory leaksChristian Grothoff
2018-01-16products must be array, not objectFlorian Dold
2018-01-16fix proposal test cases, fix use after free in refundsFlorian Dold
2018-01-10add nonce only when proposal is requestedFlorian Dold
2018-01-10fill in missing proposal fieldsFlorian Dold
2017-12-09handle localtime() failureChristian Grothoff
2017-10-27max deposit fee picked from defaultsMarcello Stanisci
2017-10-06check return value from TALER_JSON_hashChristian Grothoff
2017-09-09work on #5092, do not assert if instance unknownChristian Grothoff
2017-06-29fixing misc. FIXMEs, some style issues, and mostly DB return value handling t...Christian Grothoff
2017-06-04fix more leaksChristian Grothoff
2017-06-04fix more leaks, failure to reset job ptr when doneChristian Grothoff
2017-06-04fix misc leaksChristian Grothoff
2017-06-04fix misc memory leaksChristian Grothoff
2017-05-29rename proposal_data to contract_terms (see #4879)Florian Dold
2017-05-04cosmeticsMarcello Stanisci
2017-04-26add wire_method to proposal termsFlorian Dold