chargebee
Advanced tools
Comparing version 2.22.3 to 2.23.0
@@ -13,3 +13,3 @@ var ChargeBee = {}; | ||
timeout: 80000, | ||
clientVersion: 'v2.22.3', | ||
clientVersion: 'v2.23.0', | ||
port: 443, | ||
@@ -16,0 +16,0 @@ timemachineWaitInMillis: 3000, |
@@ -469,2 +469,9 @@ var _endpoints = { | ||
[ | ||
"create_voucher_payment_source", | ||
"POST", | ||
"/payment_sources", | ||
"/create_voucher_payment_source", | ||
false | ||
], | ||
[ | ||
"create_card", | ||
@@ -1407,2 +1414,9 @@ "POST", | ||
false | ||
], | ||
[ | ||
"events", | ||
"POST", | ||
"/hosted_pages", | ||
"/events", | ||
false | ||
] | ||
@@ -2623,4 +2637,33 @@ ], | ||
], | ||
"media": [] | ||
"payment_voucher": [ | ||
[ | ||
"create", | ||
"POST", | ||
"/payment_vouchers", | ||
null, | ||
false | ||
], | ||
[ | ||
"retrieve", | ||
"GET", | ||
"/payment_vouchers", | ||
null, | ||
true | ||
], | ||
[ | ||
"payment_vouchers_for_invoice", | ||
"GET", | ||
"/invoices", | ||
"/payment_vouchers", | ||
true | ||
], | ||
[ | ||
"payment_vouchers_for_customer", | ||
"GET", | ||
"/customers", | ||
"/payment_vouchers", | ||
true | ||
] | ||
] | ||
}; | ||
module.exports = _endpoints; |
{ | ||
"name":"chargebee", | ||
"version":"2.22.3", | ||
"version":"2.23.0", | ||
"description":"A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords":[ |
Sorry, the diff of this file is too big to display
196280
3119