Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 844 Bytes

2022-02-25-handle-unauthenticated-app-registration-failure.md

File metadata and controls

15 lines (15 loc) · 844 Bytes
title issue author author_email author_github
Handle unauthenticated app registration failure
NEXT-20097
Frederik Schmitt
f.schmitt@shopware.com
fschmtt

Core

  • Changed Shopware\Core\Framework\App\Exception\AppRegistrationException to extend Shopware\Core\Framework\ShopwareHttpException
  • Added Shopware\Core\Framework\App\Exception\AppLicenseCouldNotBeVerifiedException
  • Changed Shopware\Core\Framework\App\Lifecycle\Registration\StoreHandshake::signPayload() to throw Shopware\Core\Framework\App\Exception\AppLicenseCouldNotBeVerifiedException

Administration

  • Changed src/module/sw-extension/service/index.js to pass error codes to the ExtensionErrorService constructor
  • Changed src/module/sw-extension/service/extension-error.service.js to handle actions and autoClose correctly for notifications