Routing
event_checkout_localized
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "uk" |
slug | "tisto" |
Route Matching Logs
Path to match:
/uk/tisto/orderProcessing/
# | Route name | Path | Log |
---|---|---|---|
1 | esputnik_webhook | /esputnik-hook/webhook | Path does not match |
2 | esputnik_webhook_localized | /{_locale}/esputnik-hook/webhook | Path does not match |
3 | telegram_webhook | /telegram/webhook | Path does not match |
4 | telegram_webhook_localized | /{_locale}/telegram/webhook | Path does not match |
5 | viber_webhook | /viber/webhook | Path does not match |
6 | viber_webhook_localized | /{_locale}/viber/webhook | Path does not match |
7 | short_link_one_slug | /r/{slug} | Path does not match |
8 | short_link_one_slug_localized | /{_locale}/r/{slug} | Path does not match |
9 | success_payment | /payment-success/{orderId}/ | Path does not match |
10 | success_payment_localized | /{_locale}/payment-success/{orderId}/ | Path does not match |
11 | push_callback | /push-callback | Path does not match |
12 | push_callback_localized | /{_locale}/push-callback | Path does not match |
13 | platon_payment_webhook | /platon/webhook | Path does not match |
14 | platon_payment_webhook_localized | /{_locale}/platon/webhook | Path does not match |
15 | push | /push | Path does not match |
16 | push_localized | /{_locale}/push | Path does not match |
17 | official_ticket_check | /widget/officialtickets.html | Path does not match |
18 | official_ticket_check_localized | /{_locale}/widget/officialtickets.html | Path does not match |
19 | building_one | /hall/{slug}/ | Path does not match |
20 | building_one_localized | /{_locale}/hall/{slug}/ | Path does not match |
21 | cabinet | /cabinet | Path does not match |
22 | cabinet_localized | /{_locale}/cabinet | Path does not match |
23 | cabinet_profile | /cabinet/profile | Path does not match |
24 | cabinet_profile_localized | /{_locale}/cabinet/profile | Path does not match |
25 | cabinet_subscribers | /cabinet/subscription | Path does not match |
26 | cabinet_subscribers_localized | /{_locale}/cabinet/subscription | Path does not match |
27 | event_checkout | /{slug}/orderProcessing/ | Path does not match |
28 | event_checkout_localized | /{_locale}/{slug}/orderProcessing/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.