byrokrat / giroapp

Command line app for managing autogiro donations.
GNU General Public License v3.0
4 stars 2 forks source link

Too strict checks on data formatting in xml files? #187

Closed nonbinary closed 5 years ago

nonbinary commented 5 years ago

When importing an xml file, that was produced from an online form created by autogirot, I get this:

Invalid payee bankgiro 1234567, expecting 123-4567

I honestly don't remember if the bankgiro number was manually filled in when creating the form, or if it was filled in by the creation process.

Either way, is it easily possible for the byrokrat/banking backend to capture and correct this formatting error?

nonbinary commented 5 years ago

Never mind, it seems I accidentally got an intermediate version, and not the latest master, when pulling changes.