title | issue | author | author_github |
---|---|---|---|
Introduce entity not found message template |
NEXT-31378 |
Michael Telgmann |
mitelg |
- Added
Shopware\Core\Framework\HttpException::$couldNotFindMessage
template for creating exception messages for not found entities. - Deprecated
\Shopware\Core\Checkout\Payment\PaymentException::unknownPaymentMethod
. UseunknownPaymentMethodById
orunknownPaymentMethodByHandlerIdentifier
instead.