summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-27update logic to match latest documented spec (#6446)Christian Grothoff
2020-07-27ApiKey optionMS
2020-07-27add claim token support to POST /orders/ID/claim, incomplete, lacks DB suppor...Christian Grothoff
2020-07-27add incomplete logic (lacks DB support) to check for claim tokens in get_orde...Christian Grothoff
2020-07-27update DB schema for #6446Christian Grothoff
2020-07-26round refund_deadlineChristian Grothoff
2020-07-26revise templateChristian Grothoff
2020-07-26add logic to load templatesChristian Grothoff
2020-07-26start to have templatesChristian Grothoff
2020-07-26use mustach templatingChristian Grothoff
2020-07-26vendoring MustachChristian Grothoff
2020-07-26vendoring MustachChristian Grothoff
2020-07-26return 402 status code instead of 'unpaid' order statusChristian Grothoff
2020-07-26first steps towards generating (ugly) HTML replies for /orders/Christian Grothoff
2020-07-25move refund_delay to request body in POST /ordersJonathan Buchanan
2020-07-24fix spelling mistakesJonathan Buchanan
2020-07-24allow deleting unclaimed ordersJonathan Buchanan
2020-07-24use string type tag for refund statusFlorian Dold
2020-07-24use order_status string tagFlorian Dold
2020-07-24implement & test POST /paidJonathan Buchanan
2020-07-24implement lib functions for paid methodJonathan Buchanan
2020-07-23test pay with NULL session_idJonathan Buchanan
2020-07-24fix jansson format string bug (fixes wire salt)Florian Dold
2020-07-23send correct success flagFlorian Dold
2020-07-22include execution_time in refund responseFlorian Dold
2020-07-22pass bool instead of intFlorian Dold
2020-07-22adapt to exchange refund response message changesFlorian Dold
2020-07-22adjust refund status according to latest docsFlorian Dold
2020-07-22tests for forget resultsJonathan Buchanan
2020-07-21fully implement forget + some testsJonathan Buchanan
2020-07-21bump protocol versionChristian Grothoff
2020-07-21session_id argument is now mandatory, parse it as suchChristian Grothoff
2020-07-21it's a URI, not an URLFlorian Dold
2020-07-21use empty string as default for session IDFlorian Dold
2020-07-20basic implementation for forgetJonathan Buchanan
2020-07-19add update_contract_terms to backenddb (for forget)Jonathan Buchanan
2020-07-19design for TALER_MERCHANT_order_paid APIChristian Grothoff
2020-07-19add lib function for forget orderJonathan Buchanan
2020-07-18towards implementing the /paid handler (DB interaction missing), for #5210Christian Grothoff
2020-07-18return merchant signature as part of payment callback (for #5210)Christian Grothoff
2020-07-18-fix comparison, avoid NPEChristian Grothoff
2020-07-17fix valgrind error in test_merchant_apiJonathan Buchanan
2020-07-17adapt to change in GNUNET_OS_start_process() API (#6188)Christian Grothoff
2020-07-17do not run dead logic if we are only dealing with an order and not a contractChristian Grothoff
2020-07-16fix #6430Jonathan Buchanan
2020-07-16fix FTBFS:Christian Grothoff
2020-07-16API change, #6188Christian Grothoff
2020-07-16avoid boolean flags, see #6188Christian Grothoff
2020-07-16Triggering bug in test cases.MS
2020-07-16implement #6418Christian Grothoff