gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Anastasis wants history permission


From: gnunet
Subject: [libeufin] branch master updated: Anastasis wants history permission
Date: Wed, 18 Aug 2021 18:50:09 +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 3a74bde  Anastasis wants history permission
3a74bde is described below

commit 3a74bde3ae1ac801a920033bbdccbfa7b2112051
Author: ms <ms@taler.net>
AuthorDate: Wed Aug 18 18:50:03 2021 +0200

    Anastasis wants history permission
---
 nexus/src/main/kotlin/tech/libeufin/nexus/Anastasis.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Anastasis.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/Anastasis.kt
index 6086119..f53098a 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/Anastasis.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/Anastasis.kt
@@ -67,7 +67,7 @@ fun anastasisFilter(payment: NexusBankTransactionEntity, 
txDtls: TransactionDeta
  */
 private suspend fun historyIncoming(call: ApplicationCall) {
     val facadeId = expectNonNull(call.parameters["fcid"])
-    call.request.requirePermission(PermissionQuery("facade", facadeId, 
"facade.talerwiregateway.history"))
+    call.request.requirePermission(PermissionQuery("facade", facadeId, 
"facade.anastasis.history"))
     val param = call.expectUrlParameter("delta")
     val delta: Int = try {
         param.toInt()

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