mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
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:
parent
fd574f527c
commit
519757faec
@ -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);
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user