mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
BUGFIX: Sylius#12225 Update routing and refactor parameter name
This commit is contained in:
parent
7801867768
commit
442d4d2b83
1 changed files with 2 additions and 2 deletions
|
|
@ -112,7 +112,7 @@ sylius_admin_order_payment_refund:
|
|||
flash: sylius.payment.refunded
|
||||
|
||||
sylius_admin_order_shipment_ship:
|
||||
path: /{id}/ship
|
||||
path: /orders/{id}/ship
|
||||
methods: [PUT]
|
||||
defaults:
|
||||
_controller: sylius.controller.shipment::updateAction
|
||||
|
|
@ -137,7 +137,7 @@ sylius_admin_order_shipment_ship:
|
|||
id: $id
|
||||
|
||||
sylius_admin_order_resend_confirmation_email:
|
||||
path: /{id}/resend-confirmation-email
|
||||
path: /orders/{id}/resend-confirmation-email
|
||||
methods: [GET]
|
||||
defaults:
|
||||
_controller: Sylius\Bundle\AdminBundle\Action\ResendOrderConfirmationEmailAction
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue