File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
app/api/payment/subscription Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ export async function GET(req: NextRequest) {
9999 }
100100}
101101
102+
103+
102104// Use PUT to check if a customer has an active subscription or not by email address
103105export async function PUT ( req : NextRequest ) {
104106 try {
Original file line number Diff line number Diff line change 4444 "mb-genql" : " workspace:*" ,
4545 "mb-lib" : " workspace:*" ,
4646 "mb-types" : " workspace:*" ,
47- "nanoid" : " ^5.0.3 " ,
48- "next" : " 14.2.3 " ,
47+ "nanoid" : " latest " ,
48+ "next" : " latest " ,
4949 "next-auth" : " 5.0.0-beta.3" ,
5050 "next-themes" : " ^0.2.1" ,
5151 "nextjs-toploader" : " ^1.6.12" ,
8181 "eslint-config-next" : " 14.0.3" ,
8282 "eslint-config-prettier" : " ^9.0.0" ,
8383 "eslint-plugin-tailwindcss" : " ^3.13.0" ,
84- "postcss" : " ^8.4.31 " ,
84+ "postcss" : " latest " ,
8585 "prettier" : " ^3.1.0" ,
8686 "tailwind-merge" : " ^2.0.0" ,
8787 "tailwindcss" : " ^3.3.5" ,
Original file line number Diff line number Diff line change 2424 "packageManager" : " bun@1.0.14" ,
2525 "dependencies" : {
2626 "axios" : " ^1.7.2" ,
27- "nanoid" : " latest" ,
28- "next" : " latest" ,
29- "nextjs-toploader" : " ^1.6.4" ,
30- "postcss" : " latest"
27+ "nextjs-toploader" : " ^1.6.4"
3128 }
3229}
You can’t perform that action at this time.
0 commit comments