summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_kyc-webhook.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd_kyc-webhook.h')
-rw-r--r--src/exchange/taler-exchange-httpd_kyc-webhook.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_kyc-webhook.h b/src/exchange/taler-exchange-httpd_kyc-webhook.h
index 1f472a87e..ea3821897 100644
--- a/src/exchange/taler-exchange-httpd_kyc-webhook.h
+++ b/src/exchange/taler-exchange-httpd_kyc-webhook.h
@@ -37,7 +37,7 @@ TEH_kyc_webhook_cleanup (void);
* Handle a GET "/kyc-webhook" request.
*
* @param rc request to handle
- * @param args one argument with the payment_target_uuid
+ * @param args one argument with the legitimization_uuid
* @return MHD result code
*/
MHD_RESULT
@@ -51,7 +51,7 @@ TEH_handler_kyc_webhook_get (
*
* @param rc request to handle
* @param root uploaded JSON body
- * @param args one argument with the payment_target_uuid
+ * @param args one argument with the legitimization_uuid
* @return MHD result code
*/
MHD_RESULT