implemented stripe for the cloud instance
This commit is contained in:
Vendored
+4
@@ -16,6 +16,10 @@ declare global {
|
||||
NEXT_PUBLIC_EMAIL_PROVIDER?: true;
|
||||
EMAIL_FROM?: string;
|
||||
EMAIL_SERVER?: string;
|
||||
|
||||
STRIPE_SECRET_KEY?: string;
|
||||
PRICE_ID?: string;
|
||||
STRIPE_BILLING_PORTAL_URL?: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
@@ -6,6 +6,7 @@ declare module "next-auth" {
|
||||
id: number;
|
||||
username: string;
|
||||
email: string;
|
||||
isSubscriber: boolean;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user