Routing
tickets
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "es" |
Route Matching Logs
Path to match:
/es/tickets
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | discount | /discount | Path does not match |
| 2 | events | /{_locale}/events | Path does not match |
| 3 | events_search | /{_locale}/events/search | Path does not match |
| 4 | event_check_code | /{_locale}/event/check-code | Path does not match |
| 5 | event-tickets | /{_locale}/event-tickets | Path does not match |
| 6 | event-tickets-seats | /{_locale}/event-tickets-seats | Path does not match |
| 7 | global_checkout_seat | /buy/checkout/seat | Path does not match |
| 8 | global_checkout | /buy/checkout/hpp | Path does not match |
| 9 | global_checkout_request | /buy/checkout/request | Path does not match |
| 10 | global_checkout_response | /buy/checkout/response | Path does not match |
| 11 | home | / | Path does not match |
| 12 | home_main | /{_locale}/home | Path does not match |
| 13 | terms | /{_locale}/terms-and-conditions | Path does not match |
| 14 | policy | /policy-privacy-cookies | Path does not match |
| 15 | contact | /{_locale}/contact | Path does not match |
| 16 | work | /{_locale}/work | Path does not match |
| 17 | faqs | /{_locale}/faqs | Path does not match |
| 18 | xml_check_captcha | /check_captcha | Path does not match |
| 19 | site_map | /{_locale}/site-map | Path does not match |
| 20 | pack-detail | /pack-detail/{packId} | Path does not match |
| 21 | pack-buy | /pack-buy/{packId} | Path does not match |
| 22 | include_packs | /include-packs | Path does not match |
| 23 | balance_checkout | /{_locale}/balance/checkout | Path does not match |
| 24 | direct_buy_checkout | /{_locale}/direct-buy/checkout | Path does not match |
| 25 | direct_seat_buy_checkout | /{_locale}/direct-seat-buy/checkout | Path does not match |
| 26 | balance_pack | /{_locale}/balance/pack | Path does not match |
| 27 | purchase_completed | /{_locale}/thank-you-page | Path does not match |
| 28 | direct_purchase_completed | /{_locale}/purchase/completed | Path does not match |
| 29 | report_purchases | /{_locale}/report/purchase/sps-Qxyd5Xq8X5nZDStU0roAJaxSRtjCwTFbC2sXwXSqbn5USNbF0i | Path does not match |
| 30 | free_purchase | /{_locale}/free-purchase/{ticketId} | Path does not match |
| 31 | redsys_notification | /redsys-notification | Path does not match |
| 32 | stripe_checkout | /buy/checkout | Path does not match |
| 33 | stripe_pack | /buy/pack | Path does not match |
| 34 | stripe_error | /buy/error | Path does not match |
| 35 | tickets | /{_locale}/tickets | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.