gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -note on LP


From: gnunet
Subject: [taler-merchant] branch master updated: -note on LP
Date: Sun, 24 Jul 2022 09:24:55 +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 ec2c5556 -note on LP
ec2c5556 is described below

commit ec2c55569862a0efab868ee1a640c63a2fd92299
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Jul 24 09:24:50 2022 +0200

    -note on LP
---
 src/backend/taler-merchant-httpd_private-get-tips-ID.c | 1 +
 src/include/taler_merchant_service.h                   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/src/backend/taler-merchant-httpd_private-get-tips-ID.c 
b/src/backend/taler-merchant-httpd_private-get-tips-ID.c
index 9b2e0de2..51089928 100644
--- a/src/backend/taler-merchant-httpd_private-get-tips-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-tips-ID.c
@@ -46,6 +46,7 @@ TMH_private_get_tips_ID (const struct TMH_RequestHandler *rh,
   json_t *pickups_json = NULL;
 
   GNUNET_assert (NULL != hc->infix);
+  // FIXME: support long-polling (client-side already implemented)
   if (GNUNET_OK !=
       GNUNET_CRYPTO_hash_from_string (hc->infix,
                                       &tip_id.hash))
diff --git a/src/include/taler_merchant_service.h 
b/src/include/taler_merchant_service.h
index 25ce2a44..2e6ea1fa 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -3625,6 +3625,8 @@ typedef void
  * Issue a GET /private/tips/$TIP_ID (private variant) request to the backend.
  * Returns information needed to pick up a tip.
  *
+ * FIXME: lp_timeout/min_pick_up not implemented in backend!
+ *
  * @param ctx execution context
  * @param backend_url base URL of the merchant backend
  * @param tip_id which tip should we query

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