Skip to content

Commit c349897

Browse files
committed
updated config example file
1 parent f98839b commit c349897

File tree

1 file changed

+28
-40
lines changed

1 file changed

+28
-40
lines changed

stripe.conf.json.example

+28-40
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,50 @@
11
{
2-
"publicKey": "yyyy",
2+
"publicKey": "pk_test_XYZ",
33
"plans": [
44
{
5-
"id": "xxx1",
6-
"title": "Starter - Piano Mensile",
7-
"price": 199,
5+
"id": "price_XYZ",
6+
"title": "Starter",
7+
"price": 4.90,
88
"currency": "EUR",
99
"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"
2016
],
2117
"monthly": true,
2218
"planType": "starter"
2319
},
2420
{
25-
"id": "xxx2",
26-
"title": "Base - Piano Mensile",
27-
"price": 399,
21+
"id": "price_XYZ",
22+
"title": "Basic",
23+
"price": 9.90,
2824
"currency": "EUR",
2925
"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"
4032
],
4133
"monthly": true,
4234
"planType": "basic"
4335
},
4436
{
45-
"id": "xxx2",
46-
"title": "Pro - Piano Mensile",
47-
"price": 699,
37+
"id": "price_XYZ",
38+
"title": "Pro",
39+
"price": 14.90,
4840
"currency": "EUR",
4941
"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"
6048
],
6149
"monthly": true,
6250
"planType": "pro"

0 commit comments

Comments
 (0)