mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
fix(server): should auto apply ea price for users (#9082)
This commit is contained in:
@@ -476,7 +476,6 @@ test('should get correct pro plan price for checking out', async t => {
|
||||
{
|
||||
plan: SubscriptionPlan.Pro,
|
||||
recurring: SubscriptionRecurring.Yearly,
|
||||
variant: SubscriptionVariant.EA,
|
||||
successCallbackLink: '',
|
||||
},
|
||||
{ user: u1 }
|
||||
@@ -593,7 +592,6 @@ test('should get correct ai plan price for checking out', async t => {
|
||||
{
|
||||
plan: SubscriptionPlan.AI,
|
||||
recurring: SubscriptionRecurring.Yearly,
|
||||
variant: SubscriptionVariant.EA,
|
||||
successCallbackLink: '',
|
||||
},
|
||||
{ user: u1 }
|
||||
|
||||
Reference in New Issue
Block a user