You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New attribute taxjar_product_code has been added in Addon and Plan resource.
* New input parameter taxjar_product_code has been added in create_an_addon, update_an_addon, create_a_plan and update_a_plan api
* New input parameter taxjar_exemption_category has been added in create_a_customer, update_a_customer , create_a_subscription and import_a_subscription api
* New input parameter no_expiry has been added in gift_subscription_estimate and create_a_gift api
* New attribute no_expiry has been added in Gift resource
* New endpoint update_gift has been added in Gift resource
* New value BUSINESS_CHECKING has been added in AccountType enum
* New value CCD has been added in EcheckType enum
* New event type GIFT_UPDATED has been added
* New enum taxjar_exemption_category has been added
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
### v2.7.1(2020-01-08)
2
+
* * *
3
+
4
+
* New attribute taxjar_product_code has been added in Addon and Plan resource.
5
+
* New input parameter taxjar_product_code has been added in create_an_addon, update_an_addon, create_a_plan and update_a_plan api
6
+
* New input parameter taxjar_exemption_category has been added in create_a_customer, update_a_customer , create_a_subscription and import_a_subscription api
7
+
* New input parameter no_expiry has been added in gift_subscription_estimate and create_a_gift api
8
+
* New attribute no_expiry has been added in Gift resource
9
+
* New endpoint update_gift has been added in Gift resource
10
+
* New value BUSINESS_CHECKING has been added in AccountType enum
11
+
* New value CCD has been added in EcheckType enum
12
+
* New event type GIFT_UPDATED has been added
13
+
* New enum taxjar_exemption_category has been added
0 commit comments