use correct status code
This commit is contained in:
parent
dcf1a03a93
commit
e6432cd1ff
@ -1081,7 +1081,7 @@ TMH_RESPONSE_reply_deposit_pending (struct MHD_Connection *connection,
|
|||||||
struct GNUNET_TIME_Absolute planned_exec_time)
|
struct GNUNET_TIME_Absolute planned_exec_time)
|
||||||
{
|
{
|
||||||
return TMH_RESPONSE_reply_json_pack (connection,
|
return TMH_RESPONSE_reply_json_pack (connection,
|
||||||
MHD_HTTP_FOUND,
|
MHD_HTTP_ACCEPTED,
|
||||||
"{s:o}",
|
"{s:o}",
|
||||||
"execution_time", TALER_json_from_abs (planned_exec_time));
|
"execution_time", TALER_json_from_abs (planned_exec_time));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user