From 8d6eeb49c54de996f9455db9d73a66dda46c60c5 Mon Sep 17 00:00:00 2001 From: Marco Pedone Date: Mon, 25 Aug 2025 12:06:46 +0200 Subject: [PATCH] fix: update stripe-dev script to use HTTPS for webhook forwarding --- apps/infoalloggi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/infoalloggi/package.json b/apps/infoalloggi/package.json index 5010507..5e1e600 100644 --- a/apps/infoalloggi/package.json +++ b/apps/infoalloggi/package.json @@ -14,7 +14,7 @@ "email": "cross-env NEXT_PUBLIC_BASE_URL='https://localhost:3000' email dev --port 3500", "test": "npm run lint && npm run types", "knip": "knip --no-exit-code", - "stripe-dev": "stripe listen --forward-to http://localhost:3000/api/stripe-webhook", + "stripe-dev": "stripe listen --forward-to https://localhost:3000/api/stripe-webhook", "d": "npm run-p dev stripe-dev -cl", "test-kr": "node ./kyselyRules/rules/select.test.js && node ./kyselyRules/rules/where.test.js&& node ./kyselyRules/rules/null.test.js" },