gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: offering only SEPA


From: gnunet
Subject: [libeufin] branch master updated: offering only SEPA
Date: Wed, 22 Sep 2021 22:03:32 +0200

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 1a4a340  offering only SEPA
1a4a340 is described below

commit 1a4a3404da41e2599c7ce9c47f2591cdbd536eaf
Author: ms <ms@taler.net>
AuthorDate: Wed Sep 22 22:03:28 2021 +0200

    offering only SEPA
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/JSON.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/JSON.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/JSON.kt
index 2fdeaf1..b890640 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/JSON.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/JSON.kt
@@ -76,7 +76,7 @@ data class TalerWithdrawalStatus(
     val selection_done: Boolean,
     val transfer_done: Boolean,
     val amount: String,
-    val wire_types: List<String> = listOf("x-taler-bank"),
+    val wire_types: List<String> = listOf("sepa"),
     val suggested_exchange: String? = null,
     val sender_wire: String? = null,
     val aborted: Boolean = false,

-- 
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]