Skip to content

Commit

Permalink
Update Stripe section of README
Browse files Browse the repository at this point in the history
To reflect the use of `.env` rather than the older `credentials.yml`.
  • Loading branch information
chrislo committed Dec 18, 2024
1 parent c402d0f commit b807873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To receive events from Stripe webhooks in your local environment you need to run

stripe listen --forward-to localhost:3000/stripe_webhook_events

When you first run this command it will show a value for the "webhook signing secret". Copy this value and set `ENDPOINT_SECRET` to this value in `StripeWebhookEventsController` (either using the development credentials file or by temporarily editing the code).
When you first run this command it will show a value for the "webhook signing secret". Copy this value and set `STRIPE_ENDPOINT_SECRET` to this value in your local `.env` file.

## Deployment

Expand Down

0 comments on commit b807873

Please sign in to comment.