raphaelm / python-sepaxml

SEPA Direct Debit XML generation in python
MIT License
110 stars 41 forks source link

Output for 2 digit amounts is incorrect #23

Closed debruinf closed 4 years ago

debruinf commented 4 years ago

Thanks for your work on the sepaxml library.

I’ve found a small bug where amounts in cents with 2 digits are converted to ".24" instead of "0.24". I have a PR ready but couldn’t find a policy for submitting.

raphaelm commented 4 years ago

I’ve found a small bug where amounts in cents with 2 digits are converted to ".24" instead of "0.24". I have a PR ready but couldn’t find a policy for submitting.

There's no policy, just submit your PR! :)

debruinf commented 4 years ago

Cool, just did