express-pay 1.0.5 → 1.1.0
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 → README} +3 -3
- package/package.json +5 -5
package/{README.md → README}
RENAMED
|
@@ -11,9 +11,9 @@ To set up the package, you simply need to run "npm i express-pay" and configure
|
|
|
11
11
|
- USAGE EXAMPLE
|
|
12
12
|
|
|
13
13
|
.env VARIABLE NAMES
|
|
14
|
-
PAYNOW_INTEGRATION_KEY=
|
|
15
|
-
PAYNOW_INTEGRATION_ID=
|
|
16
|
-
RESULT_URL=
|
|
14
|
+
- PAYNOW_INTEGRATION_KEY=
|
|
15
|
+
- PAYNOW_INTEGRATION_ID=
|
|
16
|
+
- RESULT_URL=
|
|
17
17
|
|
|
18
18
|
const pay = require("express-pay");
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "express-pay",
|
|
3
|
-
"version": "1.0
|
|
4
|
-
"description": "Node Package To Simplify Express Payments Via Ecocash
|
|
3
|
+
"version": "1.1.0",
|
|
4
|
+
"description": "Node Package To Simplify Express Payments Via Ecocash",
|
|
5
5
|
"main": "express_pay.js",
|
|
6
6
|
"bin": "express_pay.js",
|
|
7
7
|
"scripts": {
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"homepage": "https://github.com/Luke-Tembani/Express-Pay#readme",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"axios": "^1.
|
|
28
|
-
"dotenv": "^
|
|
29
|
-
"paynow": "^
|
|
27
|
+
"axios": "^1.16.0",
|
|
28
|
+
"dotenv": "^17.4.2",
|
|
29
|
+
"paynow": "^2.2.2"
|
|
30
30
|
}
|
|
31
31
|
}
|