summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-post-orders.c
AgeCommit message (Expand)Author
9 daysremove todoChristian Blättler
9 daysuse better error codeChristian Blättler
9 daysfix typosChristian Blättler
2024-04-10Merge branch 'master' into tokensChristian Blättler
2024-04-10serialize v1 ordersChristian Blättler
2024-03-22fix more size_t / unsigned int confusions in merchant backendChristian Grothoff
2024-03-22add logic to preserve and possibly update minimum_age in contract termsChristian Grothoff
2024-03-22implement memory management review feedbackChristian Blättler
2024-03-20first smoke testsChristian Blättler
2024-03-19address TODOsCodeBlau-NGI-t2.7Christian Grothoff
2024-03-18move lookup order for idempotency check into transaction scope where it belongsChristian Grothoff
2024-03-18serialize v1 contract ready for dbChristian Blättler
2024-03-10first shot at v1 contract serializationChristian Blättler
2024-03-10implement parsing of choices array for v1 contractsChristian Blättler
2024-03-08remove unused merchant_pub field (set directly in serialize order phase)Christian Blättler
2024-03-08build merchant information in serialization phaseChristian Blättler
2024-03-08parse v0 max_fee into limits structChristian Blättler
2024-03-07add choices array to v0 contract logicChristian Blättler
2024-03-07-fix case where frontend sets max_feeChristian Grothoff
2024-03-07add limits datastructure, move brutto to contract instead of choiceChristian Blättler
2024-02-29serialize v0 contractChristian Blättler
2024-02-29separate structs implement discussed changesChristian Blättler
2024-02-25rought first draft of v1 contract terms data structuresChristian Blättler
2024-01-28-fix misc. leaksChristian Grothoff
2024-01-28fix escaping, fix memory leaksChristian Grothoff
2024-01-24fix #8209Christian Grothoff
2024-01-14add loggingChristian Grothoff
2024-01-13fix segv due to bad RC of .exchangesChristian Grothoff
2024-01-13more loggingChristian Grothoff
2024-01-13more loggingChristian Grothoff
2024-01-02tighten check for 'extra' fieldChristian Grothoff
2023-12-25-complete support for session_id in POST /private/ordersChristian Grothoff
2023-12-25get forgettable test to pass againChristian Grothoff
2023-12-24-note on forgettableChristian Grothoff
2023-12-23products should be optionalChristian Blättler
2023-12-23remove init linesChristian Blättler
2023-12-23refactor phases and parsing logicChristian Blättler
2023-12-23fix order serialization so test are passingChristian Blättler
2023-12-23set next phase at the end of serialize phaseChristian Blättler
2023-12-23start with post orders handler refactoringChristian Blättler
2023-12-16partial implementation of protocol v6: GET with additional filters, POST not ...Christian Grothoff
2023-11-25-update to new spec parsers for better error checkingChristian Grothoff
2023-11-21-fix spa redirect for instancesChristian Grothoff
2023-11-15-fix wallet-balance integration test: do return immediately even if force-rel...Christian Grothoff
2023-10-29work on #7965: better exchange /keys handlingChristian Grothoff
2023-10-13more work on multicurrency support: use checks everywhere...Christian Grothoff
2023-10-13work towards multi-currency supportChristian Grothoff
2023-10-13-first hack at multicurrency support in merchantChristian Grothoff
2023-09-22-misc minor fixesChristian Grothoff
2023-09-01new CRUD APIs for OTP devices and merchant accounts (fixes #7929, #7824), one...Christian Grothoff