chargebee
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -0,1 +1,16 @@ | ||
### v1.1.9 (2015-03-30) | ||
* * * | ||
** APIs added**: | ||
A new API "Delete an Invoice" added to delete un-paid invoices. This feature was supported through admin console earlier, now it is available via API too. | ||
See https://apidocs.chargebee.com/docs/api/invoices#delete_an_invoice. | ||
** APIs updated**: | ||
Create subscription/customer, update subscription/payment method APIs now accepts the IP Address of customer for card resource. | ||
Now, event "invoice_deleted" can be fetched via API. | ||
See https://apidocs.chargebee.com/docs/api/events#event_types. | ||
### v1.1.8 (2015-02-27) | ||
@@ -2,0 +17,0 @@ * * * |
@@ -8,3 +8,3 @@ var ChargeBee = {}; | ||
timeout: 40000, | ||
clientVersion: 'v1.1.8', | ||
clientVersion: 'v1.1.9', | ||
port: 443 | ||
@@ -11,0 +11,0 @@ }; |
@@ -246,2 +246,9 @@ var _endpoints = { | ||
true | ||
], | ||
[ | ||
"delete", | ||
"POST", | ||
"/invoices", | ||
"/delete", | ||
true | ||
] | ||
@@ -248,0 +255,0 @@ ], |
{ | ||
"name" : "chargebee", | ||
"version" : "1.1.8", | ||
"version" : "1.1.9", | ||
"description" : "A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords" : ["payments","billing","subscription","chargebee"], |
29924
888