Fixed debitor IBAN and BIC

This commit is contained in:
dankl 2019-10-27 22:05:00 +01:00 committed by dankito
parent 67d7515b57
commit 21e9a021c5
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ open class SepaEinzelueberweisung(
1, 1,
sepaDescriptorUrn, sepaDescriptorUrn,
"pain.001.001.03.xml", "pain.001.001.03.xml",
data.creditorIban, debitor.iban ?: "", // TODO: what to do if iban is not set?
data.creditorBic, debitorBic,
mapOf( mapOf(
SepaMessageCreator.NumberOfTransactionsKey to "1", // TODO: may someday support more then one transaction per file SepaMessageCreator.NumberOfTransactionsKey to "1", // TODO: may someday support more then one transaction per file
"DebitorName" to debitor.name, "DebitorName" to debitor.name,