mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Updated grandfathered user date
This commit is contained in:
parent
a2f9daf190
commit
02a6213e34
@ -690,7 +690,7 @@ if (!defined('CONTACT_EMAIL')) {
|
|||||||
define('FEATURE_USER_PERMISSIONS', 'user_permissions');
|
define('FEATURE_USER_PERMISSIONS', 'user_permissions');
|
||||||
|
|
||||||
// Pro users who started paying on or before this date will be able to manage users
|
// Pro users who started paying on or before this date will be able to manage users
|
||||||
define('PRO_USERS_GRANDFATHER_DEADLINE', '2016-05-15');
|
define('PRO_USERS_GRANDFATHER_DEADLINE', '2016-06-04');
|
||||||
|
|
||||||
$creditCards = [
|
$creditCards = [
|
||||||
1 => ['card' => 'images/credit_cards/Test-Visa-Icon.png', 'text' => 'Visa'],
|
1 => ['card' => 'images/credit_cards/Test-Visa-Icon.png', 'text' => 'Visa'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user