chargebee
Advanced tools
Comparing version 2.7.0 to 2.8.0
@@ -10,4 +10,4 @@ var ChargeBee = {}; | ||
apiPath: '/api/v2', | ||
timeout: 40000, | ||
clientVersion: 'v2.7.0', | ||
timeout: 80000, | ||
clientVersion: 'v2.8.0', | ||
port: 443, | ||
@@ -22,2 +22,6 @@ timemachineWaitInMillis: 3000, | ||
ChargeBee.updateRequestTimeoutInMillis = function(timeout) { | ||
ChargeBee._env.timeout = timeout; | ||
}; | ||
ChargeBee._endpoints = require('./resources/api_endpoints.js'); | ||
@@ -464,2 +468,3 @@ | ||
module.exports.export.wait_for_export_completion = ChargeBee._waitForExport; | ||
module.exports.updateRequestTimeoutInMillis = ChargeBee.updateRequestTimeoutInMillis; | ||
})(); |
@@ -475,2 +475,9 @@ var _endpoints = { | ||
[ | ||
"update_bank_account", | ||
"POST", | ||
"/payment_sources", | ||
"/update_bank_account", | ||
true | ||
], | ||
[ | ||
"verify_bank_account", | ||
@@ -842,2 +849,3 @@ "POST", | ||
], | ||
"tax_withheld": [], | ||
"credit_note": [ | ||
@@ -2237,2 +2245,16 @@ [ | ||
true | ||
], | ||
[ | ||
"find_applicable_items", | ||
"GET", | ||
"/item_prices", | ||
"/applicable_items", | ||
true | ||
], | ||
[ | ||
"find_applicable_item_prices", | ||
"GET", | ||
"/item_prices", | ||
"/applicable_item_prices", | ||
true | ||
] | ||
@@ -2239,0 +2261,0 @@ ], |
{ | ||
"name":"chargebee", | ||
"version":"2.7.0", | ||
"version":"2.8.0", | ||
"description":"A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords":[ |
Sorry, the diff of this file is too big to display
164497
2753