Changelog
v3.7.0 - 2023-03-31
Changelog
v3.6.0 - 2023-02-01
The FinancialDocumentV1
class now uses an actual API call to the new route financial_document
.
Previously, determining whether a document is an invoice or a receipt was done internally by this library.
The API call way is much better, however some fields have been renamed compared to the internal handling.
This was done so field names now match exactly Invoice
and Receipt
classes.
As such, we encourage users to migrate to the new field structure.
If this is problematic, it's possible to use the deprecated way.
Simply pass FinancialDocumentV0
to the parse
method.
Usage is otherwise identical.
Changelog
v3.5.0 - 2023-01-17
Changelog
v3.4.1 - 2023-01-05
any
type in various placesTextField
class for fields we know are textualChangelog
v3.4.0 - 2023-01-04
Changelog
v3.3.0 - 2022-12-01
Changelog
v3.2.0 - 2022-11-14
Changelog
v3.1.1 - 2022-11-08