summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_pay.c
AgeCommit message (Expand)Author
2017-10-22first (incomplete) skeleton for tipping APIChristian Grothoff
2017-10-15add refund permissions to /payFlorian Dold
2017-10-06check return value from TALER_JSON_hashChristian Grothoff
2017-09-26fix use of uninit varsChristian Grothoff
2017-09-02fix bad nesting of transactions during /pay processingChristian Grothoff
2017-09-02fix testcase, refund array is boxed in a refund_permissions field of the main...Christian Grothoff
2017-08-31fix /pay transaction retry logicChristian Grothoff
2017-08-31fix clear logic error, likely related to #5127Christian Grothoff
2017-07-25moving proposal mark-as-paid in the right placeMarcello Stanisci
2017-07-16flagging proposal as paid (#5054)Marcello Stanisci
2017-06-29fixing misc. FIXMEs, some style issues, and mostly DB return value handling t...Christian Grothoff
2017-06-08refund_fee is returned to the callback when fetchingMarcello Stanisci
2017-06-07refund fee stored along depositMarcello Stanisci
2017-06-04fix more leaksChristian Grothoff
2017-05-29rename proposal_data to contract_terms (see #4879)Florian Dold
2017-05-14fix FIXME on properly terminating MHD, resuming suspended connections before ...Christian Grothoff
2017-05-11fix logic to check auditors of denomination keysChristian Grothoff
2017-05-04cosmeticsMarcello Stanisci
2017-05-02Addressing #4877Marcello Stanisci
2017-03-29renaming variablesMarcello Stanisci
2017-03-06implement #4935 (wire fee support)Christian Grothoff
2017-03-06notes on #4939, verify that H_wire from contract matches instance's H_wire ea...Christian Grothoff
2017-03-06describe meaning of return values in comments, use corret return valuesChristian Grothoff
2017-03-06check if field is present before going for full spec-parserChristian Grothoff
2017-03-05towards implementing #4935: make sure all of the fee data is available for th...Christian Grothoff
2017-03-05fix misc memory leaksChristian Grothoff
2017-02-23Modify /history API and DB table for order_id-proposal_dataMarcello Stanisci
2017-02-13fix #4893Florian Dold
2017-02-12fix reference counting issueFlorian Dold
2017-02-12Change '/pay' API according to #4891Florian Dold
2017-02-11whitespaceFlorian Dold
2017-02-10Fixing testcases according to the renaming occurredMarcello Stanisci
2017-02-07Huge renaming about removing transaction_id useMarcello Stanisci
2017-02-06Renaming in /track/transaction handler.Marcello Stanisci
2017-02-06Renaming /track/transaction handler to the pointMarcello Stanisci
2017-02-04Removing h_contract from /pay handler.Marcello Stanisci
2017-02-03renaming: proposal logic portedMarcello Stanisci
2017-01-27Fix compilation: #4869Marcello Stanisci
2016-11-11hotfixChristian Grothoff
2016-10-22receiver->instance. test passedMarcello Stanisci
2016-10-20return missing error code, use existing function where appropriteChristian Grothoff
2016-10-20modify merchant logic to support exchange-APIs returning taler-specific error...Christian Grothoff
2016-10-20add 'code' with error code details to merchant backend error responses (#4497)Christian Grothoff
2016-10-20Merge branch 'master' of git+ssh://taler.net/merchantChristian Grothoff
2016-10-20add 'code' with error code details to merchant backend error responses (#4497)Christian Grothoff
2016-10-20finishing with #4521Marcello Stanisci
2016-10-19fetch and test pay_deadline in /payMarcello Stanisci
2016-10-15resolving merge conflict with Marcello, mostly exactly the same changesChristian Grothoff
2016-10-15fixing #4577, as well as a few other cases where we need to index by merchant...Christian Grothoff
2016-10-13Fix select payments from DB. Namely, a merchant_pub query parameter was neededMarcello Stanisci