aboutsummaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-post-orders.c
AgeCommit message (Expand)Author
2024-06-13Merge branch 'master' into tokens-paymentChristian Blättler
2024-06-06check validity period of token families and keysChristian Blättler
2024-05-26-finish implementation of protocol v16, still undertestedChristian Grothoff
2024-05-11miscChristian Blättler
2024-04-27set valid_after timestamp to rounded value of matching keyChristian Blättler
2024-04-26add todoChristian Blättler
2024-04-25fix set_token_family memory leaksChristian Blättler
2024-04-25parse and hash wallet data in pay handlerChristian Blättler
2024-04-21work on pay handlerChristian Blättler
2024-04-21fix serialized json format of choicesChristian Blättler
2024-04-20rename keysChristian Blättler
2024-04-19proper date rounding & fix db key extractionChristian Blättler
2024-04-19remove todoChristian Blättler
2024-04-19use better error codeChristian Blättler
2024-04-19fix typosChristian Blättler
2024-04-18adapt to changed spec and fix key handlingChristian Blättler
2024-04-18remove todoChristian Blättler
2024-04-18use better error codeChristian 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