chargebee
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -178,2 +178,9 @@ var _endpoints = { | ||
[ | ||
"pdf", | ||
"POST", | ||
"/invoices", | ||
"/pdf", | ||
true | ||
], | ||
[ | ||
"collect", | ||
@@ -184,2 +191,9 @@ "POST", | ||
true | ||
], | ||
[ | ||
"refund", | ||
"POST", | ||
"/invoices", | ||
"/refund", | ||
true | ||
] | ||
@@ -215,2 +229,9 @@ ], | ||
true | ||
], | ||
[ | ||
"refund", | ||
"POST", | ||
"/transactions", | ||
"/refund", | ||
true | ||
] | ||
@@ -417,4 +438,5 @@ ], | ||
] | ||
] | ||
], | ||
"download": [] | ||
}; | ||
module.exports = _endpoints; |
{ | ||
"name" : "chargebee", | ||
"version" : "1.0.0", | ||
"version" : "1.0.1", | ||
"description" : "A library for integrating with ChargeBee.", | ||
@@ -5,0 +5,0 @@ "keywords" : ["payments","billing","subscription","chargebee"], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18843
7
705