From 94126e8b928ad46ab078f45e82357dfb3ac09a5a Mon Sep 17 00:00:00 2001 From: MS Date: Wed, 17 May 2023 14:54:36 +0200 Subject: Removing obsolete part from README --- sandbox/src/main/kotlin/tech/libeufin/sandbox/ConversionService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sandbox/src/main/kotlin/tech/libeufin') diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/ConversionService.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/ConversionService.kt index bbbae1df..31ad5b88 100644 --- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/ConversionService.kt +++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/ConversionService.kt @@ -312,7 +312,7 @@ suspend fun cashoutMonitor( } val resp = try { httpClient.post(paymentInitEndpoint) { - expectSuccess = false // Avoid excepting on !2xx + expectSuccess = false // Avoids excepting on !2xx basicAuth(usernameAtNexus, passwordAtNexus) contentType(ContentType.Application.Json) setBody(objectMapper.writeValueAsString(body)) -- cgit v1.2.3