aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2024-02-06 17:51:28 +0100
committerAntoine A <>2024-02-06 17:51:28 +0100
commitf0926cab3914aaeededce9bfb455067d04489784 (patch)
tree27c148e329247fc18a99178a4c02a6ef4950fb97
parente0863e06f456e6b577fea8299fbffb9d022c8454 (diff)
downloadlibeufin-f0926cab3914aaeededce9bfb455067d04489784.tar.gz
libeufin-f0926cab3914aaeededce9bfb455067d04489784.tar.bz2
libeufin-f0926cab3914aaeededce9bfb455067d04489784.zip
Fix document description
-rw-r--r--nexus/src/main/kotlin/tech/libeufin/nexus/EbicsFetch.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/EbicsFetch.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/EbicsFetch.kt
index fd4f0419..bd721487 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/EbicsFetch.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/EbicsFetch.kt
@@ -414,7 +414,7 @@ enum class Document {
Document.acknowledgement -> "EBICS acknowledgement"
Document.status -> "Payment status"
//Document.report -> "Account intraday reports"
- Document.notification -> "Debit & credit notificatio"
+ Document.notification -> "Debit & credit notifications"
//Document.statement -> "Account statements"
}
@@ -422,7 +422,7 @@ enum class Document {
Document.acknowledgement -> "EBICS acknowledgement - CustomerAcknowledgement HAC pain.002"
Document.status -> "Payment status - CustomerPaymentStatusReport pain.002"
//report -> "Account intraday reports - BankToCustomerAccountReport camt.052"
- Document.notification -> "Debit & credit notificatio - BankToCustomerDebitCreditNotification camt.054"
+ Document.notification -> "Debit & credit notifications - BankToCustomerDebitCreditNotification camt.054"
//statement -> "Account statements - BankToCustomerStatement camt.053"
}