commit 2b04785c589a5e0255cae208bb167ae398efa559
parent 960dcacf25e51cc2bff359ea1fc86cdd3d9e6083
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 20 Jul 2022 21:01:41 +0200
-FIXME, not TODO
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lib/merchant_api_post_order_pay.c b/src/lib/merchant_api_post_order_pay.c
@@ -314,7 +314,7 @@ parse_conflict (struct TALER_MERCHANT_OrderPayHandle *oph,
return GNUNET_OK;
case TALER_EC_MERCHANT_POST_ORDERS_ID_PAY_ALREADY_PAID:
/* We can only be happy and accept the result;
- TODO: parse the refunds... */
+ FIXME: parse the refunds... */
TALER_MERCHANT_parse_error_details_ (json,
MHD_HTTP_CONFLICT,
&pr->hr);
diff --git a/src/testing/testing_api_cmd_delete_order.c b/src/testing/testing_api_cmd_delete_order.c
@@ -124,7 +124,7 @@ delete_order_run (void *cls,
dos->odh = TALER_MERCHANT_order_delete (is->ctx,
dos->merchant_url,
dos->order_id,
- false, /* TODO: support testing force... */
+ false, /* FIXME: support testing force... */
&delete_order_cb,
dos);
GNUNET_assert (NULL != dos->odh);