fixed days of trial (#18074)

This commit is contained in:
Peer Richelsen
2024-12-09 19:04:45 +00:00
committed by GitHub
parent cbb1b285f5
commit 55dc4bddb6
+1 -1
View File
@@ -76,7 +76,7 @@ export const generateTeamCheckoutSession = async ({
enabled: IS_PRODUCTION,
},
subscription_data: {
trial_period_days: 30, // Add a 30-day trial
trial_period_days: 14, // Add a 14-day trial
},
metadata: {
teamName,