When i click on the terms link on the checkout complete page, i got the following error :
The controller for URI "/terms/my-slug/partial" is not callable: Controller "setono_sylius_terms.controller.terms:showAction" does neither exist as service nor as class.
I use symfony 6.3
EDIT: found the issue, the controller is called with :showAction and it needs ::showAction
Hi,
When i click on the terms link on the checkout complete page, i got the following error :
The controller for URI "/terms/my-slug/partial" is not callable: Controller "setono_sylius_terms.controller.terms:showAction" does neither exist as service nor as class.
I use symfony 6.3
EDIT: found the issue, the controller is called with
:showAction
and it needs::showAction