wallet 1.1.4 → 1.1.5
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 +13 -1
- package/package.json +1 -1
- package/readme-generator.py +13 -1
package/README.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
2
|
+

|
|
3
|
+
|
|
4
|
+
> Access to this module is presently restricted to customers of Wallet Inc.
|
|
5
|
+
|
|
6
|
+
## Summary
|
|
7
|
+
|
|
8
|
+
This module provides a server-side SDK for integrating with the CRM & Digital Payments platform provided by Wallet Inc. For details about the Wallet platform, please visit https://wallet.inc
|
|
9
|
+
|
|
10
|
+
## Install
|
|
11
|
+
|
|
12
|
+
```bash
|
|
13
|
+
npm install wallet
|
|
14
|
+
```
|
|
3
15
|
|
|
4
16
|
## Usage
|
|
5
17
|
|
package/package.json
CHANGED
package/readme-generator.py
CHANGED
|
@@ -3,7 +3,19 @@ import os
|
|
|
3
3
|
import sys
|
|
4
4
|
|
|
5
5
|
readme = """
|
|
6
|
-
|
|
6
|
+

|
|
7
|
+
|
|
8
|
+
> Access to this module is presently restricted to customers of Wallet Inc.
|
|
9
|
+
|
|
10
|
+
## Summary
|
|
11
|
+
|
|
12
|
+
This module provides a server-side SDK for integrating with the CRM & Digital Payments platform provided by Wallet Inc. For details about the Wallet platform, please visit https://wallet.inc
|
|
13
|
+
|
|
14
|
+
## Install
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
npm install wallet
|
|
18
|
+
```
|
|
7
19
|
|
|
8
20
|
## Usage
|
|
9
21
|
|