chargebee
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -0,1 +1,17 @@ | ||
###v2.1.8 (2016-11-18) | ||
* * * | ||
** APIs updated**: | ||
A new attribute, 'tax_profile_id' has been added to Addon and Plan resource. | ||
See : https://apidocs.chargebee.com/docs/api/plans#plan_attributes | ||
The new input parameter 'tax_profile_id' has been added in Create and Update Addon and Plan APIs. | ||
See : https://apidocs.chargebee.com/docs/api/plans#create_a_plan | ||
The new cancel reason type 'non_compliant_customer' has been added to the Subscription resource. | ||
See : https://apidocs.chargebee.com/docs/api/subscriptions#subscription_attributes | ||
Removing .DS_store file. | ||
###v2.1.4 (2016-11-09) | ||
@@ -2,0 +18,0 @@ * * * |
@@ -10,3 +10,3 @@ var ChargeBee = {}; | ||
timeout: 40000, | ||
clientVersion: 'v2.1.4', | ||
clientVersion: 'v2.1.5', | ||
port: 443 | ||
@@ -13,0 +13,0 @@ }; |
{ | ||
"name":"chargebee", | ||
"version":"2.1.4", | ||
"version":"2.1.5", | ||
"description":"A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords":[ |
61764