aboutsummaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
AgeCommit message (Expand)Author
2024-11-09implement protocol v22, fixes #9185Christian Grothoff
2024-09-14return 400 if wallet uses untrusted exchange base URL; towards fixing #9183Christian Grothoff
2024-09-10handle zero-amount orders betterChristian Grothoff
2024-09-10add logic to enforce hard limit on order creationChristian Grothoff
2024-09-08add notification on KYC rule triggerChristian Grothoff
2024-09-06pass on 451 replies from exchange to wallets on /payChristian Grothoff
2024-09-01implement per-transaction limitsChristian Grothoff
2024-08-28-style fixesChristian Grothoff
2024-08-24fix NULL checkChristian Grothoff
2024-08-24check return valuesChristian Grothoff
2024-06-15-spellingChristian Grothoff
2024-06-13move tokens_evs to wallet data and remove h_outputsChristian Blättler
2024-06-13allow for token envelopes being nullChristian Blättler
2024-06-13add rounding and remove h_issueChristian Blättler
2024-06-06check tokens on idempotent pay requestChristian Blättler
2024-06-06store issued tokens in databaseChristian Blättler
2024-06-06allow for orders with no coins (zero price)Christian Blättler
2024-06-06check validity period of token issue keyChristian Blättler
2024-06-06check validity period of token families and keysChristian Blättler
2024-06-06store used tokens in database and prevent double using a tokenChristian Blättler
2024-05-11miscChristian Blättler
2024-05-06work on tokensChristian Blättler
2024-04-30work on tokensChristian Blättler
2024-04-27validate and sign token envelopesChristian Blättler
2024-04-27pass wallet data hash to deposit signature validationChristian Blättler
2024-04-27tokens, not coins 🙃Christian Blättler
2024-04-26fix choices length checkChristian Blättler
2024-04-25parse and hash wallet data in pay handlerChristian Blättler
2024-04-25rename signatureChristian Blättler
2024-04-21work on pay handlerChristian Blättler
2024-04-21pay: fetch and parse choices from dbChristian Blättler
2024-04-20parse tokens in pay handlerChristian Blättler
2024-04-09implement protocol v14 / fix #8717Christian Grothoff
2024-03-22fix more size_t / unsigned int confusions in merchant backendChristian Grothoff
2024-03-18simplify kyc logic in payment logic as we now have taler-merchant-depositchec...Christian Grothoff
2024-03-07-change 406 to 400Christian Grothoff
2024-02-16-fix FTBFSv0.9.5-dev.2Christian Grothoff
2024-02-16try to fix #8412Christian Grothoff
2024-02-07fix #8346Christian Grothoff
2024-01-24fix #8209Christian Grothoff
2024-01-22disable work-around for bug 8209 so we can reproduce it firstChristian Grothoff
2024-01-22terminate exchange interactions if we get an errorChristian Grothoff
2024-01-14add loggingChristian Grothoff
2024-01-07properly deploy procedures.sql, add trigger for taler-merchant-depositcheck, ...Christian Grothoff
2023-12-20-fix typeChristian Grothoff
2023-11-27major /pay handling cleanupChristian Grothoff
2023-11-25-update to new spec parsers for better error checkingChristian Grothoff
2023-10-13more work on multicurrency support: use checks everywhere...Christian Grothoff
2023-10-13-first hack at multicurrency support in merchantChristian Grothoff
2023-09-24combine deposit confirmation signatures into one big signatureChristian Grothoff