feat(account): display cadence and annual pricing in tier selector
This commit is contained in:
parent
748a84d001
commit
fb337a4277
2 changed files with 30 additions and 10 deletions
|
|
@ -12,6 +12,7 @@ export default defineEventHandler(async (event) => {
|
|||
role: member.role || 'member',
|
||||
circle: member.circle,
|
||||
contributionTier: member.contributionTier,
|
||||
billingCadence: member.billingCadence,
|
||||
membershipLevel: `${member.circle}-${member.contributionTier}`,
|
||||
// Profile fields
|
||||
pronouns: member.pronouns,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue