summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_post-orders-ID-refund.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_post-orders-ID-refund.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_post-orders-ID-refund.c')
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-refund.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-refund.c b/src/backend/taler-merchant-httpd_post-orders-ID-refund.c
index 27622d63..392f70ed 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-refund.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-refund.c
@@ -573,7 +573,8 @@ TMH_post_orders_ID_refund (const struct TMH_RequestHandler *rh,
hc->instance->settings.id,
hc->infix,
&contract_terms,
- &order_serial);
+ &order_serial,
+ NULL);
if (0 > qs)
{
/* single, read-only SQL statements should never cause