summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-post-orders.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-27 14:12:46 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-27 14:12:46 +0200
commitf7f88e57e7b3f607cc5305fa5adbb1c09e8a7614 (patch)
treefa5f2124fd279a5bb43617ca52d2ced0deac1f3c /src/backend/taler-merchant-httpd_private-post-orders.c
parent40761c7e877b89c800ef092075ab7ec616a9d19e (diff)
downloadmerchant-f7f88e57e7b3f607cc5305fa5adbb1c09e8a7614.tar.gz
merchant-f7f88e57e7b3f607cc5305fa5adbb1c09e8a7614.tar.bz2
merchant-f7f88e57e7b3f607cc5305fa5adbb1c09e8a7614.zip
missing commit
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-post-orders.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-post-orders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c
index 86cf0b40..5f80e6dc 100644
--- a/src/backend/taler-merchant-httpd_private-post-orders.c
+++ b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -221,7 +221,7 @@ execute_transaction (struct TMH_HandlerContext *hc,
hc->instance->settings.id,
order_id,
pay_deadline,
- // FIXME-6446: also store claim_token!
+ claim_token,
order);
/* qs == 0: order already exists. */
if (qs <= 0)