feat: Add fallback default for stripePriceId in seed data.
This commit is contained in:
@@ -1542,7 +1542,7 @@ async function main() {
|
|||||||
{
|
{
|
||||||
name: 'Professional Annual',
|
name: 'Professional Annual',
|
||||||
description: 'Full access to all agent features',
|
description: 'Full access to all agent features',
|
||||||
stripePriceId: process.env.STRIPE_PRICE_ID,
|
stripePriceId: process.env.STRIPE_PRICE_ID || 'price_not_configured',
|
||||||
amount: 49900,
|
amount: 49900,
|
||||||
currency: 'usd',
|
currency: 'usd',
|
||||||
interval: 'year',
|
interval: 'year',
|
||||||
|
|||||||
Reference in New Issue
Block a user