mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
fix(server): wrong affine pro endpoint (#10144)
This commit is contained in:
@@ -215,7 +215,7 @@ export const DEFAULT_PRICES = new Map([
|
||||
// team
|
||||
[
|
||||
`${SubscriptionPlan.Team}_${SubscriptionRecurring.Monthly}`,
|
||||
{ product: 'AFFiNE Team(per seat)', price: 1440 },
|
||||
{ product: 'AFFiNE Team(per seat)', price: 1200 },
|
||||
],
|
||||
[
|
||||
`${SubscriptionPlan.Team}_${SubscriptionRecurring.Yearly}`,
|
||||
@@ -225,7 +225,7 @@ export const DEFAULT_PRICES = new Map([
|
||||
// selfhost team
|
||||
[
|
||||
`${SubscriptionPlan.SelfHostedTeam}_${SubscriptionRecurring.Monthly}`,
|
||||
{ product: 'AFFiNE Self-hosted Team(per seat)', price: 1440 },
|
||||
{ product: 'AFFiNE Self-hosted Team(per seat)', price: 1200 },
|
||||
],
|
||||
[
|
||||
`${SubscriptionPlan.SelfHostedTeam}_${SubscriptionRecurring.Yearly}`,
|
||||
|
||||
Reference in New Issue
Block a user