From e89544b3e64438091b834d7aa4c5a27d95028764 Mon Sep 17 00:00:00 2001 From: jsun969 Date: Sun, 18 Feb 2024 01:50:17 +1030 Subject: [PATCH] chore(api): add comment for payment api --- src/app/api/payment/route.ts | 1 + 1 file changed, 1 insertion(+) 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({