commit a936ef59a916f8c7dce416aa5657e60d938315f8
parent bf7b45682609b64048bef49432016518f2e95928
Author: ms <ms@taler.net>
Date: Sat, 13 Nov 2021 21:01:24 +0100
adapt taler-local to new changes
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
@@ -679,7 +679,6 @@ def prepare():
).run()
def prepare_sandbox_account(
- currency,
sandbox_url,
ebics_host_id,
ebics_partner_id,
@@ -712,7 +711,6 @@ def prepare():
"--ebics-user-id", ebics_user_id,
"--ebics-host-id", ebics_host_id,
"--ebics-partner-id", ebics_partner_id,
- "--currency", currency
],
env
).run()
@@ -1302,7 +1300,6 @@ Logs: {rev_proxy.get_log_filename()}"
print_nn("Create Exchange account at Sandbox...")
prepare_sandbox_account(
- currency=CURRENCY,
sandbox_url=SANDBOX_URL,
ebics_host_id=EBICS_HOST_ID,
ebics_partner_id=EXCHANGE_EBICS_PARTNER_ID,
@@ -1323,7 +1320,6 @@ Logs: {rev_proxy.get_log_filename()}"
for instance_id, iban in INSTANCES.items():
print_nn(f"Create account of {instance_id} at Sandbox...")
prepare_sandbox_account(
- currency=CURRENCY,
sandbox_url=SANDBOX_URL,
ebics_host_id=EBICS_HOST_ID,
ebics_partner_id="unusedMerchantEbicsPartnerId",
@@ -1339,7 +1335,6 @@ Logs: {rev_proxy.get_log_filename()}"
print(" OK")
print_nn("Create Customer account at Sandbox...")
prepare_sandbox_account(
- currency=CURRENCY,
sandbox_url=SANDBOX_URL,
ebics_host_id=EBICS_HOST_ID,
ebics_partner_id="unusedCustomerEbicsPartnerId",