Routing
event_order
Matched route
Route Parameters
Name | Value |
---|---|
_locale | "en" |
slug | "koza-dereza-komichna-opera-dlya-ditey-volyns-kyy-teatr-imeni-t-h-shevchenka-1" |
Route Matching Logs
Path to match:
/koza-dereza-komichna-opera-dlya-ditey-volyns-kyy-teatr-imeni-t-h-shevchenka-1/order/
# | Route name | Path | Log |
---|---|---|---|
1 | short_link_one_slug | /r/{slug} | Path does not match |
2 | short_link_one_slug_localized | /{_locale}/r/{slug} | Path does not match |
3 | success_payment | /payment-success/{orderId}/ | Path does not match |
4 | success_payment_localized | /{_locale}/payment-success/{orderId}/ | Path does not match |
5 | platon_payment_webhook | /platon/webhook | Path does not match |
6 | platon_payment_webhook_localized | /{_locale}/platon/webhook | Path does not match |
7 | official_ticket_check | /widget/officialtickets.html | Path does not match |
8 | official_ticket_check_localized | /{_locale}/widget/officialtickets.html | Path does not match |
9 | building_one | /hall/{slug}/ | Path does not match |
10 | building_one_localized | /{_locale}/hall/{slug}/ | Path does not match |
11 | cabinet | /cabinet | Path does not match |
12 | cabinet_localized | /{_locale}/cabinet | Path does not match |
13 | cabinet_profile | /cabinet/profile | Path does not match |
14 | cabinet_profile_localized | /{_locale}/cabinet/profile | Path does not match |
15 | cabinet_subscribers | /cabinet/subscription | Path does not match |
16 | cabinet_subscribers_localized | /{_locale}/cabinet/subscription | Path does not match |
17 | event_checkout | /{slug}/orderProcessing/ | Path does not match |
18 | event_checkout_localized | /{_locale}/{slug}/orderProcessing/ | Path does not match |
19 | event_order | /{slug}/order/ | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.