diff --git a/packages/dashboard/src/pages/payments.js b/packages/dashboard/src/pages/payments.js index bc6a70a6..84f3d23c 100644 --- a/packages/dashboard/src/pages/payments.js +++ b/packages/dashboard/src/pages/payments.js @@ -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",