gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: allow payment without BIC


From: gnunet
Subject: [libeufin] branch master updated: allow payment without BIC
Date: Thu, 18 Jun 2020 18:01:27 +0200

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

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new b6705d7  allow payment without BIC
b6705d7 is described below

commit b6705d735dfcc715adcfeb9f2f5edbbbd90396dc
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Jun 18 21:31:19 2020 +0530

    allow payment without BIC
---
 nexus/src/main/kotlin/tech/libeufin/nexus/JSON.kt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/JSON.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/JSON.kt
index cff2b05..f450654 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/JSON.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/JSON.kt
@@ -212,7 +212,7 @@ data class BankProtocolsResponse(
 /** Request type of "POST /prepared-payments" */
 data class PreparedPaymentRequest(
     val iban: String,
-    val bic: String,
+    val bic: String?,
     val name: String,
     val amount: String,
     val subject: String
@@ -291,7 +291,7 @@ data class TalerWireGatewayFacadeConfig(
 
 data class Pain001Data(
     val creditorIban: String,
-    val creditorBic: String,
+    val creditorBic: String?,
     val creditorName: String,
     val sum: Amount,
     val currency: String,

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