From 5246612729911e7e3b590e1b9e15197dcf0bccee Mon Sep 17 00:00:00 2001 From: Max Heller Date: Fri, 20 Sep 2024 18:24:24 -0400 Subject: [PATCH] Fix capture docs url --- app/api/setup_accounts/create_charges/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/setup_accounts/create_charges/route.ts b/app/api/setup_accounts/create_charges/route.ts index 51d143b5..23e318bc 100644 --- a/app/api/setup_accounts/create_charges/route.ts +++ b/app/api/setup_accounts/create_charges/route.ts @@ -235,7 +235,7 @@ export async function POST(req: NextRequest) { confirm: true, ...(status === 'card_uncaptured' ? { - capture_method: 'manual', // https://stripeSdk.com/docs/payments/place-a-hold-on-a-payment-method + capture_method: 'manual', // https://stripe.com/docs/payments/place-a-hold-on-a-payment-method } : {}), },