summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-20 21:01:41 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-20 21:01:41 +0200
commit2b04785c589a5e0255cae208bb167ae398efa559 (patch)
treebfc9bd3c8d7d2bf03d3a241c2444ecc1fafc96fe /src
parent960dcacf25e51cc2bff359ea1fc86cdd3d9e6083 (diff)
downloadmerchant-2b04785c589a5e0255cae208bb167ae398efa559.tar.gz
merchant-2b04785c589a5e0255cae208bb167ae398efa559.tar.bz2
merchant-2b04785c589a5e0255cae208bb167ae398efa559.zip
-FIXME, not TODO
Diffstat (limited to 'src')
-rw-r--r--src/lib/merchant_api_post_order_pay.c2
-rw-r--r--src/testing/testing_api_cmd_delete_order.c2
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
index 4e935965..720681e1 100644
--- 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
index 586b348c..7c1ddfff 100644
--- 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);