summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-orders-ID.c
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-11 18:48:52 +0200
committerFlorian Dold <florian@dold.me>2021-08-11 18:48:52 +0200
commit8cccdca8f18a2d0970f46ee49bbb1dc52ffdf6eb (patch)
tree3dd85b9339e81e633a1d734ced54ec8544807525 /src/backend/taler-merchant-httpd_private-get-orders-ID.c
parentdc71bee5b50aaa59b2fe4535cc288b4aaab481fc (diff)
downloadmerchant-8cccdca8f18a2d0970f46ee49bbb1dc52ffdf6eb.tar.gz
merchant-8cccdca8f18a2d0970f46ee49bbb1dc52ffdf6eb.tar.bz2
merchant-8cccdca8f18a2d0970f46ee49bbb1dc52ffdf6eb.zip
add claim token to contract terms table
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.c3
1 files changed, 2 insertions, 1 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 fa685663..33976740 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -839,7 +839,8 @@ TMH_private_get_orders_ID (const struct TMH_RequestHandler *rh,
hc->instance->settings.id,
hc->infix,
&gorc->contract_terms,
- &gorc->order_serial);
+ &gorc->order_serial,
+ NULL);
if (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS == qs)
{
order_only = true;