chargebee
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -0,1 +1,16 @@ | ||
### v1.1.8 (2015-02-27) | ||
* * * | ||
** APIs added**: | ||
A new API "Create an Invoice" added to create one-off invoices with multiple 'Non Recurring' addon & ad-hoc charges for a customer. See https://apidocs.chargebee.com/docs/api/invoices#create_an_invoice. | ||
A new API called Activate a portal session method(Portal session) added to support building your authentication for your website on top of ChargeBee. See https://apidocs.chargebee.com/docs/api/portal_sessions#activate_a_portal_session. Read about "Using ChargeBee authentication to allow access to your website" at https://apidocs.chargebee.com/docs/api/portal_sessions. | ||
** APIs updated**: | ||
Shipping and Billing Address are returned as part of Invoice resource attributes. This returns the shiping & billing address that was present at the time of invoice generation. | ||
Linked Customers as part of Portal session resource attributes. | ||
### v1.1.7 (2015-02-18) | ||
@@ -2,0 +17,0 @@ * * * |
@@ -8,3 +8,3 @@ var ChargeBee = {}; | ||
timeout: 40000, | ||
clientVersion: 'v1.1.7', | ||
clientVersion: 'v1.1.8', | ||
port: 443 | ||
@@ -11,0 +11,0 @@ }; |
@@ -164,2 +164,9 @@ var _endpoints = { | ||
[ | ||
"create", | ||
"POST", | ||
"/invoices", | ||
null, | ||
false | ||
], | ||
[ | ||
"charge", | ||
@@ -594,2 +601,9 @@ "POST", | ||
true | ||
], | ||
[ | ||
"activate", | ||
"POST", | ||
"/portal_sessions", | ||
"/activate", | ||
true | ||
] | ||
@@ -596,0 +610,0 @@ ] |
{ | ||
"name" : "chargebee", | ||
"version" : "1.1.7", | ||
"version" : "1.1.8", | ||
"description" : "A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords" : ["payments","billing","subscription","chargebee"], |
29291
881