summary refs log tree commit diff
diff options
context:
space:
mode:
authorErkin Alp Güney <erkinalp9035@gmail.com>2022-01-14 23:03:57 +0300
committerGitHub <noreply@github.com>2022-01-14 23:03:57 +0300
commit4c33c50a290889745ebc77459b8d5d58b55af854 (patch)
tree8a43c650a4fb65a972152941839ed1da47650cd6
parentAdd erlpack warning (#587) (diff)
downloadserver-4c33c50a290889745ebc77459b8d5d58b55af854.tar.xz
Further debranding of premium tiers
-rw-r--r--api/src/routes/store/published-listings/skus/#sku_id/subscription-plans.ts32
1 files changed, 16 insertions, 16 deletions
diff --git a/api/src/routes/store/published-listings/skus/#sku_id/subscription-plans.ts b/api/src/routes/store/published-listings/skus/#sku_id/subscription-plans.ts
index 723a5160..d0b533d8 100644
--- a/api/src/routes/store/published-listings/skus/#sku_id/subscription-plans.ts
+++ b/api/src/routes/store/published-listings/skus/#sku_id/subscription-plans.ts
@@ -14,7 +14,7 @@ const skus = new Map([
 				interval_count: 1,
 				tax_inclusive: true,
 				sku_id: "521842865731534868",
-				currency: "usd",
+				currency: "eur",
 				price: 0,
 				price_tier: null
 			},
@@ -25,7 +25,7 @@ const skus = new Map([
 				interval_count: 1,
 				tax_inclusive: true,
 				sku_id: "521842865731534868",
-				currency: "usd",
+				currency: "eur",
 				price: 0,
 				price_tier: null
 			}
@@ -36,23 +36,23 @@ const skus = new Map([
 		[
 			{
 				id: "511651871736201216",
-				name: "Premium Classic Monthly",
+				name: "Individual Premium Tier 1 Monthly",
 				interval: 1,
 				interval_count: 1,
 				tax_inclusive: true,
 				sku_id: "521846918637420545",
-				currency: "usd",
+				currency: "eur",
 				price: 0,
 				price_tier: null
 			},
 			{
 				id: "511651876987469824",
-				name: "Premium Classic Yearly",
+				name: "Individual Premium Tier 1 Yearly",
 				interval: 2,
 				interval_count: 1,
 				tax_inclusive: true,
 				sku_id: "521846918637420545",
-				currency: "usd",
+				currency: "eur",
 				price: 0,
 				price_tier: null
 			}
@@ -63,34 +63,34 @@ const skus = new Map([
 		[
 			{
 				id: "642251038925127690",
-				name: "Premium Quarterly",
+				name: "Individual Premium Tier 2 Quarterly",
 				interval: 1,
 				interval_count: 3,
 				tax_inclusive: true,
 				sku_id: "521847234246082599",
-				currency: "usd",
+				currency: "eur",
 				price: 0,
 				price_tier: null
 			},
 			{
 				id: "511651880837840896",
-				name: "Premium Monthly",
+				name: "Individual Premium Tier 2 Monthly",
 				interval: 1,
 				interval_count: 1,
 				tax_inclusive: true,
 				sku_id: "521847234246082599",
-				currency: "usd",
+				currency: "eur",
 				price: 0,
 				price_tier: null
 			},
 			{
 				id: "511651885459963904",
-				name: "Premium Yearly",
+				name: "Individual Premium Tier 2 Yearly",
 				interval: 2,
 				interval_count: 1,
 				tax_inclusive: true,
 				sku_id: "521847234246082599",
-				currency: "usd",
+				currency: "eur",
 				price: 0,
 				price_tier: null
 			}
@@ -101,25 +101,25 @@ const skus = new Map([
 		[
 			{
 				id: "590665532894740483",
-				name: "Server Boost Monthly",
+				name: "Crowd Premium Monthly",
 				interval: 1,
 				interval_count: 1,
 				tax_inclusive: true,
 				sku_id: "590663762298667008",
 				discount_price: 0,
-				currency: "usd",
+				currency: "eur",
 				price: 0,
 				price_tier: null
 			},
 			{
 				id: "590665538238152709",
-				name: "Server Boost Yearly",
+				name: "Crowd Premium Yearly",
 				interval: 2,
 				interval_count: 1,
 				tax_inclusive: true,
 				sku_id: "590663762298667008",
 				discount_price: 0,
-				currency: "usd",
+				currency: "eur",
 				price: 0,
 				price_tier: null
 			}