Add account hierarchy framework with migrations, RLS policies, and UI components
This commit is contained in:
@@ -23,7 +23,7 @@ export const CMS_BILLING_PLANS = {
|
||||
],
|
||||
pricing: {
|
||||
monthly: { amount: 1900, currency: 'eur' }, // 19,00 €
|
||||
yearly: { amount: 19000, currency: 'eur' }, // 190,00 € (2 Monate gratis)
|
||||
yearly: { amount: 19000, currency: 'eur' }, // 190,00 € (2 Monate gratis)
|
||||
},
|
||||
},
|
||||
|
||||
@@ -49,7 +49,7 @@ export const CMS_BILLING_PLANS = {
|
||||
],
|
||||
pricing: {
|
||||
monthly: { amount: 4900, currency: 'eur' }, // 49,00 €
|
||||
yearly: { amount: 49000, currency: 'eur' }, // 490,00 €
|
||||
yearly: { amount: 49000, currency: 'eur' }, // 490,00 €
|
||||
},
|
||||
},
|
||||
|
||||
@@ -75,7 +75,7 @@ export const CMS_BILLING_PLANS = {
|
||||
],
|
||||
pricing: {
|
||||
monthly: { amount: 14900, currency: 'eur' }, // 149,00 €
|
||||
yearly: { amount: 149000, currency: 'eur' }, // 1.490,00 €
|
||||
yearly: { amount: 149000, currency: 'eur' }, // 1.490,00 €
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user