Agency plans: Starter/Growth/Scale/Pro(699)/Enterprise(Contact)
This commit is contained in:
+2
-1
@@ -34,7 +34,8 @@ AGENCY_PLANS = {
|
||||
"agency_starter": {"name": "Agency Starter", "submissions": 1000, "clients": 10, "price": 555},
|
||||
"agency_growth": {"name": "Agency Growth", "submissions": 3000, "clients": 50, "price": 999},
|
||||
"agency_scale": {"name": "Agency Scale", "submissions": 5000, "clients": 150, "price": 1499},
|
||||
"agency_enterprise": {"name": "Agency Enterprise", "submissions": 10000, "clients": 500, "price": 2222},
|
||||
"agency_pro": {"name": "Agency Pro", "submissions": 10000, "clients": 500, "price": 3699},
|
||||
"agency_enterprise": {"name": "Enterprise", "submissions": -1, "clients": -1, "price": -1},
|
||||
}
|
||||
|
||||
# --- Database ---
|
||||
|
||||
Reference in New Issue
Block a user