Closed marinagociulybe closed 8 months ago
Hello @marinagociulybe,
Thank you for bringing up the concern, and we're glad to inform you that the issue has been addressed. We already have a Pull Request (PR) in progress, and you can expect it to be included in the upcoming release scheduled for next week.
We appreciate your patience and understanding as we work to improve our software. If you have any further questions or feedback, please feel free to let us know.
Regards! Khushboo
Sounds good. Thanks, @khushboo-singhvi!
Describe the bug With the latest 9.2.0 version of the module, the
setup:install
command fails.To Reproduce Steps to reproduce the behavior:
setup:install
command as part of running the integration testsIt fails with the following error:
Exception trace:
at /project/vendor/magento/module-eav/Model/Config.php:452 Magento\Eav\Model\Config->getEntityType() at /project/vendor/magento/module-eav/Model/Entity/AbstractEntity.php:324 ... ... ... Adyen\Payment\Helper\PaymentMethodsFactory->create() at /project/vendor/adyen/module-payment/Setup/Recurring.php:25 Adyen\Payment\Setup\Recurring->install() at /project/setup/src/Magento/Setup/Model/Installer.php:1120 Magento\Setup\Model\Installer->handleDBSchemaData() at /project/setup/src/Magento/Setup/Model/Installer.php:898 Magento\Setup\Model\Installer->installSchema() at n/a:n/a call_user_func_array() at /project/setup/src/Magento/Setup/Model/Installer.php:388 Magento\Setup\Model\Installer->install() at /project/setup/src/Magento/Setup/Console/Command/InstallCommand.php:237 Magento\Setup\Console\Command\InstallCommand->execute() at /project/vendor/symfony/console/Command/Command.php:298 Symfony\Component\Console\Command\Command->run() at /project/vendor/symfony/console/Application.php:1040 Symfony\Component\Console\Application->doRunCommand() at /project/vendor/symfony/console/Application.php:301 Symfony\Component\Console\Application->doRun() at /project/vendor/magento/framework/Console/Cli.php:116 Magento\Framework\Console\Cli->doRun() at /project/vendor/symfony/console/Application.php:171 Symfony\Component\Console\Application->run() at /project/bin/magento:23