Ghost/ghost/members-api/lib
Fabien O'Carroll 67d2104190 Deleted webhooks when disconnecting from Stripe
refs https://github.com/TryGhost/Team/issues/1006

When disconnecting from Stripe, we currently do not remove the webhooks,
this will result in the webhooks from Stripe failing, and tending toward
a 100% error rate, which will ultimately result in emails from Stripe
about the failing webhook.

In order to stop all of that from happening, we should make sure that we
actively remove the webhook from Stripe when disconnecting.
2021-09-07 18:02:35 +02:00
..
controllers Added WellKnownController and exposed jwks.json 2021-07-19 13:51:58 +01:00
repositories Fixed comped members having a status of 'paid' 2021-09-06 13:06:30 +02:00
services Deleted webhooks when disconnecting from Stripe 2021-09-07 18:02:35 +02:00
common.js Removed used of ghost-ignition dependency 2021-06-29 21:43:05 +01:00
MembersAPI.js Deleted webhooks when disconnecting from Stripe 2021-09-07 18:02:35 +02:00
migrations.js Fixed stripe migration to avoid complimentary prices as monthly/yearly price 2021-07-19 16:20:12 +05:30