Added Production Stripe Price IDs

This commit is contained in:
Nick Beckley 2026-06-07 18:05:11 +01:00
parent 1e03241d4e
commit e16a5cdb52

View File

@ -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'