Skip to content

v2.0.2

Choose a tag to compare

@brtdv brtdv released this 19 Dec 07:51
· 55 commits to master since this release
e691b57

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)