fix: remove price id

This commit is contained in:
David Nguyen
2024-06-10 20:28:50 +10:00
parent cd8c42914f
commit 6bb86944f7
4 changed files with 4 additions and 11 deletions

View File

@ -1,5 +1,3 @@
import { env } from 'next-runtime-env';
export enum STRIPE_CUSTOMER_TYPE {
INDIVIDUAL = 'individual',
TEAM = 'team',
@ -10,6 +8,3 @@ export enum STRIPE_PLAN_TYPE {
COMMUNITY = 'community',
ENTERPRISE = 'enterprise',
}
export const STRIPE_COMMUNITY_PLAN_PRODUCT_ID = () =>
env('NEXT_PUBLIC_STRIPE_COMMUNITY_PLAN_PRODUCT_ID');