v2.0.2
This release fixes a TypeError that occurred when using InvoiceTypeCode constants with strict types enabled.
Bug Fixes
- Invoice: Fixed TypeError when setting InvoiceTypeCode - changed type from string to int to match the constant definitions. (Fixes #96)