exchange

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

commit e6432cd1ff4c66f1c3186c2acdb45b9cc1d599c5
parent dcf1a03a9387c4b1e98dac141da19a87204d07e7
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 22 Jan 2016 17:24:08 +0100

use correct status code

Diffstat:
Msrc/mint/taler-mint-httpd_responses.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mint/taler-mint-httpd_responses.c b/src/mint/taler-mint-httpd_responses.c @@ -1081,7 +1081,7 @@ TMH_RESPONSE_reply_deposit_pending (struct MHD_Connection *connection, struct GNUNET_TIME_Absolute planned_exec_time) { return TMH_RESPONSE_reply_json_pack (connection, - MHD_HTTP_FOUND, + MHD_HTTP_ACCEPTED, "{s:o}", "execution_time", TALER_json_from_abs (planned_exec_time)); }