From 91afeefebec76baadec7f49e7c1fdbc933f5d1ba Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 28 Sep 2018 15:42:57 -0400 Subject: [PATCH] Add new 2000 repo pricing tier --- data/billing.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/billing.py b/data/billing.py index 23702f67b..28d3b0c03 100644 --- a/data/billing.py +++ b/data/billing.py @@ -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, + }, ]