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:
@@ -1676,7 +1676,7 @@ create policy create_org_account on public.accounts
|
||||
for insert to authenticated
|
||||
with check (
|
||||
public.is_set(
|
||||
'enable_organization_accounts')
|
||||
'enable_team_accounts')
|
||||
and public.accounts.is_personal_account = false);
|
||||
|
||||
create or replace function public.create_invitation(account_id uuid,
|
||||
|
||||
Reference in New Issue
Block a user