chargebee
Advanced tools
Comparing version 1.2.8 to 1.2.9
@@ -0,1 +1,22 @@ | ||
### v1.2.9 (2015-11-09) | ||
* * * | ||
** APIs updated**: | ||
Support for access payments. See : https://www.chargebee.com/docs/customers.html#excess-payments | ||
New attribute "excess_payments" is returned as part of Customer resource. | ||
See: https://apidocs.chargebee.com/docs/api/customers#customer_attributes | ||
New attribute "applied_at" is returned as part of Linked Transaction subresource of Invoice resource. | ||
See: https://apidocs.chargebee.com/docs/api/invoices#invoice_attributes | ||
New transaction type "PAYMENT_REVERSAL" is returned as part of Transaction resource. | ||
See: https://apidocs.chargebee.com/docs/api/transactions#transaction_attributes | ||
New attributes "amount_unused", "reference_transaction_id", "reversal_transaction_id" & "linked_refunds" subresource are returned as part of Transaction resource. | ||
New attribute "applied_at" is returmed as part of Linked Invoice subresource of Transaction resource. | ||
See: https://apidocs.chargebee.com/docs/api/transactions#transaction_attributes | ||
### v1.2.8 (2015-09-18) | ||
@@ -2,0 +23,0 @@ * * * |
@@ -8,3 +8,3 @@ var ChargeBee = {}; | ||
timeout: 40000, | ||
clientVersion: 'v1.2.8', | ||
clientVersion: 'v1.2.9', | ||
port: 443 | ||
@@ -11,0 +11,0 @@ }; |
{ | ||
"name" : "chargebee", | ||
"version" : "1.2.8", | ||
"version" : "1.2.9", | ||
"description" : "A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords" : ["payments","billing","subscription","chargebee"], |
39882