chargebee
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -0,1 +1,13 @@ | ||
### v1.1.7 (2015-02-18) | ||
* * * | ||
** APIs added**: | ||
A new API called Remove scheduled cancellation method(Subscription) added to remove the pending cancellation scheduled at end of the subscription term. | ||
** APIs deprecated**: | ||
Reactivate a subscription(Subscription) API is deprecated for subscriptions in Non-Renewing state as an alternate API(see above) is added. | ||
** APIs updated**: | ||
Create subscription/customer, update subscription/customer/payment method/billing info API now accepts the State Code for billing, shipping, subscription and card addresses. | ||
### v1.1.6 (2015-01-07) | ||
@@ -2,0 +14,0 @@ * * * |
@@ -8,3 +8,3 @@ var ChargeBee = {}; | ||
timeout: 40000, | ||
clientVersion: 'v1.1.6', | ||
clientVersion: 'v1.1.7', | ||
port: 443 | ||
@@ -11,0 +11,0 @@ }; |
@@ -53,2 +53,9 @@ var _endpoints = { | ||
[ | ||
"remove_scheduled_cancellation", | ||
"POST", | ||
"/subscriptions", | ||
"/remove_scheduled_cancellation", | ||
true | ||
], | ||
[ | ||
"update", | ||
@@ -55,0 +62,0 @@ "POST", |
{ | ||
"name" : "chargebee", | ||
"version" : "1.1.6", | ||
"version" : "1.1.7", | ||
"description" : "A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords" : ["payments","billing","subscription","chargebee"], |
@@ -5,1 +5,6 @@ chargebee-node | ||
The [node.js](http://nodejs.org/) library for integrating with ChargeBee | ||
The full documentation can be found on the chargebee site here: | ||
[https://apidocs.chargebee.com/docs/api?lang=node](https://apidocs.chargebee.com/docs/api?lang=node) |
28216
867
10