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
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
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
The text was updated successfully, but these errors were encountered: