summaryrefslogtreecommitdiff
path: root/src/include/taler_merchantdb_plugin.h
AgeCommit message (Expand)Author
2019-08-30return amount_left of tip to walletFlorian Dold
2019-08-30mobile-friendly tippingFlorian Dold
2019-08-27unify resource_url and fulfillment_urlFlorian Dold
2019-08-26get rid of session_sig, as it is complex and does not work with mobile paymentsFlorian Dold
2019-08-25implement re-pointing to an already paid orderFlorian Dold
2019-04-06add missing abort() to error handling in /pay transaction, start to use GNUNE...Christian Grothoff
2019-03-24clean up tipping transactiton mess a bit (wip)Christian Grothoff
2018-12-14/history API mod.Marcello Stanisci
2018-12-13Changing /history semantics.Marcello Stanisci
2018-03-12implementing #5281 guards against hanging transactions, plus minor code cleanupsChristian Grothoff
2018-02-02remove unnecessary table, track last_session_idFlorian Dold
2018-02-01implement /tip-query and fix tip db issues (uniqueness)Florian Dold
2018-01-22fix #5262Christian Grothoff
2018-01-22should be find_order, not find_ordersFlorian Dold
2018-01-10add nonce only when proposal is requestedFlorian Dold
2017-12-27add wire fee persisting per coin for /payChristian Grothoff
2017-12-26first refactoring for #5158: allow multiple exchange URLs to be in database p...Christian Grothoff
2017-11-27implement /tip-queryFlorian Dold
2017-11-04paid should be a boolean, not a blog, simplify SQL (#5157)Christian Grothoff
2017-11-01towards implementing /tip-pickup (incomplete)Christian Grothoff
2017-10-24implementing backenddb logic for tipping (not tested)Christian Grothoff
2017-10-22first (incomplete) skeleton for tipping APIChristian Grothoff
2017-07-20implementing backend logic to lookup wire fees (for #4943)Christian Grothoff
2017-07-16flagging proposal as paid (#5054)Marcello Stanisci
2017-07-01implement first part of #4943: persist wire transfer fees of exchange in DBChristian Grothoff
2017-06-27get rid of select *, remove fixme that is no longer neededChristian Grothoff
2017-06-25convert merchant postgres plugin (in large parts) to latest PQ API as part of...Christian Grothoff
2017-06-14refund table takes merchant public key tooMarcello Stanisci
2017-06-09add start, commit, rollback db transactionsMarcello Stanisci
2017-06-08refund_fee is returned to the callback when fetchingMarcello Stanisci
2017-06-07refund fee stored along depositMarcello Stanisci
2017-06-07comments + passing refund reason to refund cbMarcello Stanisci
2017-06-06design considerations for /refund supportChristian Grothoff
2017-06-05Fix some signed/unsigned issues, plus some doxygen typosChristian Grothoff
2017-06-04fix more leaksChristian Grothoff
2017-05-29rename proposal_data to contract_terms (see #4879)Florian Dold
2017-04-24add cherry-pick like query used in /history. This APIMarcello Stanisci
2017-04-18adding option to lookup history entries in the future.Marcello Stanisci
2017-03-29Still on renaming (#4877)Marcello Stanisci
2017-03-23Fix signature of db callback.Marcello Stanisci
2017-03-17helper db methods for /history. Prepared statements haveMarcello Stanisci
2017-03-07DB provides lookup of proposal data based on proposal data'sMarcello Stanisci
2017-02-23Modify /history API and DB table for order_id-proposal_dataMarcello Stanisci
2017-02-10Fix track API tests.Marcello Stanisci
2017-02-07More fixes on renaming, mostly in db.Marcello Stanisci
2017-02-07Huge renaming about removing transaction_id useMarcello Stanisci
2017-02-06Fix backenddb tests after renamingMarcello Stanisci
2017-02-06Renaming the DB and /history.Marcello Stanisci
2017-02-03Renaming proposal data db operationsMarcello Stanisci
2016-12-12Unifying map-in and map-out handlesMarcello Stanisci