gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: fix /reject base UR


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix /reject base URL.
Date: Mon, 24 Sep 2018 18:31:33 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 78ebba72 fix /reject base URL.
78ebba72 is described below

commit 78ebba7276e96f916e7e890180bb53666e4e94dc
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Sep 24 18:31:08 2018 +0200

    fix /reject base URL.
---
 src/wire-plugins/plugin_wire_taler-bank.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wire-plugins/plugin_wire_taler-bank.c 
b/src/wire-plugins/plugin_wire_taler-bank.c
index aa99816e..abbad1aa 100644
--- a/src/wire-plugins/plugin_wire_taler-bank.c
+++ b/src/wire-plugins/plugin_wire_taler-bank.c
@@ -1238,7 +1238,7 @@ taler_bank_reject_transfer (void *cls,
   TALER_LOG_INFO ("Rejecting over %s bank URL\n",
                   account.hostname);
   rh->brh = TALER_BANK_reject (tc->ctx,
-                               account.hostname,
+                               account.bank_base_url,
                                &rh->auth,
                                (uint64_t) account.no,
                                GNUNET_ntohll (*rowid_b64),

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]