Add new 2000 repo pricing tier
This commit is contained in:
parent
8b7254d377
commit
91afeefebe
1 changed files with 12 additions and 0 deletions
|
@ -311,6 +311,18 @@ PLANS = [
|
|||
'superseded_by': None,
|
||||
'plans_page_hidden': False,
|
||||
},
|
||||
{
|
||||
'title': 'XXXXL',
|
||||
'price': 310000,
|
||||
'privateRepos': 2000,
|
||||
'stripeId': 'bus-2000-2018',
|
||||
'audience': 'For the SaaS savvy big enterprise',
|
||||
'bus_features': True,
|
||||
'deprecated': False,
|
||||
'free_trial_days': 30,
|
||||
'superseded_by': None,
|
||||
'plans_page_hidden': False,
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
|
|
Reference in a new issue