Skip to content

Commit

Permalink
Fix capture docs url (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxl-stripe authored Sep 20, 2024
1 parent 5cb6fdb commit e4f5e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/setup_accounts/create_charges/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
: {}),
},
Expand Down

0 comments on commit e4f5e97

Please sign in to comment.