Verify successful checkout with valid card and registered user
Preconditions: User logged in; cart contains 1 item; valid test card on file.
Steps
- Navigate to /cart
- Click "Proceed to Checkout"
- Verify default shipping + billing address loaded
- Click "Place Order"
Expected: Order confirmation page renders with order ID; order appears in /account/orders with status=PAID within 5s; confirmation email sent to user@example.com (webhook delivered).