gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: remove wrong hard-coded subject


From: gnunet
Subject: [libeufin] branch master updated: remove wrong hard-coded subject
Date: Thu, 16 Jun 2022 09:59: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 959dfb5d remove wrong hard-coded subject
959dfb5d is described below

commit 959dfb5d32329032a902515cf75174cd7ad85100
Author: MS <ms@taler.net>
AuthorDate: Thu Jun 16 09:59:32 2022 +0200

    remove wrong hard-coded 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 4f5f7925..2e2e13d0 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Taler.kt
@@ -201,7 +201,7 @@ private suspend fun talerTransfer(call: ApplicationCall) {
                 creditorName = creditorData.receiverName ?: throw NexusError(
                     HttpStatusCode.BadRequest, "Payto did not mention account 
owner"
                 ),
-                subject = "${transferRequest.exchange_base_url} 
${transferRequest.wtid}",
+                subject = paymentSubject,
                 sum = amountObj.amount,
                 currency = amountObj.currency
             ),

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