title | issue | author | author_email | author_github |
---|---|---|---|---|
Deprecate refactored StoreApiService methods |
NEXT-16321 |
Frederik Schmitt |
fschmtt |
- Deprecated method
Shopware\Core\Framework\Store\Api\StoreController::downloadPlugin()
- Deprecated route
api.custom.store.download
in favor ofapi.extension.download
- Deprecated method
downloadPlugin()
insrc/core/service/api/store.api.service.js
- Deprecated method
downloadAndUpdatePlugin()
insrc/core/service/api/store.api.service.js
- Removed dependency on
StoreApiService
insrc/app/service/extension-helper.service.js
constructor - Changed usage of
StoreApiService
toExtensionStoreActionService
insrc/module/sw-first-run-wizard/view/sw-first-run-wizard-data-import/index.js
- Changed usage of
StoreApiService
toExtensionStoreActionService
insrc/module/sw-first-run-wizard/view/sw-first-run-wizard-paypal-info/index.js
- Changed usage of
StoreApiService
toExtensionStoreActionService
insrc/module/sw-first-run-wizard/view/sw-first-run-wizard-welcome/index.js