chargebee 2.22.1 → 2.22.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/lib/chargebee.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Chargebee Node Client Library - API V2
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/chargebee)
|
|
4
|
+
[](https://www.npmjs.com/package/chargebee)
|
|
5
5
|
|
|
6
6
|
This is the [node.js](http://nodejs.org/) library for integrating with Chargebee. Sign up for a Chargebee account [here](https://www.chargebee.com).
|
|
7
7
|
|
package/lib/chargebee.js
CHANGED