gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] 03/04: build exchange url at (withdraw) co


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 03/04: build exchange url at (withdraw) command creation.
Date: Wed, 21 Mar 2018 17:18:06 +0100

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

marcello pushed a commit to branch master
in repository exchange.

commit 9cc813adec097191c4c2c0da08337ffd0dcf6f6e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 21 15:48:12 2018 +0100

    build exchange url at (withdraw) command creation.
---
 src/exchange-lib/testing_api_cmd_withdraw.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/exchange-lib/testing_api_cmd_withdraw.c 
b/src/exchange-lib/testing_api_cmd_withdraw.c
index 5f3808a..8ab5e1d 100644
--- a/src/exchange-lib/testing_api_cmd_withdraw.c
+++ b/src/exchange-lib/testing_api_cmd_withdraw.c
@@ -354,6 +354,8 @@ TALER_TESTING_cmd_withdraw_amount
   }
   ws->expected_response_code = expected_response_code;
   ws->exchange = exchange;
+  ws->exchange_url = MAH_path_to_url (exchange, "/");
+
   cmd.cls = ws;
   cmd.label = label;
   cmd.run = &withdraw_run;
@@ -390,7 +392,7 @@ TALER_TESTING_cmd_withdraw_denomination
   ws->pk = dk;
   ws->expected_response_code = expected_response_code;
   ws->exchange = exchange;
-  ws->exchange_url = MAH_path_to_url (ws->exchange, "/");
+  ws->exchange_url = MAH_path_to_url (exchange, "/");
 
   cmd.cls = ws;
   cmd.label = label;

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



reply via email to

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