commit 21f360cbed6df4b626ed19b1b0e2268ec94d114f
parent 37eb7373adeaff6f2096b8810c7fe4ca0ced547a
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 23 Jul 2021 13:12:23 +0200
-address FIXME
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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);
}
}