From e16a5cdb52c7978ae2e818b2410daf83cbad7319 Mon Sep 17 00:00:00 2001 From: Nick Beckley Date: Sun, 7 Jun 2026 18:05:11 +0100 Subject: [PATCH] Added Production Stripe Price IDs --- PlotLine/Sql/Stripe_Price_IDs_Prod.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 PlotLine/Sql/Stripe_Price_IDs_Prod.sql diff --git a/PlotLine/Sql/Stripe_Price_IDs_Prod.sql b/PlotLine/Sql/Stripe_Price_IDs_Prod.sql new file mode 100644 index 0000000..7020e07 --- /dev/null +++ b/PlotLine/Sql/Stripe_Price_IDs_Prod.sql @@ -0,0 +1,11 @@ +UPDATE dbo.SubscriptionLevel +SET StripeMonthlyPriceId = 'price_1TffJdIH8aCkpHgjIK22zWRQ', StripeAnnualPriceId = 'price_1TffLPIH8aCkpHgjENFWNfjj' +WHERE Name = 'WritingRoom' + +UPDATE dbo.SubscriptionLevel +SET StripeMonthlyPriceId = 'price_1TffMSIH8aCkpHgjzPl07vkv', StripeAnnualPriceId = 'price_1TffMuIH8aCkpHgjw3XoZgAg' +WHERE Name = 'StoryForge' + +UPDATE dbo.SubscriptionLevel +SET StripeMonthlyPriceId = 'price_1TffNrIH8aCkpHgjhEIBh2Zl', StripeAnnualPriceId = 'price_1TffORIH8aCkpHgjEcRd86vS' +WHERE Name = 'AuthorStudio' \ No newline at end of file