File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ There is some pre-setup needed to enable free plan on development account:
236
236
1 . Go to ` packages/realm-server ` and run stripe script to listen for the webhooks that Stripe sends to the realm server
237
237
238
238
```
239
- pnpm stripe listen --forward-to localhost :4201/_stripe-webhook --api-key sk_test_api_key_from_the_sandbox_account
239
+ pnpm stripe listen --forward-to host.docker.internal :4201/_stripe-webhook --api-key sk_test_api_key_from_the_sandbox_account
240
240
```
241
241
242
242
2 . You will get webhook signing secret from stripe cli after Step 1 is done
Original file line number Diff line number Diff line change 97
97
"lint:glint" : " glint" ,
98
98
"full-reset" : " ./scripts/full-reset.sh" ,
99
99
"sync-stripe-products" : " NODE_NO_WARNINGS=1 PGDATABASE=boxel PGPORT=5435 ts-node --transpileOnly scripts/sync-stripe-products.ts" ,
100
- "stripe" : " docker run --rm -it stripe/stripe-cli:latest"
100
+ "stripe" : " docker run --rm --add-host=host.docker.internal:host-gateway - it stripe/stripe-cli:latest"
101
101
},
102
102
"volta" : {
103
103
"extends" : " ../../package.json"
You can’t perform that action at this time.
0 commit comments