gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: trigger long poolers also on /pa


From: gnunet
Subject: [taler-merchant] branch master updated: trigger long poolers also on /paid (#6581)
Date: Mon, 07 Sep 2020 14:00:10 +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 229fbc1  trigger long poolers also on /paid (#6581)
229fbc1 is described below

commit 229fbc1933e1beddb847604b92ae628d0e897d68
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Sep 7 14:00:04 2020 +0200

    trigger long poolers also on /paid (#6581)
---
 src/backend/taler-merchant-httpd_post-orders-ID-paid.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-paid.c 
b/src/backend/taler-merchant-httpd_post-orders-ID-paid.c
index f48e69f..a940e3c 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-paid.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-paid.c
@@ -180,7 +180,11 @@ TMH_post_orders_ID_paid (const struct TMH_RequestHandler 
*rh,
     }
   }
   json_decref (contract_terms);
-
+  /* Resume clients waiting on the order */
+  TMH_long_poll_resume (order_id,
+                        hc->instance,
+                        NULL,
+                        false);
   return TALER_MHD_reply_static (connection,
                                  MHD_HTTP_NO_CONTENT,
                                  NULL,

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