raphaelm / python-sepaxml

SEPA Direct Debit XML generation in python
MIT License
112 stars 43 forks source link

FinInstnId tag no longer self-closing for debits without BIC #65

Closed dominiks96 closed 2 months ago

dominiks96 commented 2 months ago

This fix solves #61 by populating the FinInstnId tag, as defined by the pain.008.001.02 standard, whenever a debit payment is added, that has no BIC set

dominiks96 commented 2 months ago

@raphaelm mind having a look at my changes?