Skip to content

Releases: rk/taxify

2.1.0

02 Jan 14:37
@rk rk

Choose a tag to compare

This release is a "bugfix", but may have unforeseen consequences. This formats the dollar values as strings, rounded to 2 places, for Taxify. Internally, it's still a float type.

Cents to Dollars Patch

13 Dec 18:11
@rk rk
4547492

Choose a tag to compare

Urgent: the Taxify API uses all financial figures as dollars (float) not cents (int). This patch expands the financial fields and documents a little for the extended price and amount fields.

2.0.2

31 Oct 20:57
@rk rk
1b6f2be

Choose a tag to compare

The Address could return null from getStreet2(), and the VerifyAddress request couldn't accept that. This fixes the issue by making the VerifyAddress property and setter accept null values.