Skip to content

Commit

Permalink
chore(payment): Update function comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokamoto authored Feb 18, 2024
1 parent c7af6fc commit 3f2461f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/api/payment/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export async function PUT(request: Request) {
return Response.json({ success: true });
}

// Get membership payment status
export async function GET() {
const user = await currentUser();
if (!user) {
Expand Down

0 comments on commit 3f2461f

Please sign in to comment.