chargebee
Advanced tools
Comparing version 2.6.4 to 2.6.5
@@ -10,3 +10,3 @@ var ChargeBee = {}; | ||
timeout: 40000, | ||
clientVersion: 'v2.6.4', | ||
clientVersion: 'v2.6.5', | ||
port: 443, | ||
@@ -13,0 +13,0 @@ timemachineWaitInMillis: 3000, |
@@ -1154,2 +1154,9 @@ var _endpoints = { | ||
[ | ||
"checkout_one_time", | ||
"POST", | ||
"/hosted_pages", | ||
"/checkout_one_time", | ||
false | ||
], | ||
[ | ||
"checkout_new_for_items", | ||
@@ -1782,2 +1789,39 @@ "POST", | ||
], | ||
"usage": [ | ||
[ | ||
"create", | ||
"POST", | ||
"/subscriptions", | ||
"/usages", | ||
true | ||
], | ||
[ | ||
"retrieve", | ||
"GET", | ||
"/subscriptions", | ||
"/usage", | ||
true | ||
], | ||
[ | ||
"delete", | ||
"POST", | ||
"/subscriptions", | ||
"/delete_usage", | ||
true | ||
], | ||
[ | ||
"list", | ||
"GET", | ||
"/usages", | ||
null, | ||
false | ||
], | ||
[ | ||
"pdf", | ||
"POST", | ||
"/usages", | ||
"/pdf", | ||
false | ||
] | ||
], | ||
"event": [ | ||
@@ -1784,0 +1828,0 @@ [ |
{ | ||
"name":"chargebee", | ||
"version":"2.6.4", | ||
"version":"2.6.5", | ||
"description":"A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords":[ |
Sorry, the diff of this file is too big to display
147501
2690