Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 523 Bytes

2020-09-09-prices-serializer-checks-type.md

File metadata and controls

8 lines (8 loc) · 523 Bytes
title issue
Fixed price serializer type checking
NEXT-10738

Core

  • Changed \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\PriceFieldSerializer to check the type of prices are float or int.
  • Changed \Shopware\Core\Framework\DataAbstractionLayer\FieldSerializer\ListingPriceFieldSerializer to transform prices formatted as string to float
  • Changed \Shopware\Core\Content\Product\DataAbstractionLayer\Indexing\ListingPriceUpdater to transform prices formatted as string to float