Sylius / PayPalPlugin

Official integration with PayPal Commerce Platform
36 stars 54 forks source link

Fix of SymfonyForm error #281

Closed oallain closed 5 months ago

oallain commented 9 months ago
Q A
Branch? 1.5
Bug fix? yes
New feature? no
Related tickets

Fix of error :

request.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\LogicException: "Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid()." at /home/site/vendor/symfony/form/Form.php line 765 {"exception":"[object] (Symfony\\Component\\Form\\Exception\\LogicException(code: 0): Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid(). at /home/site/vendor/symfony/form/Form.php:765)"} []
GSadee commented 5 months ago

Thank you, Olivier! :tada: