From d54339d73a2e44c24c690691912a287e7edab16b Mon Sep 17 00:00:00 2001 From: Mike Masey Date: Mon, 29 Jan 2024 13:48:15 +0000 Subject: [PATCH] Update testing-stripe-webhooks-locally.md Fixed ngrok command example to work correctly --- .../stripe/how-to-guides/testing-stripe-webhooks-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commerce-add-ons/payment-providers/stripe/how-to-guides/testing-stripe-webhooks-locally.md b/commerce-add-ons/payment-providers/stripe/how-to-guides/testing-stripe-webhooks-locally.md index 06717bb6d90..f0a5af84a0e 100644 --- a/commerce-add-ons/payment-providers/stripe/how-to-guides/testing-stripe-webhooks-locally.md +++ b/commerce-add-ons/payment-providers/stripe/how-to-guides/testing-stripe-webhooks-locally.md @@ -26,7 +26,7 @@ You can either launch ngrok from the command line or use the steps below to crea 2. Type the following: ``` -C:\PROGRA~1\ngrok\ngrok.exe http -host-header=rewrite localhost:61191 +C:\PROGRA~1\ngrok\ngrok.exe http --host-header=rewrite localhost:61191 ``` 3. Swap the local domain/port number at the end according to the configuration of your site.