diff --git a/src/app/api/payment/route.ts b/src/app/api/payment/route.ts index f27a562e..ceaddcc9 100644 --- a/src/app/api/payment/route.ts +++ b/src/app/api/payment/route.ts @@ -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({