mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 01:09:54 +08:00
chore(server): team free trial control logic is not ready (#9088)
This commit is contained in:
@@ -128,7 +128,6 @@ export class WorkspaceSubscriptionManager extends SubscriptionManager {
|
|||||||
success_url: this.url.link(params.successCallbackLink),
|
success_url: this.url.link(params.successCallbackLink),
|
||||||
customer: customer.stripeCustomerId,
|
customer: customer.stripeCustomerId,
|
||||||
subscription_data: {
|
subscription_data: {
|
||||||
trial_period_days: 15,
|
|
||||||
metadata: {
|
metadata: {
|
||||||
workspaceId: args.workspaceId,
|
workspaceId: args.workspaceId,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user