mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Removed unused getPublicConfig method from stripe
no-issue Don't use it you lose it!
This commit is contained in:
parent
373f67a117
commit
644fd71d4f
1 changed files with 0 additions and 10 deletions
|
@ -52,16 +52,6 @@ module.exports = class StripePaymentProcessor {
|
|||
});
|
||||
}
|
||||
|
||||
getPublicConfig() {
|
||||
return {
|
||||
publicKey: this._public_token,
|
||||
plans: this._plans.map(({id, currency, amount, interval, nickname}) => ({
|
||||
id, currency, amount, interval,
|
||||
name: nickname
|
||||
}))
|
||||
};
|
||||
}
|
||||
|
||||
async parseWebhook(body, signature) {
|
||||
return this._stripe.webhooks.constructEvent(body, signature, this._webhookSecret);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue