Version 3.4.0
Changes
- ✨ add support for: financial document v1
- ✨ add support for: proof of address v1
Deprecations
The FinancialV1
class is now deprecated.
It's still usable with no code modifications but will be removed in a future release.
All users are encouraged to move to FinancialDocumentV1
which has much better performance.
Also field names in FinancialDocumentV1
now match those of Invoice
and Receipt
.
Full Changelog: v3.3.0...v3.4.0