Repair a Next.js checkout
Before
Fix the checkout page. It sometimes submits twice.
After
Task: Stop duplicate checkout submissions in a Next.js 15 app. Files: app/checkout/CheckoutForm.tsx and app/actions/orders.ts. Keep the Server Action and Stripe flow; add no dependencies. Handle rapid clicks, pending state, and action errors. Acceptance: one order, disabled pending button, regression test.

