summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_kyc-webhook.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-08 15:22:45 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-08 15:22:45 +0200
commitff48ada7d5ba026a39c0e8ddefd54b80b813425b (patch)
tree14efbb57f75329c7d818b766b07d2b80c38fd35c /src/exchange/taler-exchange-httpd_kyc-webhook.c
parentd4fb0695ceb2f1c1ceb0ef1fc6fdded668396d4d (diff)
downloadexchange-ff48ada7d5ba026a39c0e8ddefd54b80b813425b.tar.gz
exchange-ff48ada7d5ba026a39c0e8ddefd54b80b813425b.tar.bz2
exchange-ff48ada7d5ba026a39c0e8ddefd54b80b813425b.zip
move kyclogic into libtalerkyclogic
Diffstat (limited to 'src/exchange/taler-exchange-httpd_kyc-webhook.c')
-rw-r--r--src/exchange/taler-exchange-httpd_kyc-webhook.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-httpd_kyc-webhook.c b/src/exchange/taler-exchange-httpd_kyc-webhook.c
index a5c11cec9..bba8e1a51 100644
--- a/src/exchange/taler-exchange-httpd_kyc-webhook.c
+++ b/src/exchange/taler-exchange-httpd_kyc-webhook.c
@@ -26,7 +26,7 @@
#include <pthread.h>
#include "taler_json_lib.h"
#include "taler_mhd_lib.h"
-#include "taler-exchange-httpd_kyc.h"
+#include "taler_kyclogic_lib.h"
#include "taler-exchange-httpd_kyc-webhook.h"
#include "taler-exchange-httpd_responses.h"
@@ -263,9 +263,9 @@ handler_kyc_webhook_generic (
rc->rh_cleaner = &clean_kwh;
if (GNUNET_OK !=
- TEH_kyc_get_logic (kwh->logic,
- &kwh->plugin,
- &kwh->pd))
+ TALER_KYCLOGIC_kyc_get_logic (kwh->logic,
+ &kwh->plugin,
+ &kwh->pd))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"KYC logic `%s' unknown (check KYC provider configuration)\n",