summaryrefslogtreecommitdiff
path: root/src/authorization/libanastasiseufin
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-18 17:37:58 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-18 17:37:58 +0200
commit5f288737d51441694b2c25a6e6591cf2735b0730 (patch)
treeee55f9bd533158bda4ea369c0ce81222bfba57f7 /src/authorization/libanastasiseufin
parentd67df6dfa492454945414759577ea169ec0f6824 (diff)
downloadanastasis-5f288737d51441694b2c25a6e6591cf2735b0730.tar.gz
anastasis-5f288737d51441694b2c25a6e6591cf2735b0730.tar.bz2
anastasis-5f288737d51441694b2c25a6e6591cf2735b0730.zip
-get anastasis-helper-authorization-iban to build
Diffstat (limited to 'src/authorization/libanastasiseufin')
-rw-r--r--src/authorization/libanastasiseufin/lae_credit.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/authorization/libanastasiseufin/lae_credit.c b/src/authorization/libanastasiseufin/lae_credit.c
index b97536b..e8cabb5 100644
--- a/src/authorization/libanastasiseufin/lae_credit.c
+++ b/src/authorization/libanastasiseufin/lae_credit.c
@@ -117,8 +117,7 @@ parse_account_history (struct ANASTASIS_EUFIN_CreditHistoryHandle *hh,
MHD_HTTP_OK,
TALER_EC_NONE,
row_id,
- &td,
- transaction))
+ &td))
{
hh->hcb = NULL;
GNUNET_JSON_parse_free (hist_spec);
@@ -205,8 +204,7 @@ handle_credit_history_finished (void *cls,
response_code,
ec,
0LLU,
- NULL,
- j);
+ NULL);
ANASTASIS_EUFIN_credit_history_cancel (hh);
}
@@ -272,9 +270,9 @@ ANASTASIS_EUFIN_credit_history (
hh = GNUNET_new (struct ANASTASIS_EUFIN_CreditHistoryHandle);
hh->hcb = hres_cb;
hh->hcb_cls = hres_cb_cls;
- hh->request_url = Anastasis_url_join (auth->wire_gateway_url,
- url,
- NULL);
+ hh->request_url = TALER_url_join (auth->wire_gateway_url,
+ url,
+ NULL);
if (NULL == hh->request_url)
{
GNUNET_free (hh);