summaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-16 11:25:18 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-16 11:25:18 +0100
commitd5619de525930cf76e5ff6bce3418e5b478dbe9f (patch)
tree71b5f6aa56ae8ebb158d1c926cc65db5cdd9d751 /src/include/taler_exchange_service.h
parent6231c365fdd7b13032dffbebb94be62e2ef34455 (diff)
downloadexchange-d5619de525930cf76e5ff6bce3418e5b478dbe9f.tar.gz
exchange-d5619de525930cf76e5ff6bce3418e5b478dbe9f.tar.bz2
exchange-d5619de525930cf76e5ff6bce3418e5b478dbe9f.zip
fix test_kyc_api: adapt test logic to improved OAuth2.0 kyc API:
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index 938b74457..b2d0bf710 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -3600,8 +3600,7 @@ struct TALER_EXCHANGE_KycProofHandle;
* @param h_payto hash of payto URI identifying the target account
* @param logic name of the KYC logic to run
* @param args additional args to pass, can be NULL
- * or a string to append to the URL. Must
- * then begin with '/' or '?'.
+ * or a string to append to the URL. Must then begin with '&'.
* @param cb function to call with the result
* @param cb_cls closure for @a cb
* @return NULL on error