summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
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-05-09nicely handle error from json_dumps without assertChristian Grothoff
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-17Fix compiler warnings.Marcello Stanisci
2017-03-17helper db methods for /history. Prepared statements haveMarcello Stanisci
2017-03-13Returining order_id in place of h_proposal_data amongMarcello Stanisci
2017-03-13Fix track transfer's response + adjusting tests to it.Marcello Stanisci
2017-03-08Returning total sum of wire transferred coins insteadMarcello Stanisci
2017-03-07DB provides lookup of proposal data based on proposal data'sMarcello Stanisci
2017-02-28Make /history's arguments optional.Marcello Stanisci
2017-02-23Modify /history API and DB table for order_id-proposal_dataMarcello Stanisci
2017-02-12Change '/pay' API according to #4891Florian Dold
2017-02-10Fix track API tests.Marcello Stanisci
2017-02-10Fixing testcases according to the renaming occurredMarcello Stanisci
2017-02-07More fixes on renaming, mostly in db.Marcello Stanisci
2017-02-07Huge renaming about removing transaction_id useMarcello Stanisci
2017-02-06Renaming /track/transaction handler to the pointMarcello Stanisci
2017-02-06Fix backenddb tests after renamingMarcello Stanisci