gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix configs for test


From: gnunet
Subject: [taler-exchange] branch master updated: fix configs for test
Date: Tue, 14 Jan 2020 14:09:52 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 088e6c5f fix configs for test
088e6c5f is described below

commit 088e6c5f3cabcc8d91b8901dcaab6c8430ce26c8
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Jan 14 14:09:48 2020 +0100

    fix configs for test
---
 doc/prebuilt                                       | 2 +-
 src/lib/test_exchange_api.conf                     | 4 ++--
 src/lib/test_exchange_api_keys_cherry_picking.conf | 6 ++----
 3 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/doc/prebuilt b/doc/prebuilt
index 934a6a18..ca53235c 160000
--- a/doc/prebuilt
+++ b/doc/prebuilt
@@ -1 +1 @@
-Subproject commit 934a6a18301e81c4fd1b3a8cda2dc13dca4741cc
+Subproject commit ca53235ccfa0458ebf11c204888ca370e20ec3f5
diff --git a/src/lib/test_exchange_api.conf b/src/lib/test_exchange_api.conf
index 44ade0d9..ca576214 100644
--- a/src/lib/test_exchange_api.conf
+++ b/src/lib/test_exchange_api.conf
@@ -71,7 +71,7 @@ URL = "payto://x-taler-bank/localhost:8082/42"
 # wallets with the bank information for transfers to the exchange.
 WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-1.json
 # Which wire plugin should we used to access the account?
-PLUGIN = taler_bank
+METHOD = x-taler-bank
 
 # ENABLE_CREDIT = YES
 
@@ -84,7 +84,7 @@ URL = "payto://x-taler-bank/localhost:8082/2"
 WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-2.json
 
 # Which wire plugin should we used to access the account?
-PLUGIN = taler_bank
+METHOD = x-taler-bank
 
 # Authentication information for basic authentication
 TALER_BANK_AUTH_METHOD = "basic"
diff --git a/src/lib/test_exchange_api_keys_cherry_picking.conf 
b/src/lib/test_exchange_api_keys_cherry_picking.conf
index bd680863..dacdee92 100644
--- a/src/lib/test_exchange_api_keys_cherry_picking.conf
+++ b/src/lib/test_exchange_api_keys_cherry_picking.conf
@@ -73,8 +73,7 @@ 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
 
-# Which plugin implements access for this account?
-PLUGIN = "taler_bank"
+METHOD = "x-taler-bank"
 
 
 [account-2]
@@ -85,8 +84,7 @@ 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
 
-# Which plugin implements access for this account?
-PLUGIN = "taler_bank"
+METHOD = "x-taler-bank"
 
 # Authentication information for basic authentication
 TALER_BANK_AUTH_METHOD = "basic"

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



reply via email to

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