Turn your audience into a business. Publishing, memberships, subscriptions and newsletters.
Go to file
Fabien O'Carroll 00e0c9d205 Fixed webhook handler check for if Stripe configured
no-issue

Previously we would not create an instance of the StripeAPIService if
Stripe was not configured, but that is not the case any more, instead we
have a configured flag on the service. The webhook route handler was not
updated to use this flag and so would attempt to handle webhooks without
having any of the required data. This would result in an uncaught error.
2021-09-08 12:27:09 +02:00
ghost Fixed webhook handler check for if Stripe configured 2021-09-08 12:27:09 +02:00