gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: make cherry picking test case pa


From: gnunet
Subject: [taler-exchange] branch master updated: make cherry picking test case pass
Date: Fri, 17 Jan 2020 03:31:48 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new a65d3f18 make cherry picking test case pass
a65d3f18 is described below

commit a65d3f1800756e5ca5059b234e899c2c8474f3b4
Author: Florian Dold <address@hidden>
AuthorDate: Fri Jan 17 03:30:31 2020 +0100

    make cherry picking test case pass
---
 src/lib/test_exchange_api_keys_cherry_picking.conf            | 11 +++++++++--
 .../.config/taler/x-taler-bank.json                           |  5 ++---
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/src/lib/test_exchange_api_keys_cherry_picking.conf 
b/src/lib/test_exchange_api_keys_cherry_picking.conf
index dacdee92..c5a69df3 100644
--- a/src/lib/test_exchange_api_keys_cherry_picking.conf
+++ b/src/lib/test_exchange_api_keys_cherry_picking.conf
@@ -71,10 +71,12 @@ CONFIG = "postgres:///talercheck"
 WIRE_RESPONSE = ${TALER_CONFIG_HOME}/iban.json
 
 # What is the URL of our bank account? Must match WIRE_RESPONSE above!
-URL = payto://x-taler-bank/localhost:8080/42
+URL = payto://x-taler-bank/localhost/42
 
 METHOD = "x-taler-bank"
 
+WIRE_GATEWAY_URL = "http://localhost:9082/42/";
+
 
 [account-2]
 # This is the response we give out for the /wire request.  It provides
@@ -82,7 +84,9 @@ METHOD = "x-taler-bank"
 WIRE_RESPONSE = ${TALER_CONFIG_HOME}/x-taler-bank.json
 
 # What is the URL of our bank account? Must match WIRE_RESPONSE above!
-URL = payto://x-taler-bank/localhost:8082/2
+URL = payto://x-taler-bank/localhost/2
+
+WIRE_GATEWAY_URL = "http://localhost:9082/2/";
 
 METHOD = "x-taler-bank"
 
@@ -95,6 +99,9 @@ ENABLE_DEBIT = YES
 
 ENABLE_CREDIT = YES
 
+[bank]
+HTTP_PORT=8082
+
 [fees-x-taler-bank]
 # Fees for the forseeable future...
 # If you see this after 2017, update to match the next 10 years...
diff --git 
a/src/lib/test_exchange_api_keys_cherry_picking_home/.config/taler/x-taler-bank.json
 
b/src/lib/test_exchange_api_keys_cherry_picking_home/.config/taler/x-taler-bank.json
index e6371044..f39677ef 100644
--- 
a/src/lib/test_exchange_api_keys_cherry_picking_home/.config/taler/x-taler-bank.json
+++ 
b/src/lib/test_exchange_api_keys_cherry_picking_home/.config/taler/x-taler-bank.json
@@ -1,5 +1,4 @@
 {
-  "url": "payto://x-taler-bank/localhost:8082/2",
-  "master_sig": 
"2MNAYBN0Q5VEJKFBGH2SRJQSV3QXA81FPXMFF5Y5YQQW1MRTDGJTZX35XHMCZFZ9SN9Q4TQ6MNM8EX7GPPD2MP8Q528A1D8RK7N9J38",
-  "master_pub": "98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG"
+  "url": "payto://x-taler-bank/localhost/2",
+  "master_sig": 
"HEWC1XDS0QZ53YQR451VRKD4N968NXWGZXS30HJ59MJ0PESACK1ZYPYCAT15P08WD58C7D7F6EVN26D59JKA75XEBDQCM8VYFETK82R"
 }
\ No newline at end of file

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



reply via email to

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