gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: more bug refs


From: gnunet
Subject: [taler-merchant] branch master updated: more bug refs
Date: Sat, 28 Dec 2024 15:36:26 +0100

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 2ea1d4e4 more bug refs
2ea1d4e4 is described below

commit 2ea1d4e444f75dd3ec00b1734165289783f19695
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Dec 28 15:36:15 2024 +0100

    more bug refs
---
 src/backend/taler-merchant-httpd_get-orders-ID.c                | 1 -
 src/backend/taler-merchant-httpd_mhd.c                          | 2 +-
 src/backend/taler-merchant-httpd_post-orders-ID-abort.c         | 2 +-
 src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c | 2 +-
 src/backend/taler-merchant-reconciliation.c                     | 4 ++--
 5 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c 
b/src/backend/taler-merchant-httpd_get-orders-ID.c
index 28ba0785..bc0e1012 100644
--- a/src/backend/taler-merchant-httpd_get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_get-orders-ID.c
@@ -567,7 +567,6 @@ phase_init (struct GetOrderData *god)
           &resume_by_event,
           god);
   }
-
 }
 
 
diff --git a/src/backend/taler-merchant-httpd_mhd.c 
b/src/backend/taler-merchant-httpd_mhd.c
index 0bb22b35..90690b3d 100644
--- a/src/backend/taler-merchant-httpd_mhd.c
+++ b/src/backend/taler-merchant-httpd_mhd.c
@@ -59,7 +59,7 @@ TMH_MHD_test_html_desired (struct MHD_Connection *connection)
   bool ret = false;
   const char *accept;
 
-  // FIXME: use TALER_MHD_check_accept here!
+  // FIXME-#9428: use TALER_MHD_check_accept here!
   accept = MHD_lookup_connection_value (connection,
                                         MHD_HEADER_KIND,
                                         MHD_HTTP_HEADER_ACCEPT);
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-abort.c 
b/src/backend/taler-merchant-httpd_post-orders-ID-abort.c
index 19ee4cb7..8d848b62 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-abort.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-abort.c
@@ -884,7 +884,7 @@ parse_abort (struct MHD_Connection *connection,
       struct RefundDetails *rd = &ac->rd[coins_index];
       const char *exchange_url;
       struct GNUNET_JSON_Specification ispec[] = {
-        /* FIXME: this is breaking multi-currency support! */
+        /* FIXME-#9425: this is breaking multi-currency support! */
         TALER_JSON_spec_amount ("contribution",
                                 TMH_currency,
                                 &rd->amount_with_fee),
diff --git a/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c 
b/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c
index 1722d23a..c27c1115 100644
--- a/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c
+++ b/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c
@@ -728,7 +728,7 @@ determine_eligible_accounts (
     }
     else
     {
-      /* FIXME: history fee should be globally renamed to KYC fee... */
+      /* FIXME-#9427: history fee should be globally renamed to KYC fee... */
       kyc_amount = gf->fees.history;
     }
   }
diff --git a/src/backend/taler-merchant-reconciliation.c 
b/src/backend/taler-merchant-reconciliation.c
index b82fda29..fbdd8007 100644
--- a/src/backend/taler-merchant-reconciliation.c
+++ b/src/backend/taler-merchant-reconciliation.c
@@ -662,7 +662,7 @@ check_transfer (void *cls,
     /* Build the `TrackTransferConflictDetails` */
     ctc->ec = TALER_EC_MERCHANT_PRIVATE_POST_TRANSFERS_CONFLICTING_REPORTS;
     ctc->failure = true;
-    /* FIXME: this should be reported to the auditor (once the auditor has an 
API for this) */
+    /* FIXME-#9426: this should be reported to the auditor (once the auditor 
has an API for this) */
     return;
   }
   if ( (GNUNET_OK !=
@@ -684,7 +684,7 @@ check_transfer (void *cls,
     /* Build the `TrackTransferConflictDetails` */
     ctc->ec = TALER_EC_MERCHANT_PRIVATE_POST_TRANSFERS_CONFLICTING_REPORTS;
     ctc->failure = true;
-    /* FIXME: this should be reported to the auditor (once the auditor has an 
API for this) */
+    /* FIXME-#9426: this should be reported to the auditor (once the auditor 
has an API for this) */
     return;
   }
   ctc->check_transfer_result = GNUNET_OK;

-- 
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]