You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i see that the FormType "Payum\Core\Bridge\Symfony\Form\Type\GatewayChoiceType" is not initialized as service, so when i use it in a form it gives me an exception because the constructor expects an array, but null is passed.
Type error: Too few arguments to function Payum\Core\Bridge\Symfony\Form\Type\GatewayChoiceType::__construct(), 0 passed in /{root}/vendor/symfony/symfony/src/Symfony/Component/Form/FormRegistry.php on line 89 and exactly 1 expected
The form type "Payum\Core\Bridge\Symfony\Form\Type\GatewayFactoriesChoiceType" is correctly initialized with the "%payum.available_gateway_factories%" parameter instead.
Hi,
i see that the FormType "Payum\Core\Bridge\Symfony\Form\Type\GatewayChoiceType" is not initialized as service, so when i use it in a form it gives me an exception because the constructor expects an array, but null is passed.
The form type "Payum\Core\Bridge\Symfony\Form\Type\GatewayFactoriesChoiceType" is correctly initialized with the "%payum.available_gateway_factories%" parameter instead.
The text was updated successfully, but these errors were encountered: