From d6ada6963799af3a8d817c9d5124b2f9562100a8 Mon Sep 17 00:00:00 2001 From: Hailong Zhao Date: Wed, 10 Jan 2018 14:47:10 -0500 Subject: [PATCH] Fix an issue in the configuration example which causes error in loading checkout page. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 325157b28..d42926126 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Rest of the command are executed inside `project` folder. sylius_shop: checkout_resolver: - pattern: "%sylius.security.shop_regex%/checkout/" + pattern: "%sylius.security.shop_regex%/checkout/.+" ``` 6. (optional) if you have installed `nelmio/NelmioCorsBundle` for Support of Cross-Origin Ajax Request,