diff --git a/README.md b/README.md index c057ea2..ad73c72 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ +## ⚠️ Deprecated +Use https://github.com/3BRS/sylius-gopay for Sylius 2+ + ## Capabilities - **Payment** via Sylius standard checkout diff --git a/tests/Application/config/routes/sylius_shop.yaml b/tests/Application/config/routes/sylius_shop.yaml index 8818568..9116420 100644 --- a/tests/Application/config/routes/sylius_shop.yaml +++ b/tests/Application/config/routes/sylius_shop.yaml @@ -11,4 +11,4 @@ sylius_shop_default_locale: path: / methods: [GET] defaults: - _controller: sylius.controller.shop.locale_switch:switchAction + _controller: sylius.controller.shop.locale_switch::switchAction diff --git a/tests/Application/config/services_test.yaml b/tests/Application/config/services_test.yaml index 73d3ac6..387fbc4 100644 --- a/tests/Application/config/services_test.yaml +++ b/tests/Application/config/services_test.yaml @@ -1,6 +1,6 @@ imports: - - { resource: "../../Behat/Resources/services.xml" } - { resource: "../../../vendor/sylius/sylius/src/Sylius/Behat/Resources/config/services.xml" } + - { resource: "../../Behat/Resources/services.xml" } services: threebrs.gopay_payum.payments.factory: