|
1 | 1 | {
|
2 |
| - "publicKey": "yyyy", |
| 2 | + "publicKey": "pk_test_XYZ", |
3 | 3 | "plans": [
|
4 | 4 | {
|
5 |
| - "id": "xxx1", |
6 |
| - "title": "Starter - Piano Mensile", |
7 |
| - "price": 199, |
| 5 | + "id": "price_XYZ", |
| 6 | + "title": "Starter", |
| 7 | + "price": 4.90, |
8 | 8 | "currency": "EUR",
|
9 | 9 | "features": [
|
10 |
| - "Piano editoriale mensile", |
11 |
| - "1 post Facebook/settimana", |
12 |
| - "1 post Instagram/settimana", |
13 |
| - "1 Facebook story/settimana", |
14 |
| - "1 Instagram story/settimana", |
15 |
| - "1 articolo il blog ottimizzato SEO", |
16 |
| - "-", |
17 |
| - "-", |
18 |
| - "-", |
19 |
| - "-" |
| 10 | + "1 project", |
| 11 | + "0 tags", |
| 12 | + "star entries", |
| 13 | + "1 user", |
| 14 | + "3 days data retention", |
| 15 | + "no push notifications" |
20 | 16 | ],
|
21 | 17 | "monthly": true,
|
22 | 18 | "planType": "starter"
|
23 | 19 | },
|
24 | 20 | {
|
25 |
| - "id": "xxx2", |
26 |
| - "title": "Base - Piano Mensile", |
27 |
| - "price": 399, |
| 21 | + "id": "price_XYZ", |
| 22 | + "title": "Basic", |
| 23 | + "price": 9.90, |
28 | 24 | "currency": "EUR",
|
29 | 25 | "features": [
|
30 |
| - "Piano editoriale mensile", |
31 |
| - "2 post Facebook/settimana", |
32 |
| - "2 post Instagram/settimana", |
33 |
| - "2 Facebook stories/settimana", |
34 |
| - "2 Instagram stories/settimana", |
35 |
| - "1 articolo blog ottimizzato SEO", |
36 |
| - "Ideazione linea grafica IG", |
37 |
| - "2 sponsorizzazioni sui social (budget a carico del cliente)", |
38 |
| - "-", |
39 |
| - "-" |
| 26 | + "infinite projects", |
| 27 | + "infinite tags", |
| 28 | + "star entries", |
| 29 | + "1 user", |
| 30 | + "20 days data retention", |
| 31 | + "no push notifications" |
40 | 32 | ],
|
41 | 33 | "monthly": true,
|
42 | 34 | "planType": "basic"
|
43 | 35 | },
|
44 | 36 | {
|
45 |
| - "id": "xxx2", |
46 |
| - "title": "Pro - Piano Mensile", |
47 |
| - "price": 699, |
| 37 | + "id": "price_XYZ", |
| 38 | + "title": "Pro", |
| 39 | + "price": 14.90, |
48 | 40 | "currency": "EUR",
|
49 | 41 | "features": [
|
50 |
| - "Piano editoriale mensile", |
51 |
| - "2 post Facebook/settimana", |
52 |
| - "2 post Instagram/settimana", |
53 |
| - "2 Facebook stories/settimana", |
54 |
| - "2 Instagram stories/settimana", |
55 |
| - "2 articoli blog ottimizzato SEO", |
56 |
| - "Ottimizzazione pagine social", |
57 |
| - "Ideazione linea grafica IG", |
58 |
| - "4 sponsorizzazioni sui social (budget a carico del cliente)", |
59 |
| - "Report mensile" |
| 42 | + "infinite projects", |
| 43 | + "infinite tags", |
| 44 | + "star entries", |
| 45 | + "1 user", |
| 46 | + "50 days data retention", |
| 47 | + "push notifications" |
60 | 48 | ],
|
61 | 49 | "monthly": true,
|
62 | 50 | "planType": "pro"
|
|
0 commit comments