summaryrefslogtreecommitdiff
path: root/src/include/taler_kyclogic_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-16 11:14:59 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-16 11:14:59 +0100
commit6231c365fdd7b13032dffbebb94be62e2ef34455 (patch)
tree1474c95f30ba39751a75e5ba6980b5e18bbacbdc /src/include/taler_kyclogic_plugin.h
parentcbb021b6bf996c79530ae3dda98ec85f716e9d07 (diff)
downloadexchange-6231c365fdd7b13032dffbebb94be62e2ef34455.tar.gz
exchange-6231c365fdd7b13032dffbebb94be62e2ef34455.tar.bz2
exchange-6231c365fdd7b13032dffbebb94be62e2ef34455.zip
-fix KYC logic change to work for all plugins and not just OAuth2.0
Diffstat (limited to 'src/include/taler_kyclogic_plugin.h')
-rw-r--r--src/include/taler_kyclogic_plugin.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/taler_kyclogic_plugin.h b/src/include/taler_kyclogic_plugin.h
index 8d86078dd..c2266e1ae 100644
--- a/src/include/taler_kyclogic_plugin.h
+++ b/src/include/taler_kyclogic_plugin.h
@@ -303,7 +303,6 @@ struct TALER_KYCLOGIC_Plugin
*
* @param cls the @e cls of this struct with the plugin-specific state
* @param pd provider configuration details
- * @param url_path rest of the URL after `/kyc-webhook/$H_PAYTO/$LOGIC`
* @param connection MHD connection object (for HTTP headers)
* @param account_id which account to trigger process for
* @param process_row row in the legitimization processes table the legitimization is for
@@ -316,7 +315,6 @@ struct TALER_KYCLOGIC_Plugin
struct TALER_KYCLOGIC_ProofHandle *
(*proof)(void *cls,
const struct TALER_KYCLOGIC_ProviderDetails *pd,
- const char *const url_path[],
struct MHD_Connection *connection,
const struct TALER_PaytoHashP *account_id,
uint64_t process_row,