Routing
app_buy_contact
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "18779" |
Route Matching Logs
Path to match:
/acheter/contact/18779
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_homepage | / | Path does not match |
| 2 | api_stripe_create_payment_intent | /payment/stripe/create-payment-intent | Path does not match |
| 3 | api_stripe_webhook | /payment/stripe/webhook | Path does not match |
| 4 | app_buy_index | /acheter | Path does not match |
| 5 | app_buy_contact | /acheter/contact/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.