csingley / ofxtools

Python OFX Library
Other
301 stars 68 forks source link

Change acctid type to NagString #183

Closed diraol closed 5 months ago

diraol commented 5 months ago

Due to the fact that a brazilian bank (Nubank) is using UUID as acctid, going over the limit of 22 characters from the spec, we replaced the type from String to NagString without major prejudices.

Closes https://github.com/csingley/ofxtools/issues/182

csingley commented 5 months ago

LGTM