Skip to content

Commit

Permalink
note 4 weeks is cheaper
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekwav committed Dec 22, 2024
1 parent 41213d3 commit c1bb778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/PremiumTypeUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ export const PREMIUM_TYPES: PremiumType[] = [
durationString: '',
priority: PREMIUM_RANK.PREMIUM_PLUS,
options: [
{ value: 1, label: '1 week', productId: 'premium_plus', price: 2700 },
{ value: 1, label: '1 week for 2700', productId: 'premium_plus', price: 2700 },
{ value: 2, label: '2 weeks', productId: 'premium_plus', price: 2700 },
{ value: 1, label: '4 weeks', productId: 'premium_plus-weeks', price: 7200 },
{ value: 1, label: '4 weeks (1800/week)', productId: 'premium_plus-weeks', price: 7200 },
{ value: 3, label: '12 weeks', productId: 'premium_plus-weeks', price: 7200 },
{ value: 1, label: '1 hour', productId: 'premium_plus-hour', price: 200 },
{ value: 1, label: '1 day', productId: 'premium_plus-day', price: 600 }
Expand Down

0 comments on commit c1bb778

Please sign in to comment.