mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-22 02:18:27 +00:00
Merge pull request #22274 from overleaf/em-setup-recurly-add-ons
Set up assistant add-on only on group plans available in production GitOrigin-RevId: a47c05443c5bf4a1bb1fb26d45a3705a544ba7c5
This commit is contained in:
parent
5ce7a785d1
commit
b68f758fd5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const INDIVIDUAL_PLANS = [
|
|||
]
|
||||
const INDIVIDUAL_VARIANTS = ['', '_free_trial_7_days']
|
||||
const GROUP_PLANS = ['collaborator', 'professional']
|
||||
const GROUP_SIZES = [2, 3, 4, 5, 10, 20, 50, 100, 200, 500]
|
||||
const GROUP_SIZES = [2, 3, 4, 5, 10, 20, 50]
|
||||
const GROUP_SEGMENTS = ['educational', 'enterprise']
|
||||
|
||||
const ARGS = parseArgs()
|
||||
|
|
Loading…
Add table
Reference in a new issue