chargebee
Advanced tools
Comparing version 2.18.0 to 2.19.0
@@ -11,3 +11,3 @@ var ChargeBee = {}; | ||
timeout: 80000, | ||
clientVersion: 'v2.18.0', | ||
clientVersion: 'v2.19.0', | ||
port: 443, | ||
@@ -14,0 +14,0 @@ timemachineWaitInMillis: 3000, |
@@ -828,2 +828,16 @@ var _endpoints = { | ||
[ | ||
"record_tax_withheld", | ||
"POST", | ||
"/invoices", | ||
"/record_tax_withheld", | ||
true | ||
], | ||
[ | ||
"remove_tax_withheld", | ||
"POST", | ||
"/invoices", | ||
"/remove_tax_withheld", | ||
true | ||
], | ||
[ | ||
"refund", | ||
@@ -965,2 +979,9 @@ "POST", | ||
[ | ||
"remove_tax_withheld_refund", | ||
"POST", | ||
"/credit_notes", | ||
"/remove_tax_withheld_refund", | ||
true | ||
], | ||
[ | ||
"resend_einvoice", | ||
@@ -2568,2 +2589,2 @@ "POST", | ||
}; | ||
module.exports = _endpoints; | ||
module.exports = _endpoints; |
{ | ||
"name":"chargebee", | ||
"version":"2.18.0", | ||
"version":"2.19.0", | ||
"description":"A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords":[ |
Sorry, the diff of this file is too big to display
186210
3036