commit 38e7fcef8c401f769777a38604daefa03f80d4a1
parent 08c23382d60597db1e240e0fdc83d2fcb34e7586
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 9 Sep 2020 23:55:35 +0200
fix stupid copy and paste bug
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git 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,