gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fix stupid copy and paste bug


From: gnunet
Subject: [taler-merchant] branch master updated: fix stupid copy and paste bug
Date: Wed, 09 Sep 2020 23:55:37 +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 38e7fce  fix stupid copy and paste bug
38e7fce is described below

commit 38e7fcef8c401f769777a38604daefa03f80d4a1
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Sep 9 23:55:35 2020 +0200

    fix stupid copy and paste bug
---
 src/backend/taler-merchant-httpd.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index bb6129c..d4cc835 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -317,7 +317,7 @@ compute_pay_key2 (const char *session_id,
                       sizeof (buf),
                       key);
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "Pay key for %s/%s is %s\n",
+              "Pay key2 for %s/%s is %s\n",
               session_id,
               fulfillment_url,
               GNUNET_h2s (key));
@@ -402,9 +402,9 @@ TMH_long_poll_suspend (const char *order_id,
        (NULL != fulfillment_url) )
   {
     sc->has_key2 = true;
-    compute_pay_key (order_id,
-                     &mi->merchant_pub,
-                     &sc->key2);
+    compute_pay_key2 (session_id,
+                      fulfillment_url,
+                      &sc->key2);
     GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "Suspending operation on %s/%s key2 %s\n",
                 session_id,

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