aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2018-03-23testing until last pickup ("too much" one)Marcello Stanisci
2018-03-23putting query with amounts under test.Marcello Stanisci
2018-03-23putting tip-authorize into tests.Marcello Stanisci
2018-03-17proposal-lookup 404 Not Found.Marcello Stanisci
2018-03-17fix multi-coin payment.Marcello Stanisci
2018-03-12implementing #5281 guards against hanging transactions, plus minor code cleanupsChristian Grothoff
2018-03-11remove 'const const'Florian Dold
2018-02-28twisted skeleton.Marcello Stanisci
2018-02-21Implementing new style test instructions.Marcello Stanisci
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-22implement check payment API clientFlorian Dold
2018-01-22should be find_order, not find_ordersFlorian Dold
2018-01-16patch for #5198Christian Grothoff
2018-01-16fix proposal test cases, fix use after free in refundsFlorian Dold
2018-01-10add nonce only when proposal is requestedFlorian Dold
2018-01-02expand test logic for #5158Christian Grothoff
2017-12-28more work towards /pay abort modeChristian Grothoff
2017-12-28implement TALER_MERCHANT_pay_abort() -- first version, lacks signature verifi...Christian Grothoff
2017-12-27add wire fee persisting per coin for /payChristian Grothoff
2017-12-26working on #5158, moving exchange_url to coin in /pay API, also renaming 'f' ...Christian Grothoff
2017-12-26forgot to remove redundant struct in previous commitChristian Grothoff
2017-12-26first refactoring for #5158: allow multiple exchange URLs to be in database p...Christian Grothoff
2017-12-13fix bug in testcase (and API) introduced when next_url and pickup_url were ad...Christian Grothoff
2017-12-10use bank /admin/add/incoming instead of exchange's in testcaseChristian 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-31work on new tipping test logic, also refactoring to match latest exchange API...Christian Grothoff
2017-10-30doxygen fixesChristian Grothoff
2017-10-29implement TALER_MERCHANT_tip_enableChristian Grothoff
2017-10-25design C API of merchant for tippingChristian Grothoff
2017-10-24implementing backenddb logic for tipping (not tested)Christian Grothoff
2017-10-22first (incomplete) skeleton for tipping APIChristian Grothoff
2017-07-21work for #4943 (incomplete)Christian 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-11mega indent + parsing of GET /refund response in theMarcello 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-1980% GET /refund logicMarcello Stanisci
2017-06-19add /refund cancel functionMarcello Stanisci
2017-06-19/refund lib, issuing the POST and defining cb skeletonMarcello Stanisci
2017-06-15~25% of /refund libMarcello Stanisci
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