gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix WTID URL order


From: gnunet
Subject: [libeufin] branch master updated: fix WTID URL order
Date: Thu, 16 Jun 2022 09:53:59 +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 ebb5aae7 fix WTID URL order
ebb5aae7 is described below

commit ebb5aae784a88f7b901374cdf03483aae3fd5591
Author: MS <ms@taler.net>
AuthorDate: Thu Jun 16 09:53:55 2022 +0200

    fix WTID URL order
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
index 51c2e757..4f5f7925 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
@@ -193,7 +193,7 @@ private suspend fun talerTransfer(call: ApplicationCall) {
             }
         }
         val exchangeBankAccount = getFacadeBankAccount(facadeId)
-        val paymentSubject = "${transferRequest.exchange_base_url} 
${transferRequest.wtid}"
+        val paymentSubject = "${transferRequest.wtid} 
${transferRequest.exchange_base_url}"
         val pain001 = addPaymentInitiation(
             Pain001Data(
                 creditorIban = creditorData.iban,

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