Skip to content

Merge of DC changes to date. - #103

Open
fnbauer wants to merge 93 commits into
ChicagoWorldcon:stagingfrom
fnbauer:staging
Open

Merge of DC changes to date.#103
fnbauer wants to merge 93 commits into
ChicagoWorldcon:stagingfrom
fnbauer:staging

Conversation

@fnbauer

@fnbauer fnbauer commented Sep 21, 2021

Copy link
Copy Markdown

No description provided.

fnbauer and others added 29 commits May 10, 2021 17:59
This patch introduces a new required environment variable.
It also requires production  to have Stripe webhooks configured
against the `checkout.session.completed` and `checkout.session.expired`
events. That configuration should be completed prior to deploy.

For production, webhooks can be configured using:
https://dashboard.stripe.com/webhooks

The webhook will need to point to https://PRODUCTION_HOST/stripe_webhook
Webhook events are opt-in, so make sure to include both
`checkout.session.completed` and `checkout.session.expired`.

After configuring the webhook, you'll want to shove its signing secret
into the STRIPE_WEBHOOK_ENDPOINT_SECRET environment variable.

For local testing, you can test Stripe webhooks using the Stripe CLI
and the `stripe listen` command.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant