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:
giancarlo
2024-04-02 14:31:53 +08:00
parent 4576c8c14a
commit eb43059fda
3 changed files with 11 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ export default createBillingSchema({
paymentType: 'one-time',
lineItems: [
{
id: 'price_1P0jgcI1i3VnbZTqXVXaZkMP',
id: '324643',
name: 'Base',
description: 'Base plan',
cost: 999.99,