From 045c25d3a7dc7c18d2690346114541b17f5f7bb4 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 7 Aug 2016 11:10:59 +0300 Subject: [PATCH] Set grandfathered id --- app/Http/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/routes.php b/app/Http/routes.php index ea8f6308fff7..95e7867414e4 100644 --- a/app/Http/routes.php +++ b/app/Http/routes.php @@ -779,7 +779,7 @@ if (!defined('CONTACT_EMAIL')) { // Pro users who started paying on or before this date will be able to manage users define('PRO_USERS_GRANDFATHER_DEADLINE', '2016-06-04'); - define('EXTRAS_GRANDFATHER_COMPANY_ID', 0); + define('EXTRAS_GRANDFATHER_COMPANY_ID', 35089); // WePay define('WEPAY_PRODUCTION', 'production');