exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 67cf9747a5bfb655ca17d92c5287e4252626ac66
parent c032c5fc403092c654430ef9a1993e580393fa3e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 23 Mar 2020 10:18:13 +0100

Merge branch 'master' of git+ssh://git.taler.net/exchange

Diffstat:
Msrc/testing/test_exchange_api.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/testing/test_exchange_api.c b/src/testing/test_exchange_api.c @@ -682,8 +682,9 @@ run (void *cls, MHD_HTTP_OK, "recoup-withdraw-coin-2a", NULL), + /* Idempotency of recoup (withdrawal variant) */ TALER_TESTING_cmd_recoup ("recoup-2b", - MHD_HTTP_CONFLICT, + MHD_HTTP_OK, "recoup-withdraw-coin-2a", NULL), TALER_TESTING_cmd_deposit ("recoup-deposit-revoked",