diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-08-06 22:10:33 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-08-06 22:10:33 +0200 |
commit | 8800d0df9b6b996b319f311f91f0b06cf1c507df (patch) | |
tree | 8b8ba28642e874f7df51eb191eff721792513105 /src/include | |
parent | fb5037b8e3e84ab49eaf7cf82947aef75d942872 (diff) |
-fix schema use
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_kyclogic_plugin.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/taler_kyclogic_plugin.h b/src/include/taler_kyclogic_plugin.h index 7dbf337ac..f94849620 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, |