libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit b5848e374e4ea6aab3da91b514cbd88f3742557a
parent 45147878c2d1dcb3a9b9e5237d7565b67db6f403
Author: MS <ms@taler.net>
Date:   Fri, 20 Jan 2023 20:19:46 +0100

fix copy-and-paste error

Diffstat:
Msandbox/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 @@ -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!"