Skip to content

Commit

Permalink
chore: change subscription prices
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia committed Aug 19, 2024
1 parent 25297bc commit b768f18
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/webapp/src/constants/subscriptionModels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ export const SubscriptionPlans = [
},
{ text: 'Unlimited User Seats' },
],
monthlyPrice: '$10',
monthlyPrice: '$20',
monthlyPriceLabel: 'Per month',
annuallyPrice: '$7.5',
annuallyPrice: '$15',
annuallyPriceLabel: 'Per month',
monthlyVariantId: '446152',
// monthlyVariantId: '450016',
Expand Down Expand Up @@ -78,9 +78,9 @@ export const SubscriptionPlans = [
{ text: 'Smart Financial Reports' },
{ text: 'Advanced Inventory Reports' },
],
monthlyPrice: '$20',
monthlyPrice: '$40',
monthlyPriceLabel: 'Per month',
annuallyPrice: '$15',
annuallyPrice: '$30',
annuallyPriceLabel: 'Per month',
// monthlyVariantId: '450028',
monthlyVariantId: '446155',
Expand All @@ -101,9 +101,9 @@ export const SubscriptionPlans = [
},
{ text: 'Analysis Cost Center' },
],
monthlyPrice: '$25',
monthlyPrice: '$55',
monthlyPriceLabel: 'Per month',
annuallyPrice: '$19',
annuallyPrice: '$40',
annuallyPriceLabel: 'Per month',
featured: true,
// monthlyVariantId: '450031',
Expand All @@ -128,9 +128,9 @@ export const SubscriptionPlans = [
hint: 'Track the organization inventory in multiple warehouses and transfer goods between them.',
},
],
monthlyPrice: '$40',
monthlyPrice: '$60',
monthlyPriceLabel: 'Per month',
annuallyPrice: '$30',
annuallyPrice: '$45',
annuallyPriceLabel: 'Per month',
// monthlyVariantId: '450024',
monthlyVariantId: '446167',
Expand Down

0 comments on commit b768f18

Please sign in to comment.