index
:
slackcoder/taler/exchange
master
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
exchange-lib
/
exchange_api_refund.c
Age
Commit message (
Expand
)
Author
2018-01-01
add TALER_EXCHANGE_refund2, make sure fee test initializes all amounts; updat...
Christian Grothoff
2017-05-29
rename proposal_data to contract_terms (see #4879)
Florian Dold
2017-05-07
check json_pack return value, just to be nice
Christian Grothoff
2017-02-07
remove transaction_id, only one payment per proposal allowed
Florian Dold
2017-02-06
contract terminology renaming (#4877)
Florian Dold
2016-10-20
rename and move TALER_EXCHANGE_json_get_error_code to TALER_JSON_get_error_code
Christian Grothoff
2016-10-20
remove redundant exchange_api_common.h header
Christian Grothoff
2016-10-20
return taler-specific error codes from C API as well
Christian Grothoff
2016-07-07
fixing #4594
Marcello Stanisci
2016-06-15
avoid passing int's as void*'s in benchmark logic
Christian Grothoff
2016-06-07
add exchange_pub to callbacks
Christian Grothoff
2016-05-24
fixing #4520: be more aggressive at asserting when API is violated
Christian Grothoff
2016-05-21
testing refund, fixing bugs, refund test passes
Christian Grothoff
2016-05-21
make use of GNUNET_JSON_from_data_auto where possible
Christian Grothoff
2016-05-04
fix fmt string issues
Christian Grothoff
2016-05-04
implementing /refund API (#3848)
Christian Grothoff
2016-04-20
sketching out refund API implementation
Christian Grothoff