Skip to content

Commit c88e901

Browse files
committed
Normalize swiss pricing
1 parent a169c3b commit c88e901

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api/src/pricing.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ export const PRICING: { [key: string]: Prices } = {
5454

5555
'country:CHE': {
5656
currency: 'CHF',
57-
'pro-monthly': 14,
58-
'pro-annual': 120,
59-
'team-monthly': 22,
60-
'team-annual': 192
57+
'pro-monthly': 8,
58+
'pro-annual': 72,
59+
'team-monthly': 12,
60+
'team-annual': 108
6161
},
6262

6363
'country:CHN': {

0 commit comments

Comments
 (0)