payments
This commit is contained in:
parent
21aa045d2a
commit
d55c3e217e
|
@ -17,7 +17,7 @@ const plans = [
|
|||
{
|
||||
id: "initial_plus",
|
||||
tier: 2,
|
||||
stripe: "price_1IO6FpIzjULiPWN6XHIG5mU9",
|
||||
stripe: "price_1IO6DLIzjULiPWN6ix1KyCtf",
|
||||
name: "Skynet Plus",
|
||||
price: 5,
|
||||
description: "1 TB premium bandwidth with full speed",
|
||||
|
@ -25,7 +25,7 @@ const plans = [
|
|||
{
|
||||
id: "initial_pro",
|
||||
tier: 3,
|
||||
stripe: "price_1IO6FpIzjULiPWN6xYjmUuGb",
|
||||
stripe: "price_1IO6DgIzjULiPWN6NiaSLEKa",
|
||||
name: "Skynet Pro",
|
||||
price: 20,
|
||||
description: "5 TB premium bandwidth with full speed",
|
||||
|
@ -33,7 +33,7 @@ const plans = [
|
|||
{
|
||||
id: "initial_extreme",
|
||||
tier: 4,
|
||||
stripe: "price_1IO6FpIzjULiPWN636iFN02j",
|
||||
stripe: "price_1IO6DvIzjULiPWN6wHgK35J4",
|
||||
name: "Skynet Extreme",
|
||||
price: 80,
|
||||
description: "20 TB premium bandwidth with full speed",
|
||||
|
|
Reference in New Issue