aboutsummaryrefslogtreecommitdiffstats
path: root/app/Controllers/Http/StaticController.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/Http/StaticController.js')
-rw-r--r--app/Controllers/Http/StaticController.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/Controllers/Http/StaticController.js b/app/Controllers/Http/StaticController.js
index aad1059..abba249 100644
--- a/app/Controllers/Http/StaticController.js
+++ b/app/Controllers/Http/StaticController.js
@@ -31,8 +31,8 @@ class StaticController {
31 isTodosEnabled: true, 31 isTodosEnabled: true,
32 isTodosIncludedInCurrentPlan: true, 32 isTodosIncludedInCurrentPlan: true,
33 defaultTrialPlan: 'franz-pro-yearly', 33 defaultTrialPlan: 'franz-pro-yearly',
34 subscribeURL: 'https://getferdi.com', 34 subscribeURL: 'https://ferdium.org',
35 planSelectionURL: 'https://getferdi.com', 35 planSelectionURL: 'https://ferdium.org',
36 hasInlineCheckout: true, 36 hasInlineCheckout: true,
37 isPlanSelectionEnabled: false, 37 isPlanSelectionEnabled: false,
38 isTrialStatusBarEnabled: false, 38 isTrialStatusBarEnabled: false,
@@ -43,24 +43,24 @@ class StaticController {
43 plans: { 43 plans: {
44 personal: { 44 personal: {
45 monthly: { 45 monthly: {
46 id: 'ferdi-free', 46 id: 'ferdium-free',
47 price: 0, 47 price: 0,
48 billed: 0, 48 billed: 0,
49 }, 49 },
50 yearly: { 50 yearly: {
51 id: 'ferdi-completely-free', 51 id: 'ferdium-completely-free',
52 price: 0, 52 price: 0,
53 billed: 0, 53 billed: 0,
54 }, 54 },
55 }, 55 },
56 pro: { 56 pro: {
57 monthly: { 57 monthly: {
58 id: 'ferdi-still-free', 58 id: 'ferdium-still-free',
59 price: 0, 59 price: 0,
60 billed: 0, 60 billed: 0,
61 }, 61 },
62 yearly: { 62 yearly: {
63 id: 'ferdi-forever-free', 63 id: 'ferdium-forever-free',
64 price: 0, 64 price: 0,
65 billed: 0, 65 billed: 0,
66 }, 66 },