summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_post_order_pay.c
AgeCommit message (Collapse)Author
2023-11-24address misc. FIXMEsChristian Grothoff
2023-09-19fix report when same exchange URL is configured in multiple configuration ↵Christian Grothoff
sections
2023-09-11add wallet_data support to merchantChristian Grothoff
2023-07-13merging /keys and /wire API in the exchangeChristian Grothoff
2023-07-04adaptations to latest exchange APIChristian Grothoff
2023-07-03-more API clean upChristian Grothoff
2023-06-04-code cleanupv0.9.3-dev.1Christian Grothoff
2023-06-03address more FIXMEsChristian Grothoff
2023-05-18rename .success to .ok for consistencyChristian Grothoff
2023-05-10-always use GNUNET_memcpyChristian Grothoff
2023-05-01first rough cut at merchant update for #7810 (still with known bugs)Christian Grothoff
2023-03-22pullpriscilla
2023-01-16code clean up and get KYC test to pass again with recent exchange changesChristian Grothoff
2022-07-20-FIXME, not TODOChristian Grothoff
2022-07-02use new /batch-deposit API in merchantChristian Grothoff
2022-06-06fix backend double-pay issue (#7244)Christian Grothoff
2022-06-06-fix tests: add receiver-name to paytoChristian Grothoff
2022-06-05-work around FTBFSChristian Grothoff
2022-04-17Use new exchange funcs: TALER_merchant_pay_{sign,verify}Thien-Thi Nguyen
* src/backend/taler-merchant-httpd_post-orders-ID-paid.c (TMH_post_orders_ID_paid): Rework to use ‘TALER_merchant_pay_verify’. * src/backend/taler-merchant-httpd_post-orders-ID-pay.c (execute_pay_transaction): Rework to use ‘TALER_merchant_pay_sign’. * src/lib/merchant_api_post_order_pay.c (handle_pay_finished): Rework to use ‘TALER_merchant_pay_verify’.
2022-03-15[age restriction] age verification implemented, but not tested.Özgür Kesim
order/pay now verifies the minimum_age of an order for each coin, using the age restriction API from the exchange-lib. Note, tests are not implemented yet.
2022-02-21-big renaming of structs for consistent naming with P suffixChristian Grothoff
2022-02-17fix exchange API breakageFlorian Dold
2021-12-14migration to protocol v11Christian Grothoff
2021-12-11fix #7123Christian Grothoff
2021-11-25fix #7104Christian Grothoff
2021-11-19-fix misc bugsChristian Grothoff
2021-11-06introduce TALER_wallet_deposit_verifyChristian Grothoff
2021-10-28fix lib/ FTBFSChristian Grothoff
2021-08-01finish implementing #6935Christian Grothoff
2021-07-23-fix struct nameChristian Grothoff
2021-04-02fix more leaksChristian Grothoff
2021-02-02add rudimentary test logic for #6731Christian Grothoff
2021-01-07fix #6677Christian Grothoff
2020-11-08adjust error codes in merchantChristian Grothoff
2020-10-15Doxygen fixesMS
2020-10-15Doxygen fixesMS
2020-10-13Doxygen fixesMS
2020-10-09Addressing @file warnings.MS
2020-07-18return merchant signature as part of payment callback (for #5210)Christian Grothoff
2020-07-11proper handling of h_denom_pub missmatchChristian Grothoff
2020-07-10use h_denom_pub when signing depositsJonathan Buchanan
2020-06-23use and handle all /pay status codesChristian Grothoff
2020-06-23implement signature verification on pay responseChristian Grothoff
2020-05-08more work on POST /transferChristian Grothoff
2020-05-03update testing logic for order CMDsChristian Grothoff
2020-04-30update pay logicChristian Grothoff
2020-04-30sql-ingChristian Grothoff