exchange

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

commit 643dbfe5eb4c2aabeb12236f7a427efe4c389895
parent 2ad7a781183998f8694d72e8d00f190a031325c7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  4 Apr 2026 10:04:16 +0200

fix HTTP status code to match EC

Diffstat:
Msrc/exchange/taler-exchange-httpd_post-withdraw.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_post-withdraw.c b/src/exchange/taler-exchange-httpd_post-withdraw.c @@ -1315,7 +1315,7 @@ phase_generate_reply_error ( finish_loop (wc, TALER_MHD_reply_with_error ( wc->rc->connection, - MHD_HTTP_INTERNAL_SERVER_ERROR, + MHD_HTTP_SERVICE_UNAVAILABLE, TALER_EC_EXCHANGE_GENERIC_KEYS_MISSING, NULL)); return;