commit c688de41036ab5e6a7fcf4fcdad278136e2a66d1 parent d90676a4113122bf937d8cdcbd321f0b3f581e0f Author: MS <ms@taler.net> Date: Wed, 17 Jun 2020 11:54:27 +0200 typo Diffstat:
| M | 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 @@ -416,7 +416,7 @@ suspend fun submitPreparedPaymentsViaEbics(httpClient: HttpClient) { logger.debug("Preparing payment: ${pain001document}") val subscriberDetails = getEbicsSubscriberDetailsInternal(subscriberEntity) workQueue.add(EbicsSubmission(subscriberDetails, pain001document)) - // FIXME: the payment must be flagger AFTER the submission happens. + // FIXME: the payment must be flagged AFTER the submission happens. it.submitted = true } }