gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: -FIXME, not TODO


From: gnunet
Subject: [taler-merchant] branch master updated: -FIXME, not TODO
Date: Wed, 20 Jul 2022 21:01:46 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 2b04785c -FIXME, not TODO
2b04785c is described below

commit 2b04785c589a5e0255cae208bb167ae398efa559
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 20 21:01:41 2022 +0200

    -FIXME, not TODO
---
 src/lib/merchant_api_post_order_pay.c      | 2 +-
 src/testing/testing_api_cmd_delete_order.c | 2 +-
 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);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]