chargebee
Advanced tools
Comparing version 2.0.9 to 2.1.0
@@ -0,1 +1,7 @@ | ||
###v2.1.0 (2016-07-18) | ||
* * * | ||
** APIs added**: | ||
A new endpoint to remove coupons associated with the subscription is added. See : https://apidocs.chargebee.com/docs/api/subscriptions#remove_coupons | ||
A new endpoint to record excess payments for a customer is added. See : https://apidocs.chargebee.com/docs/api/customers#record_an_excess_payment_for_a_customer | ||
###v2.0.9 (2016-07-06) | ||
@@ -2,0 +8,0 @@ * * * |
@@ -10,3 +10,3 @@ var ChargeBee = {}; | ||
timeout: 40000, | ||
clientVersion: 'v2.0.9', | ||
clientVersion: 'v2.1.0', | ||
port: 443 | ||
@@ -13,0 +13,0 @@ }; |
@@ -60,2 +60,9 @@ var _endpoints = { | ||
[ | ||
"remove_coupons", | ||
"POST", | ||
"/subscriptions", | ||
"/remove_coupons", | ||
true | ||
], | ||
[ | ||
"update", | ||
@@ -196,2 +203,9 @@ "POST", | ||
[ | ||
"record_excess_payment", | ||
"POST", | ||
"/customers", | ||
"/record_excess_payment", | ||
true | ||
], | ||
[ | ||
"delete", | ||
@@ -198,0 +212,0 @@ "POST", |
{ | ||
"name":"chargebee", | ||
"version":"2.0.9", | ||
"version":"2.1.0", | ||
"description":"A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords":[ |
56729
1086