From f56cac9d647f351fd884a35a0704316717652cb7 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 2 Sep 2023 21:37:15 +0300 Subject: [PATCH] Revert "Doc: Update Basic price" This reverts commit b7f813f3876cc49c2124f3396b71b512e3755512. --- packages/server/stripeConfig.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/server/stripeConfig.json b/packages/server/stripeConfig.json index e1f04956bd..8b7665f1df 100644 --- a/packages/server/stripeConfig.json +++ b/packages/server/stripeConfig.json @@ -53,16 +53,16 @@ "prices": [ { "accountType": 1, - "id": "price_1NjjR0Lx4fybOTqJG91l9DpW", + "id": "price_1JAzWBLx4fybOTqJw64zxJRJ", "period": "monthly", - "amount": "2.99", + "amount": "1.99", "currency": "EUR" }, { "accountType": 1, - "id": "price_1NjjSJLx4fybOTqJMoLokCo3", + "id": "price_1JJIPZLx4fybOTqJHvxiQ7bV", "period": "yearly", - "amount": "28.69", + "amount": "17.88", "currency": "EUR" }, {