diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-07-23 13:12:23 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-07-23 13:12:23 +0200 |
commit | 21f360cbed6df4b626ed19b1b0e2268ec94d114f (patch) | |
tree | 2fb7880531854c8a4090522b0b58444af0514997 /src | |
parent | 37eb7373adeaff6f2096b8810c7fe4ca0ced547a (diff) |
-address FIXME
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/taler-merchant-httpd_private-post-orders.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c index 55fd42b3..9c468104 100644 --- a/src/backend/taler-merchant-httpd_private-post-orders.c +++ b/src/backend/taler-merchant-httpd_private-post-orders.c @@ -838,8 +838,7 @@ patch_order (struct MHD_Connection *connection, return TALER_MHD_reply_with_error ( connection, MHD_HTTP_BAD_REQUEST, - // FIXME: need appropriate error code. - TALER_EC_MERCHANT_PRIVATE_POST_ORDERS_REFUND_AFTER_WIRE_DEADLINE, + TALER_EC_MERCHANT_PRIVATE_POST_ORDERS_DELIVERY_DATE_IN_PAST, NULL); } } |