Update billing provider and related adjustments
This commit switches the billing provider from Stripe to Lemon Squeezy. It also includes necessary modifications in the web app, billing gateway, and database to accommodate this change. Additionally, updates have been made to the checkout process, billing strategy, and relevant services and components.
This commit is contained in:
@@ -25,7 +25,7 @@ export default createBillingSchema({
|
||||
paymentType: 'one-time',
|
||||
lineItems: [
|
||||
{
|
||||
id: 'price_1P0jgcI1i3VnbZTqXVXaZkMP',
|
||||
id: '324643',
|
||||
name: 'Base',
|
||||
description: 'Base plan',
|
||||
cost: 999.99,
|
||||
|
||||
Reference in New Issue
Block a user