commit 857fe0ab9483856c48f10c45c69dcf078afdc28b
parent 7f14b23914e43c3062facfd82f4430be218a9b2a
Author: MS <ms@taler.net>
Date: Mon, 1 Jun 2020 15:41:21 +0200
nexus preparation
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/taler-nexus-prepare b/contrib/taler-nexus-prepare
@@ -27,9 +27,9 @@ assertResponse(
post(
"http://localhost:5001/bank-connections",
json=dict(
- name="my-local",
+ name="my-loopback",
source="new",
- type="local",
+ type="loopback",
data=dict(
bankAccount="my-bank-account"
)