summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-09-09 23:55:35 +0200
committerChristian Grothoff <christian@grothoff.org>2020-09-09 23:55:35 +0200
commit38e7fcef8c401f769777a38604daefa03f80d4a1 (patch)
tree1d22d2282122d2d5ba724aa0048e46faeb8de798 /src/backend/taler-merchant-httpd.c
parent08c23382d60597db1e240e0fdc83d2fcb34e7586 (diff)
downloadmerchant-38e7fcef8c401f769777a38604daefa03f80d4a1.tar.gz
merchant-38e7fcef8c401f769777a38604daefa03f80d4a1.tar.bz2
merchant-38e7fcef8c401f769777a38604daefa03f80d4a1.zip
fix stupid copy and paste bug
Diffstat (limited to 'src/backend/taler-merchant-httpd.c')
-rw-r--r--src/backend/taler-merchant-httpd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
index bb6129c8..d4cc835f 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,