summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-orders-ID.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-09-09 23:11:51 +0200
committerChristian Grothoff <christian@grothoff.org>2020-09-09 23:11:51 +0200
commite12f64d45b2f58b716497aab6fd6273b8f92b740 (patch)
tree06edf6f0faf5839dde351aca7f9fd275eedfe7cd /src/backend/taler-merchant-httpd_private-get-orders-ID.c
parent7302e0cc35bd3de6e84fa1310be094243372a3bc (diff)
downloadmerchant-e12f64d45b2f58b716497aab6fd6273b8f92b740.tar.gz
merchant-e12f64d45b2f58b716497aab6fd6273b8f92b740.tar.bz2
merchant-e12f64d45b2f58b716497aab6fd6273b8f92b740.zip
likely fix for #6581, still needs testcase
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-get-orders-ID.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-orders-ID.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
index 5c43416b..d3413614 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -1035,6 +1035,8 @@ TMH_private_get_orders_ID (const struct TMH_RequestHandler *rh,
"Suspending GET /private/orders/%s\n",
hc->infix);
TMH_long_poll_suspend (hc->infix,
+ gorc->session_id,
+ gorc->fulfillment_url,
hc->instance,
&gorc->sc,
NULL);