From e4f5e97eee751126e1c8fb4eac637084cad7e3ef Mon Sep 17 00:00:00 2001 From: mxl-stripe <94475513+mxl-stripe@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:31:08 -0400 Subject: [PATCH] Fix capture docs url (#189) --- 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 51d143b..23e318b 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 } : {}), },