diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-11-01 05:10:11 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-11-05 10:37:37 +0100 |
commit | 41b32f3fbc12149ad2754bcd896a128a26b614b3 (patch) | |
tree | f966c1e16df4b5d3f33d3747a080c3c4b6677f73 /src/kyclogic/plugin_kyclogic_kycaid.c | |
parent | c5b5085d02567f6d0ed9783964c56cea59f389a3 (diff) |
working through kyclogic
Diffstat (limited to 'src/kyclogic/plugin_kyclogic_kycaid.c')
-rw-r--r-- | src/kyclogic/plugin_kyclogic_kycaid.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kyclogic/plugin_kyclogic_kycaid.c b/src/kyclogic/plugin_kyclogic_kycaid.c index fcf94984b..a5df10b4b 100644 --- a/src/kyclogic/plugin_kyclogic_kycaid.c +++ b/src/kyclogic/plugin_kyclogic_kycaid.c @@ -117,7 +117,7 @@ struct TALER_KYCLOGIC_InitiateHandle * Hash of the payto:// URI we are initiating * the KYC for. */ - struct TALER_PaytoHashP h_payto; + struct TALER_NormalizedPaytoHashP h_payto; /** * UUID being checked. @@ -271,7 +271,7 @@ struct TALER_KYCLOGIC_WebhookHandle /** * Our account ID. */ - struct TALER_PaytoHashP h_payto; + struct TALER_NormalizedPaytoHashP h_payto; /** * Row in legitimizations for the given @@ -578,7 +578,7 @@ handle_initiate_finished (void *cls, static struct TALER_KYCLOGIC_InitiateHandle * kycaid_initiate (void *cls, const struct TALER_KYCLOGIC_ProviderDetails *pd, - const struct TALER_PaytoHashP *account_id, + const struct TALER_NormalizedPaytoHashP *account_id, uint64_t legitimization_uuid, TALER_KYCLOGIC_InitiateCallback cb, void *cb_cls) @@ -717,7 +717,7 @@ static struct TALER_KYCLOGIC_ProofHandle * kycaid_proof (void *cls, const struct TALER_KYCLOGIC_ProviderDetails *pd, struct MHD_Connection *connection, - const struct TALER_PaytoHashP *account_id, + const struct TALER_NormalizedPaytoHashP *account_id, uint64_t process_row, const char *provider_user_id, const char *provider_legitimization_id, |