From 1a3793cb1c5e94d2d900835102ee5929a229986c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 14 Aug 2022 19:10:19 +0200 Subject: -regenerate DBs --- src/testing/testing_api_cmd_withdraw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testing/testing_api_cmd_withdraw.c') diff --git a/src/testing/testing_api_cmd_withdraw.c b/src/testing/testing_api_cmd_withdraw.c index 877c9ca67..96e703fdf 100644 --- a/src/testing/testing_api_cmd_withdraw.c +++ b/src/testing/testing_api_cmd_withdraw.c @@ -319,7 +319,7 @@ reserve_withdraw_cb (void *cls, case MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS: /* KYC required */ ws->kyc_uuid = - wr->details.unavailable_for_legal_reasons.payment_target_uuid; + wr->details.unavailable_for_legal_reasons.legitimization_uuid; break; default: /* Unsupported status code (by test harness) */ @@ -538,7 +538,7 @@ withdraw_traits (void *cls, TALER_TESTING_make_trait_reserve_priv (&ws->reserve_priv), TALER_TESTING_make_trait_reserve_pub (&ws->reserve_pub), TALER_TESTING_make_trait_amount (&ws->amount), - TALER_TESTING_make_trait_payment_target_uuid (&ws->kyc_uuid), + TALER_TESTING_make_trait_legitimization_uuid (&ws->kyc_uuid), TALER_TESTING_make_trait_payto_uri ( (const char **) &ws->reserve_payto_uri), TALER_TESTING_make_trait_exchange_url ( -- cgit v1.2.3