aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-07-31 15:04:31 +0200
committerChristian Grothoff <christian@grothoff.org>2024-07-31 15:04:31 +0200
commit4a312017e07335a7285d6a984f4a2a3882877288 (patch)
tree5094913cdead8253e8414c9a36885d192888413f /src/lib
parent272f1d9ebc2cd2469dbaaaca94b3ea03973b3f2a (diff)
comment out most of test_kyc_api, requires more fundamental merchant work
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/merchant_api_get_instance.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/merchant_api_get_instance.c b/src/lib/merchant_api_get_instance.c
index 76f3691a..50b50691 100644
--- a/src/lib/merchant_api_get_instance.c
+++ b/src/lib/merchant_api_get_instance.c
@@ -181,6 +181,7 @@ TALER_MERCHANT_instance_get (struct GNUNET_CURL_Context *ctx,
igh->ctx = ctx;
igh->cb = cb;
igh->cb_cls = cb_cls;
+ if (NULL != instance_id)
{
char *path;
@@ -192,6 +193,12 @@ TALER_MERCHANT_instance_get (struct GNUNET_CURL_Context *ctx,
NULL);
GNUNET_free (path);
}
+ else
+ {
+ igh->url = TALER_url_join (backend_url,
+ "private",
+ NULL);
+ }
if (NULL == igh->url)
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,