exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 713327e10549e82d9f3d6967bfd00d2d628aa259
parent 8eaf523f5f97356f782fb57ab0e0900f70c91ed1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  2 Nov 2023 16:57:45 +0100

-fix URL

Diffstat:
Msrc/kyclogic/plugin_kyclogic_oauth2.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kyclogic/plugin_kyclogic_oauth2.c b/src/kyclogic/plugin_kyclogic_oauth2.c @@ -630,7 +630,7 @@ handle_curl_setup_finished (void *cls, } GNUNET_asprintf (&url, "%s/%s", - pd->setup_url, + pd->authorize_url, nonce); initiate_with_url (ih, url);