Cleaned fixtures data
no refs - cleans up the products/prices passed to fixtures
This commit is contained in:
parent
8d7988a334
commit
33adaedc97
@ -141,7 +141,7 @@ export const site = {
|
||||
currency: 'USD'
|
||||
},
|
||||
products,
|
||||
prices: prices,
|
||||
prices,
|
||||
allow_self_signup: false,
|
||||
members_signup_access: 'all',
|
||||
free_price_name: 'Free',
|
||||
@ -299,6 +299,7 @@ export const member = {
|
||||
|
||||
export const testSite = {
|
||||
...site,
|
||||
products: products?.[0] ? [products[0]] : [],
|
||||
allow_self_signup: true,
|
||||
portal_plans: ['free', 'monthly', 'yearly']
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user