CustomerOrderCancellationPlugin
CustomerOrderCancellationPlugin copied to clipboard
Plugin that allows customers to cancel the placed order before it is processed.
src/DependencyInjection/Configuration.php "$treeBuilder = new TreeBuilder();" the TreeBuilder needs parameters. And the variable $rootNode is not used.
//Symfony\Component\Config\Definition\Builder\TreeBuilder::__construct(), //0 passed in /Users/lionelk/Documents/Projets/babitest/babichic/sylius/vendor/sylius/customer-order-cancellation-plugin/src/DependencyInjection/Configuration.php //on line 17 and at least 1 expected
After setting up a current Sylius project this plugin is being recommended. As far as I can see, it cannot be installed out of the box and doesn't seem to...