env('SUBSCRIPTIONS_ENABLED', false), /* |-------------------------------------------------------------------------- | Stripe Price IDs |-------------------------------------------------------------------------- | | These are the Stripe Price IDs for the different subscription plans. | You can find these in your Stripe Dashboard under Products. | */ 'prices' => [ 'pro_monthly' => env('STRIPE_PRO_PRICE_ID', 'price_1SbJYkLNIsVExnyvAJhUoSeB'), ], /* |-------------------------------------------------------------------------- | Stripe Product IDs |-------------------------------------------------------------------------- | | These are the Stripe Product IDs for reference. | */ 'products' => [ 'pro' => env('STRIPE_PRO_PRODUCT_ID', 'prod_TYQPg0s9rpxNsU'), ], ];