gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix copy-and-paste error


From: gnunet
Subject: [libeufin] branch master updated: fix copy-and-paste error
Date: Fri, 20 Jan 2023 20:19:59 +0100

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 b5848e37 fix copy-and-paste error
b5848e37 is described below

commit b5848e374e4ea6aab3da91b514cbd88f3742557a
Author: MS <ms@taler.net>
AuthorDate: Fri Jan 20 20:19:46 2023 +0100

    fix copy-and-paste error
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt
index 1ac23785..78870cf6 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/CircuitApi.kt
@@ -402,7 +402,7 @@ fun circuitApi(circuitRoute: Route) {
                             "SMS TAN supported but the command" +
                                     " was not found.  See the --sms-tan option 
from 'serve'"
                         ),
-                        address = customer.email ?: throw internalServerError(
+                        address = customer.phone ?: throw internalServerError(
                         "Customer has no phone number, but previous check 
should" +
                                 " have detected it!"
 

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