[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[merchant] branch master updated: convert note to FIXME
From: |
gnunet |
Subject: |
[merchant] branch master updated: convert note to FIXME |
Date: |
Mon, 13 Jan 2025 22:56:08 +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 34f8e020 convert note to FIXME
34f8e020 is described below
commit 34f8e020400a82b7fc594e5527fad4ce60335fae
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jan 13 22:56:02 2025 +0100
convert note to FIXME
---
src/backend/taler-merchant-httpd_post-orders-ID-pay.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
index 605007e9..a5f2d6fd 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -974,7 +974,7 @@ batch_deposit_transaction (const struct ExchangeGroup *eg,
continue;
if (dc->found_in_db)
continue;
- /* NOTE: We might want to check if the order was fully paid concurrently
+ /* FIXME-#9457: We might want to check if the order was fully paid
concurrently
by some other wallet here, and if so, issue an auto-refund. Right now,
it is possible to over-pay if two wallets literally make a concurrent
payment, as the earlier check for 'paid' is not in the same transaction
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [merchant] branch master updated: convert note to FIXME,
gnunet <=