commit f7f88e57e7b3f607cc5305fa5adbb1c09e8a7614
parent 40761c7e877b89c800ef092075ab7ec616a9d19e
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 27 Jul 2020 14:12:46 +0200
missing commit
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)