summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-orders-ID.c
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-29 01:03:44 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-29 01:03:44 -0400
commit9755a40ef68b78039293c8505fb0910d42affa4e (patch)
tree2b4c08cf76ce088a53ad07dd71c1a294dd40fbd4 /src/backend/taler-merchant-httpd_private-get-orders-ID.c
parentb54d6b0552a84ed790e1faa5cbe9e0a66a9bc702 (diff)
downloadmerchant-9755a40ef68b78039293c8505fb0910d42affa4e.tar.gz
merchant-9755a40ef68b78039293c8505fb0910d42affa4e.tar.bz2
merchant-9755a40ef68b78039293c8505fb0910d42affa4e.zip
remove claim_token from insert_contract_terms and return it from lookup_order
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.c1
1 files changed, 1 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 e3286dd4..3d6c930b 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -832,6 +832,7 @@ TMH_private_get_orders_ID (const struct TMH_RequestHandler *rh,
qs = TMH_db->lookup_order (TMH_db->cls,
hc->instance->settings.id,
hc->infix,
+ NULL,
&gorc->contract_terms);
order_only = true;
}