Cleaned up webhook settings on Stripe disconnect

refs https://github.com/TryGhost/Team/issues/1006

These should have been cleaned up previously as they are no longer used
or valid without a Stripe connection.
This commit is contained in:
Fabien O'Carroll 2021-09-07 18:32:07 +02:00 committed by Fabien 'egg' O'Carroll
parent fd574f527c
commit 519757faec

View File

@ -208,6 +208,12 @@ module.exports = {
}, {
key: 'stripe_connect_account_id',
value: null
}, {
key: 'members_stripe_webhook_id',
value: null
}, {
key: 'members_stripe_webhook_secret',
value: null
}], frame.options);
}
},