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