Added Production Stripe Price IDs
This commit is contained in:
parent
1e03241d4e
commit
e16a5cdb52
11
PlotLine/Sql/Stripe_Price_IDs_Prod.sql
Normal file
11
PlotLine/Sql/Stripe_Price_IDs_Prod.sql
Normal 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'
|
||||
Loading…
x
Reference in New Issue
Block a user