summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-06-01 15:41:21 +0200
committerMS <ms@taler.net>2020-06-01 15:41:21 +0200
commit857fe0ab9483856c48f10c45c69dcf078afdc28b (patch)
treea575361995fd6570978071db331b406c8567e726
parent7f14b23914e43c3062facfd82f4430be218a9b2a (diff)
downloadexchange-857fe0ab9483856c48f10c45c69dcf078afdc28b.tar.gz
exchange-857fe0ab9483856c48f10c45c69dcf078afdc28b.tar.bz2
exchange-857fe0ab9483856c48f10c45c69dcf078afdc28b.zip
nexus preparation
-rwxr-xr-xcontrib/taler-nexus-prepare4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/taler-nexus-prepare b/contrib/taler-nexus-prepare
index 3e30d3930..112891f39 100755
--- 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"
)