mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
fix: remove price id
This commit is contained in:
@ -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');
|
||||
|
||||
Reference in New Issue
Block a user