summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_responses.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-14 19:10:19 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-14 19:10:19 +0200
commit1a3793cb1c5e94d2d900835102ee5929a229986c (patch)
tree12500af1ae43ce2396eb2caa11a9c8c86a87f063 /src/exchange/taler-exchange-httpd_responses.c
parentf5b99b5282e50bfaf744941d22bb5766cec76cb9 (diff)
downloadexchange-1a3793cb1c5e94d2d900835102ee5929a229986c.tar.gz
exchange-1a3793cb1c5e94d2d900835102ee5929a229986c.tar.bz2
exchange-1a3793cb1c5e94d2d900835102ee5929a229986c.zip
-regenerate DBs
Diffstat (limited to 'src/exchange/taler-exchange-httpd_responses.c')
-rw-r--r--src/exchange/taler-exchange-httpd_responses.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_responses.c b/src/exchange/taler-exchange-httpd_responses.c
index 0320a07b3..4b42b48b5 100644
--- a/src/exchange/taler-exchange-httpd_responses.c
+++ b/src/exchange/taler-exchange-httpd_responses.c
@@ -985,7 +985,7 @@ TEH_RESPONSE_reply_kyc_required (struct MHD_Connection *connection,
connection,
MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS,
GNUNET_JSON_pack_uint64 ("legitimization_uuid",
- kyc->payment_target_uuid));
+ kyc->legitimization_uuid));
}