gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: logic is hard


From: gnunet
Subject: [taler-merchant] branch master updated: logic is hard
Date: Thu, 10 Sep 2020 00:56:53 +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 a29e81d  logic is hard
a29e81d is described below

commit a29e81dd6356a9897c6eb299feee80a173f60562
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Sep 10 00:56:51 2020 +0200

    logic is hard
---
 src/backend/taler-merchant-httpd_get-orders-ID.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c 
b/src/backend/taler-merchant-httpd_get-orders-ID.c
index 91d0b17..d3fdf00 100644
--- a/src/backend/taler-merchant-httpd_get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_get-orders-ID.c
@@ -519,7 +519,7 @@ send_pay_request (struct GetOrderData *god,
   remaining = GNUNET_TIME_absolute_get_remaining (god->sc.long_poll_timeout);
   if ( (0 != remaining.rel_value_us) &&
        ( (NULL == already_paid_order_id) ||
-         (NULL != god->fulfillment_url) ) )
+         (NULL == god->fulfillment_url) ) )
   {
     /* long polling: do not queue a response, suspend connection instead */
     suspend_god (god);

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