1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Updated version

This commit is contained in:
Hillel Coren 2014-09-17 09:27:25 +03:00
parent 539d86770e
commit 767dfe5ec7

View File

@ -232,7 +232,7 @@ define('NINJA_ACCOUNT_KEY', 'zg4ylmzDkdkPOT8yoKQw9LTWaoZJx79h');
define('NINJA_GATEWAY_ID', GATEWAY_AUTHORIZE_NET);
define('NINJA_GATEWAY_CONFIG', '{"apiLoginId":"626vWcD5","transactionKey":"4bn26TgL9r4Br4qJ","testMode":"","developerMode":""}');
define('NINJA_URL', 'https://www.invoiceninja.com');
define('NINJA_VERSION', '1.3.2');
define('NINJA_VERSION', '1.3.3');
define('PRO_PLAN_PRICE', 50);
define('LICENSE_PRICE', 30.00);