diff options
Diffstat (limited to 'src/kyclogic')
-rw-r--r-- | src/kyclogic/taler-exchange-kyc-tester.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kyclogic/taler-exchange-kyc-tester.c b/src/kyclogic/taler-exchange-kyc-tester.c index d1265626c..8801b19d4 100644 --- a/src/kyclogic/taler-exchange-kyc-tester.c +++ b/src/kyclogic/taler-exchange-kyc-tester.c @@ -518,7 +518,7 @@ kyc_provider_account_lookup ( * @param rc request to handle * @param method HTTP request method used by the client * @param root uploaded JSON body (can be NULL) - * @param args one argument with the payment_target_uuid + * @param args one argument with the legitimization_uuid * @return MHD result code */ static MHD_RESULT @@ -599,7 +599,7 @@ handler_kyc_webhook_generic ( * 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 */ static MHD_RESULT @@ -619,7 +619,7 @@ handler_kyc_webhook_get ( * * @param rc request to handle * @param root uploaded JSON body (can be NULL) - * @param args one argument with the payment_target_uuid + * @param args one argument with the legitimization_uuid * @return MHD result code */ static MHD_RESULT |