title | issue | author | author_email | author_github |
---|---|---|---|---|
Handle unauthenticated app registration failure |
NEXT-20097 |
Frederik Schmitt |
f.schmitt@shopware.com |
fschmtt |
- Changed
Shopware\Core\Framework\App\Exception\AppRegistrationException
to extendShopware\Core\Framework\ShopwareHttpException
- Added
Shopware\Core\Framework\App\Exception\AppLicenseCouldNotBeVerifiedException
- Changed
Shopware\Core\Framework\App\Lifecycle\Registration\StoreHandshake::signPayload()
to throwShopware\Core\Framework\App\Exception\AppLicenseCouldNotBeVerifiedException
- Changed
src/module/sw-extension/service/index.js
to pass error codes to theExtensionErrorService
constructor - Changed
src/module/sw-extension/service/extension-error.service.js
to handleactions
andautoClose
correctly for notifications