[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: Removing EBICS system ID.
From: |
gnunet |
Subject: |
[libeufin] branch master updated: Removing EBICS system ID. |
Date: |
Tue, 31 Oct 2023 15:30:15 +0100 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new 4e734df0 Removing EBICS system ID.
4e734df0 is described below
commit 4e734df083a38519c198a5b199807e85bcbd2789
Author: MS <ms@taler.net>
AuthorDate: Tue Oct 31 15:28:58 2023 +0100
Removing EBICS system ID.
May be reintroduced when needed.
---
nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt | 4 ----
1 file changed, 4 deletions(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
index 07bc6bbc..4879041c 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt
@@ -105,10 +105,6 @@ class EbicsSetupConfig(val config: TalerConfig) {
* EBICS partner ID.
*/
val ebicsPartnerId = ebicsSetupRequireString("partner_id")
- /**
- * EBICS system ID (is this optional?).
- */
- val ebicsSystemId = ebicsSetupRequireString("system_id")
/**
* Bank account metadata.
*/
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: Removing EBICS system ID.,
gnunet <=