Skip to content

Commit

Permalink
Update firestore-stripe-payments/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Darren Ackers <[email protected]>
  • Loading branch information
michaelangeloio and dackers86 committed Sep 4, 2023
1 parent 73bd06d commit 60e2351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firestore-stripe-payments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Find the functions path associated with the stripe extension, typically it looks

- `http://192.0.0.1:5001/{projectId}/{region}/ext-firestore-stripe-payments-handleWebhookEvents`

- You can tunnel your local endpoint using a tool like [ngrok](https://ngrok.com/). In this case you will tunnel the localhost domain and port `http://localhost:3999`. Replace `localhost:3999` with your tunnel url. The end result would look something like:
- You can tunnel your local endpoint using a tool like [ngrok](https://ngrok.com/). In this case you will tunnel the localhost domain and port `http://127.0.01:5001`. Replace `127.0.0.1:5001` with your tunnel url. The end result would look something like:

```
https://1234-1234-1234.ngrok.io/{projectId}/{region}/ext-firestore-stripe-payments-handleWebhookEvents
Expand Down

0 comments on commit 60e2351

Please sign in to comment.