index
:
slackcoder/taler/merchant
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-07-26
first steps towards generating (ugly) HTML replies for /orders/
Christian Grothoff
2020-07-25
move refund_delay to request body in POST /orders
Jonathan Buchanan
2020-07-24
fix spelling mistakes
Jonathan Buchanan
2020-07-24
allow deleting unclaimed orders
Jonathan Buchanan
2020-07-24
use string type tag for refund status
Florian Dold
2020-07-24
use order_status string tag
Florian Dold
2020-07-24
implement & test POST /paid
Jonathan Buchanan
2020-07-24
implement lib functions for paid method
Jonathan Buchanan
2020-07-23
test pay with NULL session_id
Jonathan Buchanan
2020-07-24
fix jansson format string bug (fixes wire salt)
Florian Dold
2020-07-23
send correct success flag
Florian Dold
2020-07-22
include execution_time in refund response
Florian Dold
2020-07-22
pass bool instead of int
Florian Dold
2020-07-22
adapt to exchange refund response message changes
Florian Dold
2020-07-22
adjust refund status according to latest docs
Florian Dold
2020-07-22
tests for forget results
Jonathan Buchanan
2020-07-21
fully implement forget + some tests
Jonathan Buchanan
2020-07-21
bump protocol version
Christian Grothoff
2020-07-21
session_id argument is now mandatory, parse it as such
Christian Grothoff
2020-07-21
it's a URI, not an URL
Florian Dold
2020-07-21
use empty string as default for session ID
Florian Dold
2020-07-20
basic implementation for forget
Jonathan Buchanan
2020-07-19
add update_contract_terms to backenddb (for forget)
Jonathan Buchanan
2020-07-19
design for TALER_MERCHANT_order_paid API
Christian Grothoff
2020-07-19
add lib function for forget order
Jonathan Buchanan
2020-07-18
towards implementing the /paid handler (DB interaction missing), for #5210
Christian Grothoff
2020-07-18
return merchant signature as part of payment callback (for #5210)
Christian Grothoff
2020-07-18
-fix comparison, avoid NPE
Christian Grothoff
2020-07-17
fix valgrind error in test_merchant_api
Jonathan Buchanan
2020-07-17
adapt to change in GNUNET_OS_start_process() API (#6188)
Christian Grothoff
2020-07-17
do not run dead logic if we are only dealing with an order and not a contract
Christian Grothoff
2020-07-16
fix #6430
Jonathan Buchanan
2020-07-16
fix FTBFS:
Christian Grothoff
2020-07-16
API change, #6188
Christian Grothoff
2020-07-16
avoid boolean flags, see #6188
Christian Grothoff
2020-07-16
Triggering bug in test cases.
MS
2020-07-16
implement #6418
Christian Grothoff
2020-07-16
more fixes/tests for claim order and get tips
Jonathan Buchanan
2020-07-16
rename TALER_JSON_hash to TALER_JSON_contract_hash
Christian Grothoff
2020-07-15
fix #6429
Christian Grothoff
2020-07-15
die legacy, die
Christian Grothoff
2020-07-15
reverting last change
MS
2020-07-15
check before free
MS
2020-07-15
change to remove compiler warnings for switch() cases that cannot really happen
Christian Grothoff
2020-07-14
tests for idempotent/conflicting post requests
Jonathan Buchanan
2020-07-12
finish documenting test_merchantdb.c
Jonathan Buchanan
2020-07-11
clean up testing post orders cmd
Jonathan Buchanan
2020-07-11
proper handling of h_denom_pub missmatch
Christian Grothoff
2020-07-10
use h_denom_pub when signing deposits
Jonathan Buchanan
2020-07-10
checks for refunds and transfers returned in merchant get order
Jonathan Buchanan
[next]