Closed pierre-H closed 4 years ago
Actually, without these lines, I've got this error in every checkout route :
Notice: Trying to access array offset on value of type null
from :
With Sylius 1.7.4, Symfony 4.4.8 and Shop Api Plugin 1.0.0
I would say, we should customize the configuration, and do not access these lines in the first place. Perhaps this place could be used for that?
Doesn't the comment in the merge request fix the problem, if you change the path of the checkout_resolver
?
Doesn't the comment in the merge request fix the problem, if you change the path of the
checkout_resolver
?
You're right : adding the config fixes the problem.
Thank you !
Thank you for your pull request but I am afraid that this doesn't do anything. There is no code that is reading this route information. This only works on resource controllers which the controllers in the route aren't.