Skip to content
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

SDK dependency missing in 5.0.13 store release #23

Open
KaiOnGitHub opened this issue Nov 11, 2024 · 0 comments
Open

SDK dependency missing in 5.0.13 store release #23

KaiOnGitHub opened this issue Nov 11, 2024 · 0 comments

Comments

@KaiOnGitHub
Copy link

KaiOnGitHub commented Nov 11, 2024

We get this error in 5.0.13 (Shopware Version 6.5):
request.CRITICAL: Uncaught PHP Exception Symfony\Component\ErrorHandler\Error\ClassNotFoundError: "Attempted to load class "AddressCreate" from namespace "Wallee\Sdk\Model". Did you forget a "use" statement for another namespace?" at /sw6/vendor/store.shopware.com/cwbwalleepayment6/src/Core/Api/Transaction/Service/TransactionService.php line 507

The reason is that in the 5.0.13 shopware store release you removed the sdk dependency from the vendor folder which was shipped until version 5.0.11. The Store release version of this plugin also does not have the sdk listed as dependency in the composer requirements as it is the case here on github. Therefore the SDK is missing in the 5.0.13 version of the store release. Please add this requirement to the store release. We just had to revert back from 5.0.13 to 5.0.11

https://github.com/wallee-payment/shopware-6/blob/5.0.13/composer.json#L62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant