chargebee
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -0,1 +1,15 @@ | ||
### v1.2.6 (2015-08-25) | ||
* * * | ||
** APIs updated**: | ||
The attribute for "first_invoice" & "currency_code" is returned as part of Invoice resource. | ||
See : https://apidocs.chargebee.com/docs/api/invoices#invoice_attributes | ||
The attribute for "currency_code" is returned as part of Transaction resource. | ||
See : https://apidocs.chargebee.com/docs/api/transactions#transaction_attributes | ||
A new source type "bulk_operation" is returned as part of "source" attribute of event resource. | ||
See : https://apidocs.chargebee.com/docs/api/events#event_attributes | ||
### v1.2.5 (2015-07-20) | ||
@@ -2,0 +16,0 @@ * * * |
@@ -8,3 +8,3 @@ var ChargeBee = {}; | ||
timeout: 40000, | ||
clientVersion: 'v1.2.5', | ||
clientVersion: 'v1.2.6', | ||
port: 443 | ||
@@ -11,0 +11,0 @@ }; |
{ | ||
"name" : "chargebee", | ||
"version" : "1.2.5", | ||
"version" : "1.2.6", | ||
"description" : "A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords" : ["payments","billing","subscription","chargebee"], |
37175