Fixed debitor IBAN and BIC
This commit is contained in:
parent
67d7515b57
commit
21e9a021c5
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue