summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-orders.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.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.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-orders.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-orders.c b/src/backend/taler-merchant-httpd_private-get-orders.c
index 5907099e..c14569da 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders.c
@@ -257,6 +257,7 @@ add_order (void *cls,
TMH_db->lookup_order (TMH_db->cls,
aos->instance_id,
order_id,
+ NULL,
&contract_terms);
bool refundable = false;
if (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT != qs)