gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: adapt taler-local to new chang


From: gnunet
Subject: [taler-deployment] branch master updated: adapt taler-local to new changes
Date: Sat, 13 Nov 2021 21:01:29 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new a936ef5  adapt taler-local to new changes
a936ef5 is described below

commit a936ef59a916f8c7dce416aa5657e60d938315f8
Author: ms <ms@taler.net>
AuthorDate: Sat Nov 13 21:01:24 2021 +0100

    adapt taler-local to new changes
---
 bin/WIP/taler-local | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
index 752e726..c8e9c26 100755
--- 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",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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