diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-02-21 14:21:01 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-02-21 14:21:01 +0100 |
commit | 243045a63fac366ca9c3cb8f97220b76249a8f51 (patch) | |
tree | dc25c6b8534653c60861ec7a5a6fd4760df96495 /src/backend/taler-merchant-httpd_get-orders-ID.c | |
parent | e5a9bd4c35135cd58a106355d1651c8dfc7b9da5 (diff) |
POS secret support
Diffstat (limited to 'src/backend/taler-merchant-httpd_get-orders-ID.c')
-rw-r--r-- | src/backend/taler-merchant-httpd_get-orders-ID.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c b/src/backend/taler-merchant-httpd_get-orders-ID.c index f97d9d40..ab4de015 100644 --- a/src/backend/taler-merchant-httpd_get-orders-ID.c +++ b/src/backend/taler-merchant-httpd_get-orders-ID.c @@ -1059,7 +1059,6 @@ TMH_get_orders_ID (const struct TMH_RequestHandler *rh, TALER_EC_GENERIC_DB_FETCH_FAILED, "lookup_contract_terms"); } - /* Note: when "!ord.requireClaimToken" and the client does not provide a claim token (all zeros!), then token_match==TRUE below: */ token_match = (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT == qs) |