From 8800d0df9b6b996b319f311f91f0b06cf1c507df Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 6 Aug 2022 22:10:33 +0200 Subject: -fix schema use --- src/include/taler_kyclogic_plugin.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/include/taler_kyclogic_plugin.h') diff --git a/src/include/taler_kyclogic_plugin.h b/src/include/taler_kyclogic_plugin.h index 7dbf337a..f9484962 100644 --- a/src/include/taler_kyclogic_plugin.h +++ b/src/include/taler_kyclogic_plugin.h @@ -95,6 +95,11 @@ enum TALER_KYCLOGIC_KycStatus = TALER_KYCLOGIC_STATUS_PROVIDER | TALER_KYCLOGIC_STATUS_ABORTED, + /** + * Return code set to not update the KYC status + * at all. + */ + TALER_KYCLOGIC_STATUS_KEEP = 16 }; @@ -333,7 +338,7 @@ struct TALER_KYCLOGIC_Plugin * @param cb_cls closure for @a cb * @return handle to cancel operation early */ - struct TALER_KYCLOGIC_InitiateHandle * + struct TALER_KYCLOGIC_WebhookHandle * (*webhook)(void *cls, const struct TALER_KYCLOGIC_ProviderDetails *pd, TALER_KYCLOGIC_ProviderLookupCallback plc, -- cgit v1.2.3