From 11ace79cfc3ff08914c6468b6c24891055adfe96 Mon Sep 17 00:00:00 2001 From: Kate Kuznetsova Date: Tue, 19 Sep 2017 16:14:27 +0300 Subject: [PATCH] Typo or error There is no any ```completeAction``` in source file (ShopBundle/Resources/config/routing/checkout.yml) Also there is no such action in ```OrderController``` or its ancestors, so it cause error --- docs/cookbook/checkout.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook/checkout.rst b/docs/cookbook/checkout.rst index 26e5e5eaef2..23240b5d735 100644 --- a/docs/cookbook/checkout.rst +++ b/docs/cookbook/checkout.rst @@ -243,7 +243,7 @@ to the ``app/Resources/SyliusShopBundle/config/routing/checkout.yml`` file. path: /complete methods: [GET, PUT] defaults: - _controller: sylius.controller.order:completeAction + _controller: sylius.controller.order:updateAction _sylius: event: complete flash: false