chargebee
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -0,1 +1,10 @@ | ||
###v2.0.8 (2016-07-04) | ||
* * * | ||
** APIs updated**: | ||
The attribute "currency_code" is added as part of Plans, Addons, Coupons, Subscription, Transaction and Estimate resource. | ||
See : https://apidocs.chargebee.com/docs/api/subscriptions#subscription_attributes | ||
The API's Set promotional credits for a customer, Add promotional credits to a customer and Deduct promotional credits for a customer takes in "currency_code" as input. | ||
See : https://apidocs.chargebee.com/docs/api/customers#set_promotional_credits_for_a_customer | ||
### v2.0.7 (2016-06-27) | ||
@@ -2,0 +11,0 @@ * * * |
@@ -10,3 +10,3 @@ var ChargeBee = {}; | ||
timeout: 40000, | ||
clientVersion: 'v2.0.7', | ||
clientVersion: 'v2.0.8', | ||
port: 443 | ||
@@ -13,0 +13,0 @@ }; |
{ | ||
"name":"chargebee", | ||
"version":"2.0.7", | ||
"version":"2.0.8", | ||
"description":"A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords":[ |
55891