diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-04-16 02:39:11 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-04-16 02:39:11 +0200 |
commit | 4d4ac495a4cca70d7ac14d01d0a0088f86e82ba1 (patch) | |
tree | 861b595db73169c2a079392312c6fe09393ccaf6 /src/include | |
parent | be6dde89dbc6e9a9c69a8cec600f46e02c6c387c (diff) |
test case of /payback done twice, handle 403-case in /payback handler, thereby also testing coin-with-payback history case in test logic (fixes #3887)
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchange_service.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index bd8e281d3..c097dff1a 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -1403,7 +1403,8 @@ struct TALER_EXCHANGE_PaybackHandle; * @param http_status HTTP response code, #MHD_HTTP_OK (200) for successful status request * 0 if the exchange's reply is bogus (fails to follow the protocol) * @param ec taler-specific error code, #TALER_EC_NONE on success - * @param amount amount the exchange will wire back for this coin + * @param amount amount the exchange will wire back for this coin, + * on error the total balance remaining, or NULL * @param timestamp what time did the exchange receive the /payback request * @param reserve_pub public key of the reserve receiving the payback * @param full_response full response from the exchange (for logging, in case of errors) |