summaryrefslogtreecommitdiff
path: root/src/authorization/libanastasiseufin/lae_credit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/authorization/libanastasiseufin/lae_credit.c')
-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);