@deenruv/payments-plugin 1.0.5 → 1.0.9
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.
|
@@ -141,7 +141,7 @@ import { StripePluginOptions } from "./types";
|
|
|
141
141
|
* under "Test in a local environment".
|
|
142
142
|
* 3. The Stripe CLI command will look like
|
|
143
143
|
* ```shell
|
|
144
|
-
* stripe listen --forward-to localhost:
|
|
144
|
+
* stripe listen --forward-to localhost:6100/payments/stripe
|
|
145
145
|
* ```
|
|
146
146
|
* 4. The Stripe CLI will create a webhook signing secret you can then use in your config of the StripePlugin.
|
|
147
147
|
*
|
|
@@ -157,7 +157,7 @@ const stripe_service_1 = require("./stripe.service");
|
|
|
157
157
|
* under "Test in a local environment".
|
|
158
158
|
* 3. The Stripe CLI command will look like
|
|
159
159
|
* ```shell
|
|
160
|
-
* stripe listen --forward-to localhost:
|
|
160
|
+
* stripe listen --forward-to localhost:6100/payments/stripe
|
|
161
161
|
* ```
|
|
162
162
|
* 4. The Stripe CLI will create a webhook signing secret you can then use in your config of the StripePlugin.
|
|
163
163
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deenruv/payments-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "package/index.js",
|
|
6
6
|
"types": "package/index.d.ts",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"body-parser": "^1.20.2",
|
|
28
28
|
"currency.js": "2.0.4",
|
|
29
29
|
"express": "^4.21.0",
|
|
30
|
-
"@deenruv/common": "^1.0.
|
|
31
|
-
"@deenruv/testing": "^1.0.
|
|
30
|
+
"@deenruv/common": "^1.0.9",
|
|
31
|
+
"@deenruv/testing": "^1.0.9"
|
|
32
32
|
},
|
|
33
33
|
"peerDependenciesMeta": {
|
|
34
34
|
"@deenruv/core": "^1.0.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"rimraf": "^5.0.5",
|
|
58
58
|
"stripe": "^13.3.0",
|
|
59
59
|
"typescript": "5.1.6",
|
|
60
|
-
"@deenruv/core": "^1.0.
|
|
60
|
+
"@deenruv/core": "^1.0.9"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"watch": "tsc -p ./tsconfig.build.json --watch",
|