Cleaned up stripe service init syntax
no issue - It's super hard to read long lines and not that great tracking changes when an array is in a single line declaraion
This commit is contained in:
parent
396bc865a9
commit
7c3ca9a26d
@ -25,7 +25,15 @@ const debouncedConfigureApi = _.debounce(() => {
|
||||
|
||||
module.exports = new StripeService({
|
||||
membersService,
|
||||
models: _.pick(models, ['Product', 'StripePrice', 'StripeCustomerSubscription', 'StripeProduct', 'MemberStripeCustomer', 'Offer', 'Settings']),
|
||||
models: _.pick(models, [
|
||||
'Product',
|
||||
'StripePrice',
|
||||
'StripeCustomerSubscription',
|
||||
'StripeProduct',
|
||||
'MemberStripeCustomer',
|
||||
'Offer',
|
||||
'Settings'
|
||||
]),
|
||||
StripeWebhook: {
|
||||
async get() {
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user