implemented stripe for the cloud instance

This commit is contained in:
Daniel
2023-07-15 22:15:43 -04:00
parent 0b66e16123
commit f82582a0bd
29 changed files with 474 additions and 88 deletions
+1
View File
@@ -6,6 +6,7 @@ declare module "next-auth" {
id: number;
username: string;
email: string;
isSubscriber: boolean;
};
}
}