chargebee
Advanced tools
Comparing version 2.6.3 to 2.6.4
@@ -10,3 +10,3 @@ var ChargeBee = {}; | ||
timeout: 40000, | ||
clientVersion: 'v2.6.3', | ||
clientVersion: 'v2.6.4', | ||
port: 443, | ||
@@ -13,0 +13,0 @@ timemachineWaitInMillis: 3000, |
@@ -151,2 +151,9 @@ var _endpoints = { | ||
[ | ||
"regenerate_invoice", | ||
"POST", | ||
"/subscriptions", | ||
"/regenerate_invoice", | ||
true | ||
], | ||
[ | ||
"import_subscription", | ||
@@ -1025,2 +1032,9 @@ "POST", | ||
[ | ||
"create_for_items", | ||
"POST", | ||
"/gifts", | ||
"/create_for_items", | ||
false | ||
], | ||
[ | ||
"retrieve", | ||
@@ -1256,2 +1270,9 @@ "GET", | ||
[ | ||
"create_sub_item_estimate", | ||
"POST", | ||
"/estimates", | ||
"/create_subscription_for_items", | ||
false | ||
], | ||
[ | ||
"create_sub_for_customer_estimate", | ||
@@ -1299,2 +1320,9 @@ "GET", | ||
[ | ||
"regenerate_invoice_estimate", | ||
"POST", | ||
"/subscriptions", | ||
"/regenerate_invoice_estimate", | ||
true | ||
], | ||
[ | ||
"upcoming_invoices_estimate", | ||
@@ -1321,2 +1349,9 @@ "GET", | ||
[ | ||
"cancel_subscription_for_items", | ||
"POST", | ||
"/subscriptions", | ||
"/cancel_subscription_for_items_estimate", | ||
true | ||
], | ||
[ | ||
"pause_subscription", | ||
@@ -1343,2 +1378,9 @@ "POST", | ||
[ | ||
"gift_subscription_for_items", | ||
"POST", | ||
"/estimates", | ||
"/gift_subscription_for_items", | ||
false | ||
], | ||
[ | ||
"create_invoice", | ||
@@ -1345,0 +1387,0 @@ "POST", |
{ | ||
"name":"chargebee", | ||
"version":"2.6.3", | ||
"version":"2.6.4", | ||
"description":"A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords":[ |
Sorry, the diff of this file is too big to display
144738
2646