summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-09 13:00:58 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-09 13:00:58 +0200
commitd58334cf89f2c43dcd20e4a8deb01f45c852f7df (patch)
treedf358c94144249d518b010518244caca1d7c50fa /src/include
parentf50a2e11b09d67eaa1db3b2de882294f08c2847a (diff)
downloadexchange-d58334cf89f2c43dcd20e4a8deb01f45c852f7df.tar.gz
exchange-d58334cf89f2c43dcd20e4a8deb01f45c852f7df.tar.bz2
exchange-d58334cf89f2c43dcd20e4a8deb01f45c852f7df.zip
implement kyc-proof hook in kyc-tester
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_kyclogic_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_kyclogic_plugin.h b/src/include/taler_kyclogic_plugin.h
index 8e52e0510..a4bddde61 100644
--- a/src/include/taler_kyclogic_plugin.h
+++ b/src/include/taler_kyclogic_plugin.h
@@ -292,7 +292,7 @@ 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/`
+ * @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 provider_user_id user ID (or NULL) the proof is for
@@ -304,7 +304,7 @@ struct TALER_KYCLOGIC_Plugin
struct TALER_KYCLOGIC_ProofHandle *
(*proof)(void *cls,
const struct TALER_KYCLOGIC_ProviderDetails *pd,
- const char *url_path,
+ const char *const url_path[],
struct MHD_Connection *connection,
const struct TALER_PaytoHashP *account_id,
const char *provider_user_id,