From d55c3e217ebc03feaceabf933ca2ecbc343cf7de Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Wed, 3 Mar 2021 16:02:35 +0100 Subject: [PATCH] payments --- packages/dashboard/src/pages/payments.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",