From f8e9241a3d4adb3e31e8691782136aaed88b41da Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 6 Nov 2022 22:29:51 +0100 Subject: fix #7427 --- src/include/taler_exchange_service.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/include/taler_exchange_service.h') diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index e3a349a92..d11f7d616 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -3454,6 +3454,11 @@ struct TALER_EXCHANGE_KycStatus struct { + /** + * Details about which KYC check(s) were passed. + */ + const json_t *kyc_details; + /** * Time of the affirmation. */ -- cgit v1.2.3