gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: prepend exchange URL in TWG payments s


From: gnunet
Subject: [libeufin] branch master updated: prepend exchange URL in TWG payments subject.
Date: Thu, 16 Jun 2022 09:36:36 +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 7796f080 prepend exchange URL in TWG payments subject.
7796f080 is described below

commit 7796f080b95627ba0778038be7e2926989edf1c5
Author: MS <ms@taler.net>
AuthorDate: Thu Jun 16 09:34:48 2022 +0200

    prepend exchange URL in TWG payments subject.
---
 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 f7e8fd88..3fbf1d25 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
@@ -213,7 +213,7 @@ private suspend fun talerTransfer(call: ApplicationCall) {
             exchangeBaseUrl = transferRequest.exchange_base_url
             requestUid = transferRequest.request_uid
             amount = transferRequest.amount
-            wtid = transferRequest.wtid
+            wtid = "${transferRequest.exchange_base_url} 
${transferRequest.wtid}"
             creditAccount = transferRequest.credit_account
         }
         row.id.value

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