diff options
author | MS <ms@taler.net> | 2020-06-01 16:03:03 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2020-06-01 16:03:03 +0200 |
commit | 549f8a7c7be4878b06bdc44682f220c7261c3d20 (patch) | |
tree | e3b3dfec97cb07fc28b0650e2039e860dff46799 /contrib | |
parent | 857fe0ab9483856c48f10c45c69dcf078afdc28b (diff) | |
download | exchange-549f8a7c7be4878b06bdc44682f220c7261c3d20.tar.gz exchange-549f8a7c7be4878b06bdc44682f220c7261c3d20.tar.bz2 exchange-549f8a7c7be4878b06bdc44682f220c7261c3d20.zip |
nexus preparation
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/taler-nexus-prepare | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/taler-nexus-prepare b/contrib/taler-nexus-prepare index 112891f3..99bcffb4 100755 --- a/contrib/taler-nexus-prepare +++ b/contrib/taler-nexus-prepare @@ -31,7 +31,10 @@ assertResponse( source="new", type="loopback", data=dict( - bankAccount="my-bank-account" + account="my-bank-account", + iban="x", + bic="x", + holder="x", ) ), headers=dict(Authorization=USER_AUTHORIZATION_HEADER), |