commit bdf97b3e494a32494b1a8002206bba5c8d89512c parent c5d500902f90df2722359bffba3e7feab42e724f Author: Antoine A <> Date: Thu, 12 Dec 2024 19:41:51 +0100 typo Diffstat:
| M | nexus/src/main/kotlin/tech/libeufin/nexus/iso20022/camt.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/iso20022/camt.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/iso20022/camt.kt @@ -503,7 +503,7 @@ fun parseTx(notifXml: InputStream, dialect: Dialect): List<AccountTransactions> if (reversal) { // Check reversal by fee over amount require(kind == Kind.DBIT) { "reversal credit not yet supported" } - val fee = requireNotNull(creditFee()) { "Mising fee" } + val fee = requireNotNull(creditFee()) { "Missing fee" } val amount = amount() one("NtryDtls").one("TxDtls") { val txRef = opt("Refs")?.opt("AcctSvcrRef")?.text()