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_batch_withdraw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testing/testing_api_cmd_batch_withdraw.c') diff --git a/src/testing/testing_api_cmd_batch_withdraw.c b/src/testing/testing_api_cmd_batch_withdraw.c index 0cc881155..252fbd7e8 100644 --- a/src/testing/testing_api_cmd_batch_withdraw.c +++ b/src/testing/testing_api_cmd_batch_withdraw.c @@ -215,7 +215,7 @@ reserve_batch_withdraw_cb (void *cls, break; case MHD_HTTP_ACCEPTED: /* nothing to check */ - ws->kyc_uuid = wr->details.accepted.payment_target_uuid; + ws->kyc_uuid = wr->details.accepted.legitimization_uuid; break; case MHD_HTTP_FORBIDDEN: /* nothing to check */ @@ -417,7 +417,7 @@ batch_withdraw_traits (void *cls, TALER_TESTING_make_trait_reserve_pub (&ws->reserve_pub), TALER_TESTING_make_trait_amounts (index, &cs->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