-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove script that removes installed.php #600
Comments
Hi @sneakyvv , Thank you for reaching out. We’ve received your request and will look into the issue. We’ll get back to you as soon as we have more information. Best regards |
Hi @sneakyvv , Thank you for your patience. We are in the final stages of investigating the issue and will provide you with more information shortly. Best regards |
Hi @sneakyvv , We want to inform you that the issue you reported has been resolved. The fix will be included in the next plugin release. We will notify you as soon as the update is available. Thank you for your patience and understanding. Best regards |
Hi @sneakyvv , We would like to inform you that the new release of the plugin has been released. https://github.com/Adyen/adyen-shopware6/releases/tag/4.2.4 If you encounter any issues or need further assistance, please don't hesitate to contact us. Thank you! Best regards |
Describe the bug
Since 3.17.1 this was added 3.17.0...3.17.1#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34R54
This causes this error
require([...]/vendor/store.shopware.com/adyenpaymentshopware6/vendor/composer/installed.php): Failed to open stream: No such file or directory
Versions
Shopware version: 6.5.11
Plugin version: 3.17.1
To Reproduce
Run phpunit
It will run [...]/adyenpaymentshopware6/vendor/composer/InstalledVersions.php:341
self::$installed = require __DIR__ . '/installed.php';
Expected behavior
Don't crash
Screenshots
N/A
Desktop :
Additional context
Why was this script added? No context found in the commit except a reference to CS-6204
It breaks our CI/CD pipeline
Stacktrace:
The text was updated successfully, but these errors were encountered: