title | issue | author | author_email |
---|---|---|---|
Fix encoder |
NEXT-25177 |
Oliver Skroblin |
- Removed unused
CurrencyEntity::$shippingMethodPrices
property. - Removed unused
ShippingMethodPriceEntity::$currency
property. - Added
PaymentMethodDefinition::shortName
field mapping - Added
SeoUrlDefinition::isValid
field mapping - Added
SeoUrlDefinition::error
field mapping
- Changed
\Shopware\Core\System\SalesChannel\Api\StructEncoder
to only encode entity properties which are mapped in the entity definition.
The \Shopware\Core\System\SalesChannel\Api\StructEncoder
now only encodes entity properties which are mapped in the entity definition. If you have custom code which relies on the encoder to encode properties which are not mapped in the entity definition, you need to adjust your code to map these properties in the entity definition.