Skip to content

Commit

Permalink
chore(api): add comment for payment api
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Feb 17, 2024
1 parent 28fca25 commit e89544b
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 @@ -89,6 +89,7 @@ export async function POST(request: Request) {
}
}

// Update member's payment status for admin
export async function PUT(request: Request) {
const req = await request.json();
const schema = z.object({
Expand Down

0 comments on commit e89544b

Please sign in to comment.