Skip to content

Commit

Permalink
Fix tier IDs
Browse files Browse the repository at this point in the history
-Update frontend tier IDs to match backend tier IDs for the respective tiers
-This fixes incorrect display of Jippy Tier on frontend
  • Loading branch information
haoyangw committed Nov 11, 2024
1 parent 9363775 commit 6460224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/types/billing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export enum JippyTier {

export enum JippyTierID {
Free = 1,
Premium = 2,
Enterprise = 3,
Premium = 3,
Enterprise = 5,
}

export enum JippyTierStatus {
Expand Down

0 comments on commit 6460224

Please sign in to comment.