summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-23 13:12:23 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-23 13:12:23 +0200
commit21f360cbed6df4b626ed19b1b0e2268ec94d114f (patch)
tree2fb7880531854c8a4090522b0b58444af0514997
parent37eb7373adeaff6f2096b8810c7fe4ca0ced547a (diff)
downloadmerchant-21f360cbed6df4b626ed19b1b0e2268ec94d114f.tar.gz
merchant-21f360cbed6df4b626ed19b1b0e2268ec94d114f.tar.bz2
merchant-21f360cbed6df4b626ed19b1b0e2268ec94d114f.zip
-address FIXME
-rw-r--r--src/backend/taler-merchant-httpd_private-post-orders.c3
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);
}
}